public final class GpsInfo extends ExifDictionaryBase
Represents GPS info in EXIF data.
Constructor and Description |
---|
GpsInfo()
Initializes a new instance of the
GpsInfo class. |
Modifier and Type | Method and Description |
---|---|
Rational |
getAltitude()
Gets or sets the GPS altitude.
|
int |
getAltitudeRef()
Gets or set altitude ref.
|
byte[] |
getAreaInformation()
Gets or sets the GPS area information.
|
Rational |
getDataDegreeOfPrecision()
Gets or sets the GPS DOP (data degree of precision).
|
String |
getDateStamp()
Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time).
|
Rational |
getDestBearing()
Gets or sets the GPS bearing to the destination point.
|
String |
getDestBearingRef()
Gets or sets the GPS reference used for giving the bearing to the destination point.
|
Rational |
getDestDistance()
Gets or sets the GPS distance to the destination point.
|
String |
getDestDistanceRef()
Gets or sets the GPS unit used to express the distance to the destination point.
|
Rational[] |
getDestLatitude()
Gets or sets the GPS latitude of the destination point.
|
String |
getDestLatitudeRef()
Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude.
|
Rational[] |
getDestLongitude()
Gets or sets the GPS longitude of the destination point.
|
String |
getDestLongitudeRef()
Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude.
|
int |
getDifferential()
Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver.
|
Rational |
getImgDirection()
Gets or sets the GPS direction of the image when it was captured.
|
String |
getImgDirectionRef()
Gets or sets the GPS reference for giving the direction of the image when it is captured.
|
Rational[] |
getLatitude()
Gets or sets the GPS latitude.
|
String |
getLatitudeRef()
Gets or sets the GPS latitude is north or south latitude.
|
Rational[] |
getLongitude()
Gets or sets the GPS longitude.
|
String |
getLongitudeRef()
Gets or sets the GPS longitude is east or west longitude.
|
String |
getMapDatum()
Gets or sets the GPS geodetic survey data used by the GPS receiver.
|
String |
getMeasureMode()
Gets or sets the GPS measurement mode.
|
byte[] |
getProcessingMethod()
Gets or sets the GPS character string recording the name of the method used for location finding.
|
String |
getSatellites()
Gets or sets the GPS satellites used for measurements.
|
Rational |
getSpeed()
Gets or sets the speed of GPS receiver movement.
|
String |
getSpeedRef()
Gets or sets the unit used to express the GPS receiver speed of movement.
|
String |
getStatus()
Gets or sets the status of the GPS receiver when the image is recorded.
|
Rational[] |
getTimestamp()
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
String |
getTrack()
Gets or sets direction of GPS receiver movement.
|
String |
getTrackRef()
Gets or sets the reference for giving the direction of GPS receiver movement.
|
byte[] |
getVersionID()
Gets or sets the GPS version identifier.
|
void |
setAltitude(Rational value)
Gets or sets the GPS altitude.
|
void |
setAltitudeRef(int value)
Gets or set altitude ref.
|
void |
setAreaInformation(byte[] value)
Gets or sets the GPS area information.
|
void |
setDataDegreeOfPrecision(Rational value)
Gets or sets the GPS DOP (data degree of precision).
|
void |
setDateStamp(String value)
Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time).
|
void |
setDestBearing(Rational value)
Gets or sets the GPS bearing to the destination point.
|
void |
setDestBearingRef(String value)
Gets or sets the GPS reference used for giving the bearing to the destination point.
|
void |
setDestDistance(Rational value)
Gets or sets the GPS distance to the destination point.
|
void |
setDestDistanceRef(String value)
Gets or sets the GPS unit used to express the distance to the destination point.
|
void |
setDestLatitude(Rational[] value)
Gets or sets the GPS latitude of the destination point.
|
void |
setDestLatitudeRef(String value)
Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude.
|
void |
setDestLongitude(Rational[] value)
Gets or sets the GPS longitude of the destination point.
|
void |
setDestLongitudeRef(String value)
Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude.
|
void |
setDifferential(int value)
Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver.
|
void |
setImgDirection(Rational value)
Gets or sets the GPS direction of the image when it was captured.
|
void |
setImgDirectionRef(String value)
Gets or sets the GPS reference for giving the direction of the image when it is captured.
|
void |
setLatitude(Rational[] value)
Gets or sets the GPS latitude.
|
void |
setLatitudeRef(String value)
Gets or sets the GPS latitude is north or south latitude.
|
void |
setLongitude(Rational[] value)
Gets or sets the GPS longitude.
|
void |
setLongitudeRef(String value)
Gets or sets the GPS longitude is east or west longitude.
|
void |
setMapDatum(String value)
Gets or sets the GPS geodetic survey data used by the GPS receiver.
|
void |
setMeasureMode(String value)
Gets or sets the GPS measurement mode.
|
void |
setProcessingMethod(byte[] value)
Gets or sets the GPS character string recording the name of the method used for location finding.
|
void |
setSatellites(String value)
Gets or sets the GPS satellites used for measurements.
|
void |
setSpeed(Rational value)
Gets or sets the speed of GPS receiver movement.
|
void |
setSpeedRef(String value)
Gets or sets the unit used to express the GPS receiver speed of movement.
|
void |
setStatus(String value)
Gets or sets the status of the GPS receiver when the image is recorded.
|
void |
setTimestamp(Rational[] value)
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
void |
setTrack(String value)
Gets or sets direction of GPS receiver movement.
|
void |
setTrackRef(String value)
Gets or sets the reference for giving the direction of GPS receiver movement.
|
void |
setVersionID(byte[] value)
Gets or sets the GPS version identifier.
|
getTags, readByTagId, setTags
public final Rational getAltitude()
Gets or sets the GPS altitude.
Value: The altitude.public final void setAltitude(Rational value)
Gets or sets the GPS altitude.
Value: The altitude.public final int getAltitudeRef()
Gets or set altitude ref.
Value: The altitude reference.public final void setAltitudeRef(int value)
Gets or set altitude ref.
Value: The altitude reference.public final byte[] getAreaInformation()
Gets or sets the GPS area information.
Value: The area information.public final void setAreaInformation(byte[] value)
Gets or sets the GPS area information.
Value: The area information.public final String getDateStamp()
Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time).
Value: The date stamp.public final void setDateStamp(String value)
Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time).
Value: The date stamp.public final Rational getDestBearing()
Gets or sets the GPS bearing to the destination point.
Value: The bearing to the destination point.public final void setDestBearing(Rational value)
Gets or sets the GPS bearing to the destination point.
Value: The bearing to the destination point.public final String getDestBearingRef()
Gets or sets the GPS reference used for giving the bearing to the destination point.
Value: Bearing to the destination point.public final void setDestBearingRef(String value)
Gets or sets the GPS reference used for giving the bearing to the destination point.
Value: Bearing to the destination point.public final Rational getDestDistance()
Gets or sets the GPS distance to the destination point.
Value: The distance to the destination point.public final void setDestDistance(Rational value)
Gets or sets the GPS distance to the destination point.
Value: The distance to the destination point.public final String getDestDistanceRef()
Gets or sets the GPS unit used to express the distance to the destination point.
Value: The distance reference.public final void setDestDistanceRef(String value)
Gets or sets the GPS unit used to express the distance to the destination point.
Value: The distance reference.public final Rational[] getDestLatitude()
Gets or sets the GPS latitude of the destination point.
Value: The latitude of the destination point.public final void setDestLatitude(Rational[] value)
Gets or sets the GPS latitude of the destination point.
Value: The latitude of the destination point.public final String getDestLatitudeRef()
Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude.
Value: The destination latitude reference.public final void setDestLatitudeRef(String value)
Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude.
Value: The destination latitude reference.public final Rational[] getDestLongitude()
Gets or sets the GPS longitude of the destination point.
Value: The destination longitude.public final void setDestLongitude(Rational[] value)
Gets or sets the GPS longitude of the destination point.
Value: The destination longitude.public final String getDestLongitudeRef()
Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude.
Value: The longitude reference.public final void setDestLongitudeRef(String value)
Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude.
Value: The longitude reference.public final int getDifferential()
Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver.
Value: The differential correction.public final void setDifferential(int value)
Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver.
Value: The differential correction.public final Rational getDataDegreeOfPrecision()
Gets or sets the GPS DOP (data degree of precision).
Value: The data degree of precision.public final void setDataDegreeOfPrecision(Rational value)
Gets or sets the GPS DOP (data degree of precision).
Value: The data degree of precision.public final Rational getImgDirection()
Gets or sets the GPS direction of the image when it was captured.
Value: The direction.public final void setImgDirection(Rational value)
Gets or sets the GPS direction of the image when it was captured.
Value: The direction.public final String getImgDirectionRef()
Gets or sets the GPS reference for giving the direction of the image when it is captured.
Value: The reference.public final void setImgDirectionRef(String value)
Gets or sets the GPS reference for giving the direction of the image when it is captured.
Value: The reference.public final Rational[] getLatitude()
Gets or sets the GPS latitude.
Value: The latitude.public final void setLatitude(Rational[] value)
Gets or sets the GPS latitude.
Value: The latitude.public final String getLatitudeRef()
Gets or sets the GPS latitude is north or south latitude.
Value: The latitude reference.public final void setLatitudeRef(String value)
Gets or sets the GPS latitude is north or south latitude.
Value: The latitude reference.public final Rational[] getLongitude()
Gets or sets the GPS longitude.
Value: The longitude.public final void setLongitude(Rational[] value)
Gets or sets the GPS longitude.
Value: The longitude.public final String getLongitudeRef()
Gets or sets the GPS longitude is east or west longitude.
Value: The longitude reference.public final void setLongitudeRef(String value)
Gets or sets the GPS longitude is east or west longitude.
Value: The longitude reference.public final String getMapDatum()
Gets or sets the GPS geodetic survey data used by the GPS receiver.
Value: GPS geodetic survey data.public final void setMapDatum(String value)
Gets or sets the GPS geodetic survey data used by the GPS receiver.
Value: GPS geodetic survey data.public final String getMeasureMode()
Gets or sets the GPS measurement mode.
Value: The measure mode.public final void setMeasureMode(String value)
Gets or sets the GPS measurement mode.
Value: The measure mode.public final byte[] getProcessingMethod()
Gets or sets the GPS character string recording the name of the method used for location finding.
Value: The processing method.public final void setProcessingMethod(byte[] value)
Gets or sets the GPS character string recording the name of the method used for location finding.
Value: The processing method.public final String getSatellites()
Gets or sets the GPS satellites used for measurements.
Value: Satellites.public final void setSatellites(String value)
Gets or sets the GPS satellites used for measurements.
Value: Satellites.public final Rational getSpeed()
Gets or sets the speed of GPS receiver movement.
Value: The speed.public final void setSpeed(Rational value)
Gets or sets the speed of GPS receiver movement.
Value: The speed.public final String getSpeedRef()
Gets or sets the unit used to express the GPS receiver speed of movement.
Value: Units.public final void setSpeedRef(String value)
Gets or sets the unit used to express the GPS receiver speed of movement.
Value: Units.public final String getStatus()
Gets or sets the status of the GPS receiver when the image is recorded.
Value: The status.public final void setStatus(String value)
Gets or sets the status of the GPS receiver when the image is recorded.
Value: The status.public final Rational[] getTimestamp()
Gets or sets the GPS time as UTC (Coordinated Universal Time).
Value: The timestamp.public final void setTimestamp(Rational[] value)
Gets or sets the GPS time as UTC (Coordinated Universal Time).
Value: The timestamp.public final String getTrack()
Gets or sets direction of GPS receiver movement.
Value: The track.public final void setTrack(String value)
Gets or sets direction of GPS receiver movement.
Value: The track.public final String getTrackRef()
Gets or sets the reference for giving the direction of GPS receiver movement.
Value: The reference.public final void setTrackRef(String value)
Gets or sets the reference for giving the direction of GPS receiver movement.
Value: The reference.public final byte[] getVersionID()
Gets or sets the GPS version identifier.
Value: The version identifier.public final void setVersionID(byte[] value)
Gets or sets the GPS version identifier.
Value: The version identifier.Copyright © 2017. All rights reserved.