| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.geomap | |
| org.eclipse.nebula.widgets.geomap.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoMap
GeoMap display tiles from openstreetmap as is.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GeoMapUtil.translateMapPosition(GeoMapPositioned geoMap,
int tx,
int ty)
Translates the position of the upper left corner of this GeoMap, without any
panning effect.
|
static void |
GeoMapUtil.zoomIn(GeoMapPositioned geoMap,
org.eclipse.swt.graphics.Point pivot)
Zooms in, while ensuring that the pivot point remains at the same screen
location.
|
static void |
GeoMapUtil.zoomOut(GeoMapPositioned geoMap,
org.eclipse.swt.graphics.Point pivot)
Zooms out, while ensuring that the pivot point remains at the same screen
location.
|
static void |
GeoMapUtil.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoMapHelper
License is EPL (Eclipse Public License)
http://www.eclipse.org/legal/epl-v10.html.
|
class |
InternalGeoMap
License is EPL (Eclipse Public License)
http://www.eclipse.org/legal/epl-v10.html.
|
| Modifier and Type | Method and Description |
|---|---|
protected GeoMapPositioned |
DefaultMouseHandler.getGeoMap() |
| Constructor and Description |
|---|
DefaultMouseHandler(GeoMapPositioned geoMap) |