|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.tools.ExifReader
public class ExifReader
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 |
---|
public ExifReader()
Method Detail |
---|
public static java.util.Date readTime(java.io.File filename) throws java.text.ParseException
java.text.ParseException
public static java.lang.Integer readOrientation(java.io.File filename) throws java.text.ParseException
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |