|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbt747.j2se_view.model.BT747Waypoint
bt747.j2se_view.model.FileWaypoint
net.sf.bt747.j2se.app.exiftool.ExiftoolData
public class ExiftoolData
This class uses the ExifTool to tag. Tag writing is in principle implemented for EXIF. Reading EXIF data using the exiftool is not done yet. Information regarding the arguments can be found by using the appropriate subsections starting from the exiftool tag list .
Constructor Summary | |
---|---|
ExiftoolData()
|
Method Summary | |
---|---|
int |
getHeight()
|
int |
getWidth()
|
void |
writeImage(BT747Path destPath)
|
void |
writeImage(BT747Path orgPath,
BT747Path destPath)
|
Methods inherited from class bt747.j2se_view.model.FileWaypoint |
---|
getFilePath, getUtc, setFilePath |
Methods inherited from class bt747.j2se_view.model.BT747Waypoint |
---|
getDescription, getGpsRecord, setGpsRec |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExiftoolData()
Method Detail |
---|
public final void writeImage(BT747Path destPath)
public final void writeImage(BT747Path orgPath, BT747Path destPath)
public int getWidth()
public int getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |