Uses of Class
it.tidalwave.mapviewer.MapPoint
Packages that use MapPoint
-
Uses of MapPoint in it.tidalwave.mapviewer
Methods in it.tidalwave.mapviewer that return MapPointModifier 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.Methods in it.tidalwave.mapviewer with parameters of type MapPointModifier and TypeMethodDescriptionProjection.mapPointToCoordinates
(MapPoint mapPoint, double zoom) ReturnsMapCoordinates
converted from the point coordinates and zoom level. -
Uses of MapPoint in it.tidalwave.mapviewer.spi
Methods in it.tidalwave.mapviewer.spi that return MapPointModifier and TypeMethodDescriptionMercatorProjection.coordinatesToMapPoint
(MapCoordinates coordinates, double zoomLevel) Returns aMapPoint
converted from the given coordinates and zoom level.Methods in it.tidalwave.mapviewer.spi with parameters of type MapPointModifier and TypeMethodDescriptionMercatorProjection.mapPointToCoordinates
(MapPoint mapPoint, double zoomLevel) ReturnsMapCoordinates
converted from the point coordinates and zoom level.