public final class Geomap extends MapWidget implements Scene
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
Scene.SwitchMnemonic
DEBUG_ID_PREFIX
Constructor and Description |
---|
Geomap(Spool _spool)
Constructs a Geomap.
|
Modifier and Type | Method and Description |
---|---|
static void |
forceInitClass()
Does nothing itself but the call forces static initialization of this class.
|
static String |
getDefaultBaseLayerName()
The default base layer for the geomap.
|
boolean |
inScope(BiteJS bite)
Tests whether the specified bite is within the current scope of this scene.
|
static void |
setDefaultBaseLayerName(String s)
Sets the default base layer for the geomap.
|
(package private) void |
transformFromEPSG4326(Point point)
Transforms from latitude/longitude coordinates (EPSG:4326) to the projection of
this geomap, which is spherical mercator (EPSG:900913).
|
getMap, onAttach, onLoad, setHeight, setWidth
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, sinkBitlessEvent, toString
public static void forceInitClass()
@GWTConfigCallback public static String getDefaultBaseLayerName()
setDefaultBaseLayerName(String)
@GWTConfigCallback public static void setDefaultBaseLayerName(String s)
s_gwt_scene_geo_Geomap_setDefaultBaseLayerName( 'Osmarender OSM' ); // otherwise 'Google Satellite'
NullPointerException
- if s is null.getDefaultBaseLayerName()
void transformFromEPSG4326(Point point)