ImageGearJava Project > com.accusoft.imagegear.formats.exif Package : ImGearEXIFGPSMetadata Class |
For a list of all members of this type, see ImGearEXIFGPSMetadata members.
Name | Description | |
---|---|---|
getAltitude | Returns Altitude Tag value.
Method returns the tag value, if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSAltitude tag. The tag indicates the altitude based on the reference in AltitudeReference. Altitude is expressed as one RATIONAL value. The reference unit is meters. | |
getAltitudeReference | Returns AltitudeReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSAltitudeRef tag. The tag indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GPSAltitude tag. | |
getAreaInformation | Returns AreaInformation Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSAreaInformation tag. The tag specifies a character string recording the name of the GPS area. | |
getDateStamp | Returns DateStamp Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDateStamp tag. The tag specifies a character string recording date and time information relative to UTC (Coordinated Universal Time). The format is "YYYY:MM:DD." | |
getDestBearing | Returns DestBearing Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestBearing tag. The tag indicates the bearing to the destination point. The range of values is from 0.00 to 359.99. | |
getDestBearingReference | Returns DestBearingReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestBearingRef tag. The tag indicates the reference used for giving the bearing to the destination point. | |
getDestDistance | Returns DestDistance Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestDistance tag. The tag indicates the distance to the destination point. | |
getDestDistanceReference | Returns DestDistanceReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestDistanceRef tag. The tag indicates the unit used to express the distance to the destination point. | |
getDestLatitude | Returns DestLatitude Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLatitude tag. The tag indicates the latitude of the destination point. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes, and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1. | |
getDestLatitudeReference | Returns DestLatitudeReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLatitudeRef tag. The tag indicates whether the latitude of the destination point is north or south latitude. | |
getDestLongitude | Returns DestLongitude Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLongitude tag. The tag indicates the longitude of the destination point. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes, and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1. | |
getDestLongitudeReference | Returns DestLongitudeReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLongitudeRef tag. The tag indicates whether the longitude of the destination point is east or west longitude. | |
getDifferential | Returns Differential Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDifferential tag. The tag indicates whether differential correction is applied to the GPS receiver. | |
getDOP | Returns DOP Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDOP tag. The tag indicates the GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement. | |
getImgDirection | Returns ImgDirection Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSImgDirection tag. The tag indicates the direction of the image when it was captured. The range of values is from 0.00 to 359.99. | |
getImgDirectionReference | Returns ImgDirectionReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSImgDirectionRef tag. The tag indicates the reference for giving the direction of the image when it is captured. | |
getLatitude | Returns Latitude Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSLatitude tag. The tag indicates the latitude. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes, and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1. | |
getLatitudeReference | Gets LatitudeReference Tag value.
This method accesses the GPSLatitudeRef tag. The tag indicates whether the latitude is north or south latitude. | |
getLongitude | Returns Longitude Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSLongitude tag. The tag indicates the longitude. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes, and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1. | |
getLongitudeReference | Gets LongitudeReference Tag value.
This method accesses the GPSLongitudeRef tag. The tag indicates whether the longitude is east or west longitude. get accessor returns the tag value if the tag is present in the metadata tree, or null otherwise. Set accessor replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed. See the EXIF 2.2 specification for tag usage details. | |
getMapDatum | Returns MapDatum Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSMapDatum tag. The tag indicates the geodetic survey data used by the GPS receiver. | |
getMeasureMode | Returns MeasureMode Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSMeasureMode tag. The tag indicates the GPS measurement mode. | |
getProcessingMethod | Returns ProcessingMethod Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSProcessingMethod tag. The tag contains a character string recording the name of the method used for location finding. | |
getSatellites | Returns Satellites Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSSatellites tag. The tag indicates the GPS satellites used for measurements. | |
getSpeed | Returns Speed Tag value.
This method accesses the GPSSpeed tag. The tag indicates the speed of GPS receiver movement. | |
getSpeedReference | Returns SpeedReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSSpeedRef tag. The tag indicates the unit used to express the GPS receiver speed of movement. | |
getStatus | Returns Status Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSStatus tag. The tag indicates the status of the GPS receiver when the image is recorded. | |
getTimeStamp | Returns TimeStamp Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSTimeStamp tag. The tag indicates the time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second. | |
getTrack | Returns Track Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSTrack tag. The tag indicates the direction of GPS receiver movement. The range of values is from 0.00 to 359.99. | |
getTrackReference | Returns TrackReference Tag value.
Method returns the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSTrackRef tag. The tag indicates the reference for giving the direction of GPS receiver movement. | |
getVersionID | Gets VersionID Tag value.
This method accesses the GPSVersionID tag. The tag indicates the version of GPSInfoIFD. get accessor return the tag value if the tag is present in the metadata tree, or null otherwise. Set accessor replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed. See the EXIF 2.2 specification for tag usage details. | |
setAltitude | Sets Altitude Tag value.
Method replaces the tag value, if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSAltitude tag. The tag indicates the altitude based on the reference in AltitudeReference. Altitude is expressed as one RATIONAL value. The reference unit is meters. | |
setAltitudeReference | Sets AltitudeReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSAltitudeRef tag. The tag indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GPSAltitude tag. | |
setAreaInformation | Sets AreaInformation Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSAreaInformation tag. The tag specifies a character string recording the name of the GPS area. | |
setDateStamp | Sets DateStamp Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDateStamp tag. The tag specifies a character string recording date and time information relative to UTC (Coordinated Universal Time). The format is "YYYY:MM:DD." | |
setDestBearing | Sets DestBearing Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestBearing tag. The tag indicates the bearing to the destination point. The range of values is from 0.00 to 359.99. | |
setDestBearingReference | Sets DestBearingReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestBearingRef tag. The tag indicates the reference used for giving the bearing to the destination point. | |
setDestDistance | Sets DestDistance Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestDistance tag. The tag indicates the distance to the destination point. | |
setDestDistanceReference | Sets DestDistanceReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestDistanceRef tag. The tag indicates the unit used to express the distance to the destination point. | |
setDestLatitude | Sets DestLatitude Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLatitude tag. The tag indicates the latitude of the destination point. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes, and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1. | |
setDestLatitudeReference | Sets DestLatitudeReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLatitudeRef tag. The tag indicates whether the latitude of the destination point is north or south latitude. | |
setDestLongitude | Sets DestLongitude Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLongitude tag. The tag indicates the longitude of the destination point. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes, and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1. | |
setDestLongitudeReference | Sets DestLongitudeReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDestLongitudeRef tag. The tag indicates whether the longitude of the destination point is east or west longitude. | |
setDifferential | Sets Differential Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDifferential tag. The tag indicates whether differential correction is applied to the GPS receiver. | |
setDOP | Sets DOP Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSDOP tag. The tag indicates the GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement. | |
setImgDirection | Sets ImgDirection Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSImgDirection tag. The tag indicates the direction of the image when it was captured. The range of values is from 0.00 to 359.99. | |
setImgDirectionReference | Sets ImgDirectionReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSImgDirectionRef tag. The tag indicates the reference for giving the direction of the image when it is captured. | |
setLatitude | Sets Latitude Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSLatitude tag. The tag indicates the latitude. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes, and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1. | |
setLatitudeReference | Sets LatitudeReference Tag value.
This method accesses the GPSLatitudeRef tag. The tag indicates whether the latitude is north or south latitude. | |
setLongitude | Sets Longitude Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSLongitude tag. The tag indicates the longitude. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes, and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1. | |
setLongitudeReference | Sets LongitudeReference Tag value.
This method accesses the GPSLongitudeRef tag. The tag indicates whether the longitude is east or west longitude. get accessor return the tag value if the tag is present in the metadata tree, or null otherwise. Set accessor replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed. See the EXIF 2.2 specification for tag usage details. | |
setMapDatum | Sets MapDatum Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSMapDatum tag. The tag indicates the geodetic survey data used by the GPS receiver. | |
setMeasureMode | Sets MeasureMode Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSMeasureMode tag. The tag indicates the GPS measurement mode. | |
setProcessingMethod | Sets ProcessingMethod Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSProcessingMethod tag. The tag contains a character string recording the name of the method used for location finding. | |
setSatellites | Sets Satellites Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSSatellites tag. The tag indicates the GPS satellites used for measurements. | |
setSpeed | Sets Speed Tag value.
This method accesses the GPSSpeed tag. The tag indicates the speed of GPS receiver movement. | |
setSpeedReference | Sets SpeedReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSSpeedRef tag. The tag indicates the unit used to express the GPS receiver speed of movement. | |
setStatus | Sets Status Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSStatus tag. The tag indicates the status of the GPS receiver when the image is recorded. | |
setTimeStamp | Sets TimeStamp Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSTimeStamp tag. The tag indicates the time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second. | |
setTrack | Sets Track Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSTrack tag. The tag indicates the direction of GPS receiver movement. The range of values is from 0.00 to 359.99. | |
setTrackReference | Sets TrackReference Tag value.
Method replaces the tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GPSTrackRef tag. The tag indicates the reference for giving the direction of GPS receiver movement. | |
setVersionID | Sets VersionID Tag value.
This method accesses the GPSVersionID tag. The tag indicates the version of GPSInfoIFD. get accessor return the tag value if the tag is present in the metadata tree, or null otherwise. Set accessor replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed. See the EXIF 2.2 specification for tag usage details. |