ist.palcom.services.googleearth
Class TaggedPhoto

java.lang.Object
  extended by ist.palcom.services.googleearth.TaggedPhoto

public class TaggedPhoto
extends java.lang.Object

Represents a received photo saved on disk, along with a (latitude, longitude) pair describing where the photo was taken.


Constructor Summary
TaggedPhoto(java.lang.String coordinatesRaw, java.lang.String filename)
           
 
Method Summary
 java.lang.String getCoordinatesRaw()
          Get the raw coordinates as recieved by the GPS.
 java.lang.String getFilename()
          JPEG filename
 double getLatitude()
           
 double getLongitude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggedPhoto

public TaggedPhoto(java.lang.String coordinatesRaw,
                   java.lang.String filename)
Method Detail

getFilename

public java.lang.String getFilename()
JPEG filename


getCoordinatesRaw

public java.lang.String getCoordinatesRaw()
Get the raw coordinates as recieved by the GPS.


getLatitude

public double getLatitude()

getLongitude

public double getLongitude()