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. |
protected double |
getInViewX() |
protected double |
getInViewY() |
java.lang.String |
toString() |
getInView, getInWindow, getLatLon, getOnScreen, rectToMapViewEastNorthPoint(EastNorth eastNorth)
protected double getInViewX()
getInViewX in class MapViewState.MapViewPointprotected double getInViewY()
getInViewY 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