Class JpegGeoTagReader

java.lang.Object
org.teamapps.media.image.JpegGeoTagReader

public class JpegGeoTagReader
extends java.lang.Object
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.
Author:
  • Field Details

  • Constructor Details

    • JpegGeoTagReader

      public JpegGeoTagReader()
  • Method Details

    • readMetadataSave

      public GeoTag readMetadataSave​(java.io.File file)
    • readMetadata

      public GeoTag readMetadata​(java.io.File file) throws java.lang.Exception
      Throws:
      java.lang.Exception