public class CachedLatLon extends LatLon
Modifier and Type | Field and Description |
---|---|
private EastNorth |
eastNorth |
private Projection |
proj |
cDdFormatter, EAST, MAX_SERVER_DIGITS, MAX_SERVER_INV_PRECISION, MAX_SERVER_PRECISION, NORTH, SOUTH, WEST, ZERO
x, y
Constructor and Description |
---|
CachedLatLon(double lat,
double lon) |
CachedLatLon(EastNorth eastNorth) |
CachedLatLon(LatLon coor) |
Modifier and Type | Method and Description |
---|---|
EastNorth |
getEastNorth()
Replies the projected east/north coordinates.
|
Projection |
getProjection() |
String |
toString() |
distance, distanceSq, dm, dms, equals, equalsEpsilon, getCenter, getRoundedToOsmPrecision, getRoundedToOsmPrecisionStrict, greatCircleDistance, hashCode, heading, interpolate, isIn, isOutSideWorld, isValid, isValidLat, isValidLon, isWithin, lat, latToString, lon, lonToString, roundToOsmPrecision, roundToOsmPrecisionStrict, toDisplayString, toIntervalLat, toIntervalLon
distance, distance, distanceSq, distanceSq, getX, getY, toBBox, toBBox
private Projection proj
public CachedLatLon(double lat, double lon)
public CachedLatLon(LatLon coor)
public CachedLatLon(EastNorth eastNorth)
public final EastNorth getEastNorth()
public Projection getProjection()