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

Packages that use CartesianCoordinate
org.boehn.kmlframework.coordinates   
org.boehn.kmlframework.todo   
 

Uses of CartesianCoordinate in org.boehn.kmlframework.coordinates
 

Methods in org.boehn.kmlframework.coordinates that return CartesianCoordinate
 CartesianCoordinate EarthCoordinate.toCartesianCoordinate()
           
 

Methods in org.boehn.kmlframework.coordinates with parameters of type CartesianCoordinate
 void CartesianCoordinate.add(CartesianCoordinate cartesianCoordinate)
           
 double CartesianCoordinate.distanceTo(CartesianCoordinate cartesianCoordinate)
           
 void CartesianCoordinate.subtract(CartesianCoordinate cartesianCoordinate)
           
 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)
           
 

Uses of CartesianCoordinate in org.boehn.kmlframework.todo
 

Methods in org.boehn.kmlframework.todo that return CartesianCoordinate
 CartesianCoordinate MapObject.getLocalReferenceCoordinate()
           
 CartesianCoordinate MapObject.getScale()
           
 

Methods in org.boehn.kmlframework.todo with parameters of type CartesianCoordinate
 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)
           
 void MapObject.setLocalReferenceCoordinate(CartesianCoordinate localReferenceCoordinate)
           
 void MapObject.setScale(CartesianCoordinate scale)