Uses of Interface
org.eclipse.nebula.widgets.geomap.internal.GeoMapPositioned
-
Packages that use GeoMapPositioned Package Description org.eclipse.nebula.widgets.geomap org.eclipse.nebula.widgets.geomap.internal -
-
Uses of GeoMapPositioned in org.eclipse.nebula.widgets.geomap
Classes in org.eclipse.nebula.widgets.geomap that implement GeoMapPositioned Modifier and Type Class Description classGeoMapGeoMap display tiles from openstreetmap as is.Methods in org.eclipse.nebula.widgets.geomap with parameters of type GeoMapPositioned Modifier and Type Method Description static voidGeoMapUtil. translateMapPosition(GeoMapPositioned geoMap, int tx, int ty)Translates the position of the upper left corner of this GeoMap, without any panning effect.static voidGeoMapUtil. zoomIn(GeoMapPositioned geoMap, org.eclipse.swt.graphics.Point pivot)Zooms in, while ensuring that the pivot point remains at the same screen location.static voidGeoMapUtil. zoomOut(GeoMapPositioned geoMap, org.eclipse.swt.graphics.Point pivot)Zooms out, while ensuring that the pivot point remains at the same screen location.static voidGeoMapUtil. zoomTo(GeoMapPositioned geoMap, org.eclipse.swt.graphics.Point mapSize, org.eclipse.swt.graphics.Rectangle rect, int maxZoom)Zooms into and centers on the specified rectangle. -
Uses of GeoMapPositioned in org.eclipse.nebula.widgets.geomap.internal
Classes in org.eclipse.nebula.widgets.geomap.internal that implement GeoMapPositioned Modifier and Type Class Description classGeoMapHelperLicense is EPL (Eclipse Public License) http://www.eclipse.org/legal/epl-v10.html.classInternalGeoMapLicense is EPL (Eclipse Public License) http://www.eclipse.org/legal/epl-v10.html.Fields in org.eclipse.nebula.widgets.geomap.internal declared as GeoMapPositioned Modifier and Type Field Description private GeoMapPositionedDefaultMouseHandler. geoMapMethods in org.eclipse.nebula.widgets.geomap.internal that return GeoMapPositioned Modifier and Type Method Description protected GeoMapPositionedDefaultMouseHandler. getGeoMap()Constructors in org.eclipse.nebula.widgets.geomap.internal with parameters of type GeoMapPositioned Constructor Description DefaultMouseHandler(GeoMapPositioned geoMap)
-