|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LatLon in com.oziexplorer |
---|
Methods in com.oziexplorer that return LatLon | |
---|---|
LatLon |
LatLon.addVector(SpatialVector vector)
Return a new LatLon which is offset from the current position by the given vector, specified as a SpatialVector . |
static LatLon |
OziAPI.convertPositionToLatLon(Position fromPosition,
String toDatum)
Convert between a grid reference and lattitude/longitude. |
static LatLon |
LatLon.toWGS84(Position position)
Create a LatLon object by converting the given Position to the
WGS84 datum. |
Methods in com.oziexplorer with parameters of type LatLon | |
---|---|
void |
MapClickCallback.mapClickCallback(MapClickType type,
Point point,
LatLon latLon,
UTMGridRef gridRef)
This method will be called back when the map in OziExplorer is clicked. |
void |
MovingMapCallback.movingMapCallback(LatLon latLon,
double speed,
double heading,
double magVar,
double altitude)
This method will be called back when the moving map callback is enabled. |
void |
ObjectClickCallback.objectClickCallback(ObjectClickType type,
LatLon latLon,
UTMGridRef gridRef,
String objectName)
This method will be called back when a map object is clicked on in OziExplorer. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |