net.sf.bt747.j2se.app.exiftool
Class ExiftoolData

java.lang.Object
  extended by bt747.j2se_view.model.BT747Waypoint
      extended by bt747.j2se_view.model.FileWaypoint
          extended by net.sf.bt747.j2se.app.exiftool.ExiftoolData

public class ExiftoolData
extends FileWaypoint

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 .

Author:
Mario De Weerd

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

ExiftoolData

public ExiftoolData()
Method Detail

writeImage

public final void writeImage(BT747Path destPath)

writeImage

public final void writeImage(BT747Path orgPath,
                             BT747Path destPath)

getWidth

public int getWidth()
Returns:
the width

getHeight

public int getHeight()
Returns:
the height