Uses of Class
it.tidalwave.mapviewer.MapPoint
-
Uses of MapPoint in it.tidalwave.mapviewer
Modifier and TypeMethodDescriptionProjection.coordinatesToMapPoint
(MapCoordinates coordinates, double zoom) Returns aMapPoint
converted from the given coordinates and zoom level.MapPoint.translated
(double dx, double dy) Returns a point translated of the specified amount.MapViewPoint.translated
(double dx, double dy) Returns a point translated of the specified amount.Modifier and TypeMethodDescriptionProjection.mapPointToCoordinates
(MapPoint mapPoint, double zoom) ReturnsMapCoordinates
converted from the point coordinates and zoom level. -
Uses of MapPoint in it.tidalwave.mapviewer.spi
Modifier and TypeMethodDescriptionMercatorProjection.coordinatesToMapPoint
(MapCoordinates coordinates, double zoomLevel) Returns aMapPoint
converted from the given coordinates and zoom level.Modifier and TypeMethodDescriptionMercatorProjection.mapPointToCoordinates
(MapPoint mapPoint, double zoomLevel) ReturnsMapCoordinates
converted from the point coordinates and zoom level.