Uses of Class
nl.bebr.mapviewer.data.GeoBounds
-
Packages that use GeoBounds Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.util -
-
Uses of GeoBounds in nl.bebr.mapviewer.data
Methods in nl.bebr.mapviewer.data with parameters of type GeoBounds Modifier and Type Method Description booleanGeoBounds. intersects(GeoBounds other)Determines if this bounds intersects the other bounds. -
Uses of GeoBounds in nl.bebr.mapviewer.data.util
Methods in nl.bebr.mapviewer.data.util that return GeoBounds Modifier and Type Method Description static GeoBoundsGeoUtil. getMapBounds(MapViewer<?,Tile<?>> mapViewer)Gets the map bounds.
-