public class ExifReader extends Object
| Constructor and Description |
|---|
ExifReader(File file)
Creates a new ExifReader object.
|
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Point |
getGpsCoords()
Determines the coordinatesof the image in EPSG:4326.
|
Double |
getGpsDirection()
Determines the direction of the image.
|
Date |
getTime()
DOCUMENT ME!
|
static void |
main(String[] args)
Only for test purposes.
|
void |
printAllAttributes()
Prints all exif attributes to stdout.
|
public ExifReader(File file) throws com.drew.imaging.ImageProcessingException, IOException
file - The image filecom.drew.imaging.ImageProcessingException - DOCUMENT ME!IOException - DOCUMENT ME!public com.vividsolutions.jts.geom.Point getGpsCoords()
public Double getGpsDirection() throws com.drew.metadata.MetadataException
com.drew.metadata.MetadataException - If an error occurs during the reading of the image metadatapublic Date getTime()
public void printAllAttributes()
public static void main(String[] args)
args - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.