Uses of Class
nl.bebr.mapviewer.data.GeoPosition
-
Packages that use GeoPosition Package Description nl.bebr.mapviewer.data nl.bebr.mapviewer.data.bmng nl.bebr.mapviewer.data.util -
-
Uses of GeoPosition in nl.bebr.mapviewer.data
Methods in nl.bebr.mapviewer.data that return GeoPosition Modifier and Type Method Description GeoPositionAbstractMapViewer. convertPointToGeoPosition(Point2D pt)Converts the specified Point2D in the JXMapViewer's local coordinate space to a GeoPosition on the map.GeoPositionAbstractMapViewer. getAddressLocation()Gets the current address location of the map.GeoPositionAbstractMapViewer. getCenterPosition()A property indicating the center position of the mapGeoPositionGeoBounds. getNorthWest()Gets the north west position.GeoPositionDefaultWaypoint. getPosition()GeoPositionWaypoint. getPosition()Get the current GeoPosition of this WaypointGeoPositionGeoBounds. getSouthEast()Gets the south east position.GeoPositionTileFactory. pixelToGeo(Point2D pixelCoordinate, int zoom)Convert a pixel in the world bitmap at the specified zoom level into a GeoPositionMethods in nl.bebr.mapviewer.data with parameters of type GeoPosition Modifier and Type Method Description Point2DAbstractMapViewer. convertGeoPositionToPoint(GeoPosition pos)Converts the specified GeoPosition to a point in the JXMapViewer's local coordinate space.floatGeoPosition. distanceTo(GeoPosition geoPosition)Point2DTileFactory. geoToPixel(GeoPosition c, int zoomLevel)Convert a GeoPosition to a pixel position in the world bitmap a the specified zoom level.voidAbstractMapViewer. setAddressLocation(GeoPosition addressLocation)Gets the current address location of the mapvoidAbstractMapViewer. setCenterPosition(GeoPosition geoPosition)Sets center position of the mapvoidDefaultWaypoint. setPosition(GeoPosition coordinate)voidWaypoint. setPosition(GeoPosition coordinate)Set a new GeoPosition for this WaypointvoidAbstractMapViewer. setZoomFromGeoPosition(GeoPosition startPosition, GeoPosition endPosition)Method parameters in nl.bebr.mapviewer.data with type arguments of type GeoPosition Modifier and Type Method Description voidAbstractMapViewer. calculateZoomFrom(Set<GeoPosition> positions)Calculates a zoom level so that all points in the specified set will be visible on screen.Constructors in nl.bebr.mapviewer.data with parameters of type GeoPosition Constructor Description DefaultWaypoint(GeoPosition coord)Waypoint(GeoPosition coord)Creates a new instance of Waypoint at the specified GeoPositionConstructor parameters in nl.bebr.mapviewer.data with type arguments of type GeoPosition Constructor Description GeoBounds(Set<GeoPosition> geoPositions)Constructor. -
Uses of GeoPosition in nl.bebr.mapviewer.data.bmng
Methods in nl.bebr.mapviewer.data.bmng that return GeoPosition Modifier and Type Method Description GeoPositionCylindricalProjectionTileFactory. pixelToGeo(Point2D pix, int zoom)Methods in nl.bebr.mapviewer.data.bmng with parameters of type GeoPosition Modifier and Type Method Description Point2DCylindricalProjectionTileFactory. geoToPixel(GeoPosition c, int zoom) -
Uses of GeoPosition in nl.bebr.mapviewer.data.util
Methods in nl.bebr.mapviewer.data.util that return GeoPosition Modifier and Type Method Description static GeoPositionGeoUtil. getPosition(Point2D pixelCoordinate, int zoom, TileFactoryInfo info)static GeoPositionGeoUtil. getPositionForAddress(String[] fields)static GeoPositionGeoUtil. getPositionForAddress(String street, String city, String state)Convert a street address into a position.Methods in nl.bebr.mapviewer.data.util with parameters of type GeoPosition Modifier and Type Method Description static Point2DGeoUtil. getBitmapCoordinate(GeoPosition c, int zoomLevel, TileFactoryInfo info)Given a position (latitude/longitude pair) and a zoom level, return the appropriate point in pixels.
-