Uses of Class
it.tidalwave.mapviewer.MapViewPoint
-
Uses of MapViewPoint in it.tidalwave.mapviewer
Modifier and TypeMethodDescriptionstatic MapViewPoint
Returns a new point given a (x,y) source.static MapViewPoint
MapViewPoint.of
(javafx.scene.input.MouseEvent event) Returns a new point copying from aMouseEvent
. -
Uses of MapViewPoint in it.tidalwave.mapviewer.javafx
Modifier and TypeMethodDescriptionMapView.coordinatesToPoint
(MapCoordinates coordinates) Returns a point on the map corresponding to the given coordinates.MapView.OverlayHelper.toMapViewPoint
(MapCoordinates coordinates) Returns a map view point corresponding to the given coordinates.Modifier and TypeMethodDescriptionMapView.pointToCoordinates
(MapViewPoint point) Returns the coordinates corresponding to a given point on the map.