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, rectTo
MapViewEastNorthPoint(EastNorth eastNorth)
protected double getInViewX()
getInViewX
in class MapViewState.MapViewPoint
protected double getInViewY()
getInViewY
in class MapViewState.MapViewPoint
public EastNorth getEastNorth()
MapViewState.MapViewPoint
EastNorth
coordinate of this point.getEastNorth
in class MapViewState.MapViewPoint
public java.lang.String toString()
toString
in class java.lang.Object