Uses of Class
it.tidalwave.mapviewer.MapCoordinates
-
Uses of MapCoordinates in it.tidalwave.mapviewer
Modifier and TypeMethodDescriptionMapArea.getCenter()
Returns the center of this area.Projection.mapPointToCoordinates
(MapPoint mapPoint, double zoom) ReturnsMapCoordinates
converted from the point coordinates and zoom level.Modifier and TypeMethodDescriptionboolean
MapArea.contains
(MapCoordinates coordinates) Returnstrue
if this area contains the given coordinates.Projection.coordinatesToMapPoint
(MapCoordinates coordinates, double zoom) Returns aMapPoint
converted from the given coordinates and zoom level.double
Projection.metersPerPixel
(MapCoordinates coordinates, double zoom) Returns the map scale (expressed in meters per pixel) at the given zoom level. -
Uses of MapCoordinates in it.tidalwave.mapviewer.javafx
Modifier and TypeMethodDescriptionfinal MapCoordinates
MapView.getCenter()
Returns the center coordinates.MapView.OverlayHelper.getCenter()
Returns the coordinates corresponding at the center of the map view.MapView.pointToCoordinates
(MapViewPoint point) Returns the coordinates corresponding to a given point on the map.Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty
<MapCoordinates> MapView.centerProperty()
Returns the center property.final javafx.beans.property.ObjectProperty
<MapCoordinates> MapView.coordinatesUnderMouseProperty()
Returns the coordinates corresponding to the point where the mouse is.Modifier and TypeMethodDescriptionMapView.coordinatesToPoint
(MapCoordinates coordinates) Returns a point on the map corresponding to the given coordinates.final void
MapView.setCenter
(MapCoordinates center) Sets the coordinates to show at the center of the map.MapView.OverlayHelper.toMapViewPoint
(MapCoordinates coordinates) Returns a map view point corresponding to the given coordinates. -
Uses of MapCoordinates in it.tidalwave.mapviewer.spi
Modifier and TypeMethodDescriptionMercatorProjection.mapPointToCoordinates
(MapPoint mapPoint, double zoomLevel) ReturnsMapCoordinates
converted from the point coordinates and zoom level.Modifier and TypeMethodDescriptionMercatorProjection.coordinatesToMapPoint
(MapCoordinates coordinates, double zoomLevel) Returns aMapPoint
converted from the given coordinates and zoom level.final double
MercatorProjection.metersPerPixel
(MapCoordinates coordinates, double zoomLevel) Returns the map scale (expressed in meters per pixel) at the given zoom level.