Uses of Class
org.eclipse.nebula.widgets.geomap.PointD
Package | Description |
---|---|
org.eclipse.nebula.widgets.geomap | |
org.eclipse.nebula.widgets.geomap.jface |
-
Uses of PointD in org.eclipse.nebula.widgets.geomap
Methods in org.eclipse.nebula.widgets.geomap that return PointD Modifier and Type Method Description static PointD
GeoMapUtil. getLongitudeLatitude(org.eclipse.swt.graphics.Point position, int zoom)
Returns the pair of longitude, latitude for a position at a certain zoom levelMethods in org.eclipse.nebula.widgets.geomap with parameters of type PointD Modifier and Type Method Description static org.eclipse.swt.graphics.Point
GeoMapUtil. computePosition(PointD coords, int zoom)
Returns the position at a certain zoom level for a pair of longitude, latitude -
Uses of PointD in org.eclipse.nebula.widgets.geomap.jface
Methods in org.eclipse.nebula.widgets.geomap.jface that return PointD Modifier and Type Method Description PointD
Located. getLonLat()
Returns the longitude, latitude for this object or null if this object doesn't have a location.PointD
LocationProvider. getLonLat(java.lang.Object element)
Returns the longitude, latitude for the element or null if this elements doesn't have a location.PointD
SearchServer.Result. getLonLat()