org.openstreetmap.josm.tools
Class ExifReader

java.lang.Object
  extended by org.openstreetmap.josm.tools.ExifReader

public class ExifReader
extends java.lang.Object

Read out exif file information from a jpeg file


Constructor Summary
ExifReader()
           
 
Method Summary
static java.lang.Integer readOrientation(java.io.File filename)
           
static java.util.Date readTime(java.io.File filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExifReader

public ExifReader()
Method Detail

readTime

public static java.util.Date readTime(java.io.File filename)
                               throws java.text.ParseException
Throws:
java.text.ParseException

readOrientation

public static java.lang.Integer readOrientation(java.io.File filename)
                                         throws java.text.ParseException
Throws:
java.text.ParseException


JOSM