Uses of Class
org.boehn.kmlframework.coordinates.EarthCoordinate

Packages that use EarthCoordinate
org.boehn.kmlframework.coordinates   
org.boehn.kmlframework.todo   
org.boehn.kmlframework.todo.servlet   
 

Uses of EarthCoordinate in org.boehn.kmlframework.coordinates
 

Methods in org.boehn.kmlframework.coordinates that return EarthCoordinate
 EarthCoordinate TimeAndPlace.getPlace()
           
 EarthCoordinate EarthCoordinate.toEarthCoordinate(EarthCoordinate earthCoordinate, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 EarthCoordinate Coordinate.toEarthCoordinate(EarthCoordinate earthCoordinate, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 EarthCoordinate CartesianCoordinate.toEarthCoordinate(EarthCoordinate location, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 

Methods in org.boehn.kmlframework.coordinates with parameters of type EarthCoordinate
 double EarthCoordinate.distanceTo(EarthCoordinate earthCoordinate)
           
 void TimeAndPlace.setPlace(EarthCoordinate place)
           
 EarthCoordinate EarthCoordinate.toEarthCoordinate(EarthCoordinate earthCoordinate, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 EarthCoordinate Coordinate.toEarthCoordinate(EarthCoordinate earthCoordinate, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 EarthCoordinate CartesianCoordinate.toEarthCoordinate(EarthCoordinate location, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 

Constructors in org.boehn.kmlframework.coordinates with parameters of type EarthCoordinate
TimeAndPlace(EarthCoordinate place, java.util.Date time)
           
 

Uses of EarthCoordinate in org.boehn.kmlframework.todo
 

Methods in org.boehn.kmlframework.todo that return EarthCoordinate
 EarthCoordinate MapObject.getLocation()
           
 

Methods in org.boehn.kmlframework.todo with parameters of type EarthCoordinate
 void GraphicalModelElement.addKml(org.w3c.dom.Element parentElement, Kml model, org.w3c.dom.Document xmlDocument, EarthCoordinate earthCoordinate, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 void GraphicalModel.addKml(org.w3c.dom.Element parentElement, Kml model, org.w3c.dom.Document xmlDocument, EarthCoordinate location, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 void MapObjectClass.addKml(MapObject mapObject, org.w3c.dom.Element parentElement, Kml model, org.w3c.dom.Document xmlDocument, EarthCoordinate location, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale, java.lang.String name)
           
 boolean BoundingBox.isInsideBoundingBox(EarthCoordinate earthCoordinate)
           
 void MapObject.setLocation(EarthCoordinate earthCoordinate)
           
 

Uses of EarthCoordinate in org.boehn.kmlframework.todo.servlet
 

Methods in org.boehn.kmlframework.todo.servlet with parameters of type EarthCoordinate
 java.lang.Boolean Observer.isVisibleToObserver(EarthCoordinate earthCoordinate)