Package org.teamapps.media.image
Klasse JpegGeoTagReader
java.lang.Object
org.teamapps.media.image.JpegGeoTagReader
Adapted from Metadata-Extractor by Drew Noakes. This class will read the
exif headers from a jpeg file and return a GeoTag class with the location
and time the photo was taken.
- Autor:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final byte[]static final bytestatic final bytestatic final intstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final int -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
BYTES_PER_FORMAT
public static final byte[] BYTES_PER_FORMAT -
GPS_INFO_OFFSET
public static final int GPS_INFO_OFFSET- Siehe auch:
-
TIFF_HEADER_OFFSET
public static final int TIFF_HEADER_OFFSET- Siehe auch:
-
SEGMENTS_END
public static final byte SEGMENTS_END- Siehe auch:
-
GPS_LATITUDE_REF
public static final byte GPS_LATITUDE_REF- Siehe auch:
-
GPS_LATITUDE
public static final byte GPS_LATITUDE- Siehe auch:
-
GPS_LONGITUDE_REF
public static final byte GPS_LONGITUDE_REF- Siehe auch:
-
GPS_LONGITUDE
public static final byte GPS_LONGITUDE- Siehe auch:
-
GPS_ALTITUDE
public static final byte GPS_ALTITUDE- Siehe auch:
-
GPS_TIME
public static final byte GPS_TIME- Siehe auch:
-
GPS_DATE
public static final byte GPS_DATE- Siehe auch:
-
-
Konstruktordetails
-
JpegGeoTagReader
public JpegGeoTagReader()
-
-
Methodendetails
-
readMetadataSave
-
readMetadata
- Löst aus:
Exception
-