public class GpsDescriptor extends TagDescriptor<GpsDirectory>
GpsDirectory.| Constructor and Description |
|---|
GpsDescriptor(GpsDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDegreesMinutesSecondsDescription() |
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getGpsAltitudeDescription() |
String |
getGpsAltitudeRefDescription() |
String |
getGpsDestinationReferenceDescription() |
String |
getGpsDifferentialDescription() |
String |
getGpsDirectionDescription(int tagType) |
String |
getGpsDirectionReferenceDescription(int tagType) |
String |
getGpsLatitudeDescription() |
String |
getGpsLongitudeDescription() |
String |
getGpsMeasureModeDescription() |
String |
getGpsSpeedRefDescription() |
String |
getGpsStatusDescription() |
String |
getGpsTimeStampDescription() |
convertBytesToVersionStringpublic GpsDescriptor(GpsDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<GpsDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getGpsLatitudeDescription()
public String getGpsLongitudeDescription()
public String getGpsTimeStampDescription()
public String getGpsDestinationReferenceDescription()
public String getGpsDirectionDescription(int tagType)
public String getGpsDirectionReferenceDescription(int tagType)
public String getGpsSpeedRefDescription()
public String getGpsMeasureModeDescription()
public String getGpsStatusDescription()
public String getGpsAltitudeRefDescription()
public String getGpsAltitudeDescription()
public String getGpsDifferentialDescription()
public String getDegreesMinutesSecondsDescription()
Copyright © 2002-2016 Drew Noakes. All Rights Reserved.