Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
GraphicsLayer |
MapWidget.getGraphics()
Add and remove graphics from the GraphicsLayer.
|
GraphicsLayer |
Graphic.getLayer()
Returns the graphics layer that contains the graphic.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static GraphicsLayer |
GraphicsLayer.create()
Creates a new graphics layer.
|
static GraphicsLayer |
GraphicsLayer.create(GraphicsLayer.Options options)
Creates a new GraphicsLayer object with parameters.
|