Package | Description |
---|---|
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
Deferred |
FeatureLayer.queryCount(Query query)
Get a count of the number of features that satisfy the input query.
|
Deferred |
FeatureLayer.queryCount(Query query,
QueryCountCallback callback)
Get a count of the number of features that satisfy the input query.
|
Deferred |
FeatureLayer.queryFeatures(Query query)
Query features from the feature layer.
|
Deferred |
FeatureLayer.queryFeatures(Query query,
QueryFeaturesCallback callback)
Query features from the feature layer.
|
Deferred |
FeatureLayer.queryIds(Query query)
Query for ObjectIds.
|
Deferred |
FeatureLayer.queryIds(Query query,
QueryIdsCallback callback)
Query for ObjectIds.
|
Deferred |
FeatureLayer.selectFeatures(Query query)
Selects features from the FeatureLayer.
|
Deferred |
FeatureLayer.selectFeatures(Query query,
FeatureLayer.Selections selectionMethod)
Selects features from the FeatureLayer.
|
Deferred |
FeatureLayer.selectFeatures(Query query,
FeatureLayer.Selections selectionMethod,
SelectFeaturesCallback callback)
Selects features from the FeatureLayer.
|
Deferred |
FeatureLayer.selectFeatures(Query query,
SelectFeaturesCallback callback)
Selects features from the FeatureLayer.
|
Modifier and Type | Method and Description |
---|---|
static Query |
Query.create()
Creates a new Query object used to execute a query on the layer resource identified by the URL.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
QueryTask.execute(Query query)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.execute(Query query,
QueryTaskCallback callback)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeForCount(Query query)
Get a count of the number of features that satisfy the input query.
|
Deferred |
QueryTask.executeForCount(Query query,
QueryTaskCountCallback callback)
Get a count of the number of features that satisfy the input query.
|
Deferred |
QueryTask.executeForIds(Query parameters)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeForIds(Query parameters,
QueryTaskIdsCallback callback)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeRelationshipQuery(Query parameters)
Executes a Query against an ArcGIS Server map layer.
|
Deferred |
QueryTask.executeRelationshipQuery(Query parameters,
QueryTaskRelationshipCallback callback)
Executes a Query against an ArcGIS Server map layer.
|