Uses of Class
org.eclipse.nebula.widgets.geomap.GeoMap
-
Packages that use GeoMap Package Description org.eclipse.nebula.widgets.geomap org.eclipse.nebula.widgets.geomap.internal.geomapbrowser org.eclipse.nebula.widgets.geomap.jface -
-
Uses of GeoMap in org.eclipse.nebula.widgets.geomap
Methods in org.eclipse.nebula.widgets.geomap with parameters of type GeoMap Modifier and Type Method Description void
GeoMapListener. centerChanged(GeoMap geoMap)
Called whenever the center of the GeoMap changes, e.g.void
GeoMapListener. zoomChanged(GeoMap geoMap)
Called whenever the zoom level changes. -
Uses of GeoMap in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser
Fields in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser declared as GeoMap Modifier and Type Field Description private GeoMap
GeoMapBrowser. geoMap
(package private) GeoMap
InfoPage.Spec. geoMap
Methods in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser that return GeoMap Modifier and Type Method Description (package private) GeoMap
GeoMapBrowser. getGeoMap()
-
Uses of GeoMap in org.eclipse.nebula.widgets.geomap.jface
Fields in org.eclipse.nebula.widgets.geomap.jface declared as GeoMap Modifier and Type Field Description private GeoMap
GeoMapViewer. geoMap
Methods in org.eclipse.nebula.widgets.geomap.jface that return GeoMap Modifier and Type Method Description GeoMap
GeoMapViewer. getGeoMap()
Returns the underlying GeoMap controlConstructors in org.eclipse.nebula.widgets.geomap.jface with parameters of type GeoMap Constructor Description GeoMapViewer(GeoMap geoMap)
Creates a GeoMapViewer for a specific GeoMap
-