Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
static FeatureLayer.Options |
FeatureLayer.Options.create()
Create new options for FeatureLayer constructor
|
Modifier and Type | Method and Description |
---|---|
static FeatureLayer |
FeatureLayer.create(FeatureLayer.FeatureCollectionObject featureCollectionObject,
FeatureLayer.Options options)
Creates a new instance of a feature layer object from the ArcGIS Server REST resource
identified by the input URL.
|
static FeatureLayer |
FeatureLayer.create(java.lang.String url,
FeatureLayer.Options options)
Creates a new instance of a feature layer object from the ArcGIS Server REST resource
identified by the input URL.
|