Package | Description |
---|---|
edu.ucdavis.cstars.client.dijits | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
FeatureLayer |
TemplatePicker.SelectedFeatureLayer.getFeatureLayer() |
Modifier and Type | Method and Description |
---|---|
static Update |
Update.create(FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Update operation.
|
static Delete |
Delete.create(Graphic[] deletedGraphics,
FeatureLayer featureLayer)
Create a new Delete operation.
|
static Add |
Add.create(Graphic[] addedGraphics,
FeatureLayer featureLayer)
Create a new Add operation.
|
static Union |
Union.create(Graphic[] deletedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Union operation.
|
static Cut |
Cut.create(Graphic[] addedGraphics,
FeatureLayer featureLayer,
Graphic[] postUpdatedGraphics,
Graphic[] preUpdatedGraphics)
Create a new Cut operation.
|
void |
AttributeInspector.LayerInfo.setFeatureLayer(FeatureLayer featureLayer) |
void |
TemplatePicker.Parameters.setFeatureLayers(FeatureLayer[] featureLayers) |
void |
Editor.Parameters.setLayerInfos(FeatureLayer featureLayer,
boolean showObjectID,
boolean showGlobalID,
java.lang.String[] htmlFields)
Feature layer information
|
void |
AttachmentEditor.showAttachments(Graphic graphic,
FeatureLayer featureLayer)
Display the attachment editor.
|
Modifier and Type | Method and Description |
---|---|
FeatureLayer |
FeatureLayer.clearSelection()
Clears the current selection.
|
static FeatureLayer |
FeatureLayer.create(FeatureLayer.FeatureCollectionObject featureCollectionObject)
Creates a new instance of a feature layer object from the ArcGIS Server REST resource
identified by the input URL.
|
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)
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.
|
FeatureLayer |
FeatureLayer.setAutoGeneralize(boolean enable)
Enable or disable auto generalization for the layer.
|
FeatureLayer |
FeatureLayer.setDefinitionExpression(java.lang.String expression)
Set's the definition expression for the FeatureLayer.
|
FeatureLayer |
FeatureLayer.setEditable(boolean editable)
Set the editability of feature layers created from a feature collection.
|
FeatureLayer |
FeatureLayer.setGDBVersion(java.lang.String versionName)
Set the layer's data source to the specified geodatabase version.
|
FeatureLayer |
FeatureLayer.setSelectionSymbol(Symbol symbol)
Set's the selection symbol for the feature layer.
|
FeatureLayer |
FeatureLayer.setTimeDefinition(TimeExtent definition)
Set's the time definition for the feature layer.
|
FeatureLayer |
FeatureLayer.setTimeOffset(int offsetValue,
TimeInfo.TimeUnits offsetUnits)
Time offset allows you to display the features at a different time so they can be overlayed on top of previous or future
time periods.
|