Modifier and Type | Method and Description |
---|---|
void |
SnappingManager.SnappingOptions.setMap(MapWidget map)
Set the map parameter.
|
void |
InfoWindowBase.setMap(MapWidget map)
This method is called by the map when the object is set as its info window.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Control.init(MapWidget mapWidget)
Called when widget is added to the map.
|
Constructor and Description |
---|
ControlHandler(MapWidget m,
com.google.gwt.user.client.ui.AbsolutePanel cl)
Pass references to the control layer and map
|
Modifier and Type | Method and Description |
---|---|
void |
Scalebar.Parameters.setMap(MapWidget map) |
void |
OverviewMap.Parameters.setMap(MapWidget map) |
void |
Legend.Parameters.setMap(MapWidget map)
Reference to the map.
|
void |
Editor.Parameters.setMap(MapWidget map)
Reference to the map.
|
void |
BasemapGallery.Parameters.setMap(MapWidget map) |
Modifier and Type | Method and Description |
---|---|
void |
MapLoadHandler.onLoad(MapWidget map) |
Modifier and Type | Method and Description |
---|---|
static Extent |
Geometry.getExtentForScale(MapWidget map,
int scale)
Get the extent for the specified scale.
|
static double |
Geometry.getScale(MapWidget map)
Gets the current scale of the map.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintParameters.setMap(MapWidget map)
Set the map parameter.
|
Modifier and Type | Method and Description |
---|---|
static Navigation |
Navigation.create(MapWidget map)
Creates a new Navigation object.
|
static Edit |
Edit.create(MapWidget map)
Creates a new Edit object.
|
static Draw |
Draw.create(MapWidget map,
Draw.Options options)
Creates a new Draw object.
|
static Edit |
Edit.create(MapWidget map,
Edit.Options options)
Creates a new Edit object.
|