private class MapViewState.MapViewEastNorthPoint extends MapViewState.MapViewPoint
| Constructor and Description |
|---|
MapViewEastNorthPoint(EastNorth eastNorth) |
| Modifier and Type | Method and Description |
|---|---|
EastNorth |
getEastNorth()
Gets the
EastNorth coordinate of this point. |
double |
getInViewX()
Get the x coordinate in view space without creating an intermediate object.
|
double |
getInViewY()
Get the y coordinate in view space without creating an intermediate object.
|
java.lang.String |
toString() |
add, distanceToInView, distanceToInViewSq, getInView, getInWindow, getLatLon, getLatLonClamped, getMapViewState, getOnScreen, getOutsideRectangleFlags, interpolate, isInView, oneNormInView, rectToMapViewEastNorthPoint(EastNorth eastNorth)
public double getInViewX()
MapViewState.MapViewPointgetInViewX in class MapViewState.MapViewPointpublic double getInViewY()
MapViewState.MapViewPointgetInViewY in class MapViewState.MapViewPointpublic EastNorth getEastNorth()
MapViewState.MapViewPointEastNorth coordinate of this point.getEastNorth in class MapViewState.MapViewPointpublic java.lang.String toString()
toString in class java.lang.Object