Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.dijits | |
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.virtualearth |
Modifier and Type | Method and Description |
---|---|
Layer |
MapWidget.addLayer(Layer layer)
Adds an ESRI Layer to the map.
|
Layer |
MapWidget.addLayer(Layer layer,
int index)
Adds an ESRI Layer to the map.
|
Layer |
MapWidget.getLayer(java.lang.String id)
Returns an individual layer of a map.
|
Modifier and Type | Method and Description |
---|---|
Layer |
MapWidget.addLayer(Layer layer)
Adds an ESRI Layer to the map.
|
Layer |
MapWidget.addLayer(Layer layer,
int index)
Adds an ESRI Layer to the map.
|
void |
MapWidget.addLayers(Layer[] layers)
Adds multiple layers to a map.
|
static SnappingManager.LayerInfos |
SnappingManager.LayerInfos.create(Layer layer,
boolean snapToPoint,
boolean snapToVertex,
boolean snapToEdge)
Create new LayerInfos object.
|
void |
MapWidget.removeLayer(Layer layer)
Removes the specified layer from the map.
|
void |
MapWidget.reorderLayer(Layer layer,
int index)
Changes the layer order in the map.
|
void |
SnappingManager.LayerInfos.setLayer(Layer layer)
Set the layer parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
Legend.LayerInfo.addLayer(Layer layer)
Add layer, service name will be used for title
|
void |
Legend.LayerInfo.addLayer(Layer layer,
java.lang.String title)
Add layer with title
|
void |
OverviewMap.Parameters.setBaseLayer(Layer baseLayer) |
Modifier and Type | Method and Description |
---|---|
Layer |
MapLayersAddResultHandler.Result.getLayer()
Layer added to the map.
|
Modifier and Type | Method and Description |
---|---|
void |
MapLayerAddHandler.onLayerAdd(Layer layer) |
void |
MapLayerAddResultHandler.onLayerAddResult(Layer layer,
Error error) |
void |
MapLayerRemoveHandler.onLayerRemove(Layer layer) |
void |
MapLayerReorderHandler.onLayerReorder(Layer layer,
int index) |
void |
LayerLoadHandler.onLoad(Layer layer) |
Modifier and Type | Class and Description |
---|---|
class |
ArcGISDynamicMapServiceLayer
Allows you to work with a dynamic map service resource exposed by the
ArcGIS Server REST API.
|
class |
ArcGISImageServiceLayer
Allows you to work with an image map service resource exposed by the ArcGIS Server REST API.
|
class |
ArcGISTiledMapServiceLayer
Allows you to work with a cached map service resource exposed by the ArcGIS Server REST API.
|
class |
DynamicMapServiceLayer
The base class for ArcGIS Server dynamic map services.
|
class |
FeatureLayer
The feature layer inherits from the graphics layer and can be used to display features
from a single layer in either a Map Service or Feature Service.
|
class |
GraphicsLayer
A layer that contains one or more Graphic features.
|
class |
KMLLayer
The KMLLayer class is used to create a layer based on a KML file (.kml,.kmz).
|
class |
MapImageLayer
The MapImageLayer class is used to add georeferenced images to the map.
|
class |
OpenStreetMapLayer
Allows you to use basemaps from OpenStreetMap .
|
class |
TiledMapServiceLayer
The base class for all tiled map service layers.
|
class |
WMSLayer
A layer for OGC Web Map Services (WMS).
|
class |
WMTSLayer
The WMTSLayer class is used to create a layer based on an OGC Web Map Tile Service layer.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<Layer> |
KMLLayer.getLayers()
Get an array of map layers that were created to draw placemarks, ground and screen overlays.
|
Modifier and Type | Class and Description |
---|---|
class |
VETiledLayer
Bing Maps tiled layer.
|