|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Locale
A Locale performs transformations to and from Positions which consist of latitude/longitude/altitude to a 2-D space in terms of Coordinates.See the source: Locale.java
StereoMapProjection,
Position,
Coordinate| Method Summary | |
|---|---|
Coordinate |
latLonToXYCoordinate(Position pos)
Converts a Position and a distance unit to Coordinate object. |
Position |
xyToPosition(Coordinate coord,
Altitude altitude)
Converts xy coordinates to latitude/longitude delagating to xyToPosition(Coordinate coordinate, Altitude altitude). |
Position |
xyToPosition(Distance xCoord,
Distance yCoord,
Altitude alt)
Converts x-y coordinates to latitude/longitude. |
| Method Detail |
|---|
Position xyToPosition(Coordinate coord,
Altitude altitude)
coord - Coordinate to get the Position for.altitude - Altitude of the Position.
Coordinate latLonToXYCoordinate(Position pos)
Position xyToPosition(Distance xCoord,
Distance yCoord,
Altitude alt)
xCoord - X-coordinate to get the Position for.yCoord - Y-coordinate to get the Position for.alt - Altitude of the Position.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||