public class GPSInfoIFD extends IFD
Constructor and Description |
---|
GPSInfoIFD(long offset,
RepInfo info,
RandomAccessFile raf,
boolean bigEndian)
Instantiate an
GPSInfoIFD object. |
Modifier and Type | Method and Description |
---|---|
Rational |
getGPSAltitude()
Get the GPSAltitude (6).
|
int |
getGPSAltitudeRef()
Get the GPSAltitudeRef (5).
|
String |
getGPSDateStamp()
Get the GPSDateStamp (29).
|
Rational |
getGPSDestBearing()
Get the GPSDestBearing (24).
|
String |
getGPSDestBearingRef()
Get the GPSDestBearingRef (23).
|
Rational |
getGPSDestDistance()
Get the GPSDestDistance (26).
|
String |
getGPSDestDistanceRef()
Get the GPSDestDistanceRef (25).
|
Rational[] |
getGPSDestLatitude()
Get the GPSDestLatitude (20).
|
String |
getGPSDestLatitudeRef()
Get the GPSDestLatitudeRef (19).
|
Rational[] |
getGPSDestLongitude()
Get the GPSDestLongitude (22).
|
String |
getGPSDestLongitudeRef()
Get the GPSDestLongitudeRef (21).
|
int |
getGPSDifferential()
Get the GPSDifferential (30).
|
Rational |
getGPSDOP()
Get the GPSDOP (11).
|
Rational |
getGPSImgDirection()
Get the GPSImgDirection (17).
|
String |
getGPSImgDirectionRef()
Get the GPSImgDirectionRef (16).
|
Rational[] |
getGPSLatitude()
Get the GPSLatitude (2).
|
String |
getGPSLatitudeRef()
Get the GPSLatitudeRef (1).
|
Rational[] |
getGPSLongitude()
Get the GPSLongitude (4).
|
String |
getGPSLongitudeRef()
Get the GPSLongitudeRef (3).
|
String |
getGPSMapDatum()
Get the GPSMapDatum (18).
|
String |
getGPSMeasureMode()
Get the GPSMeasureMode (10).
|
int[] |
getGPSProcessingMethod()
Get the GPSProcessingMethod (27).
|
String |
getGPSSatellites()
Get the GPSSatellites (8).
|
Rational |
getGPSSpeed()
Get the GPSSpeed (13).
|
String |
getGPSSpeedRef()
Get the GPSSpeedRef (12).
|
String |
getGPStatus()
Get the GPSStatus (9).
|
Rational |
getGPSTrack()
Get the GPSTrack (15).
|
String |
getGPSTrackRef()
Get the GPSTrackRef (14).
|
int[] |
getGPSVersionID()
Get the GPSVersionID (1).
|
Rational[] |
getGPTimeStamp()
Get the GPSTimeStamp (7).
|
Property |
getProperty(boolean rawOutput)
Get the IFD properties.
|
void |
lookupTag(int tag,
int type,
long count,
long value)
Lookup an IFD tag.
|
addBitmaskProperty, addIntegerArrayProperty, addIntegerProperty, addIntegerProperty, addRationalArrayProperty, addRationalProperty, average, calcValueSize, checkCount, checkType, checkType, getErrors, getNext, getOffset, getVersion, isBigEndian, isFirst, isThumbnail, parse, parse, parse, postParseInitialization, propertyHeader, readASCII, readASCIIArray, readByte, readByteArray, readDoubleArray, readLong, readLongArray, readRational, readRationalArray, readShort, readShortArray, readSignedRational, readSignedRationalArray, readSShortArray, readTrueByteArray, readUnsigned, setFirst, setThumbnail
public GPSInfoIFD(long offset, RepInfo info, RandomAccessFile raf, boolean bigEndian)
GPSInfoIFD
object.offset
- IFD offsetinfo
- The RepInfo objectraf
- TIFF filebigEndian
- True if big-endian filepublic Rational getGPSAltitude()
public int getGPSAltitudeRef()
public String getGPSDateStamp()
public Rational getGPSDestBearing()
public String getGPSDestBearingRef()
public Rational getGPSDestDistance()
public String getGPSDestDistanceRef()
public Rational[] getGPSDestLatitude()
public String getGPSDestLatitudeRef()
public Rational[] getGPSDestLongitude()
public String getGPSDestLongitudeRef()
public int getGPSDifferential()
public Rational getGPSDOP()
public Rational getGPSImgDirection()
public String getGPSImgDirectionRef()
public Rational[] getGPSLatitude()
public String getGPSLatitudeRef()
public Rational[] getGPSLongitude()
public String getGPSLongitudeRef()
public String getGPSMapDatum()
public String getGPSMeasureMode()
public int[] getGPSProcessingMethod()
public String getGPSSatellites()
public Rational getGPSSpeed()
public String getGPSSpeedRef()
public String getGPStatus()
public Rational[] getGPTimeStamp()
public Rational getGPSTrack()
public String getGPSTrackRef()
public int[] getGPSVersionID()
public Property getProperty(boolean rawOutput)
getProperty
in class IFD
public void lookupTag(int tag, int type, long count, long value) throws TiffException
lookupTag
in class IFD
TiffException
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.