- Query - Class in edu.ucdavis.cstars.client.tasks
-
Query for input to the QueryTask.
- Query.SpatialRelationshipType - Enum in edu.ucdavis.cstars.client.tasks
-
- queryAttachmentInfos(int, QueryAttachmentInfosCallback) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query for information about attachments associated with the specified ObjectIds.
- queryAttachmentInfos(int) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query for information about attachments associated with the specified ObjectIds.
- QueryAttachmentInfosCallback - Interface in edu.ucdavis.cstars.client.callback
-
- QueryAttachmentInfosHandler - Interface in edu.ucdavis.cstars.client.event
-
- QueryCallback - Interface in edu.ucdavis.cstars.client.callback
-
- queryCount(Query, QueryCountCallback) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Get a count of the number of features that satisfy the input query.
- queryCount(Query) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Get a count of the number of features that satisfy the input query.
- QueryCountCallback - Interface in edu.ucdavis.cstars.client.callback
-
- QueryCountHandler - Interface in edu.ucdavis.cstars.client.event
-
- QueryDataSource - Class in edu.ucdavis.cstars.client.layers
-
Class added v2.7
The QueryDataSource class defines and provides information about a layer or table that is defined by a SQL
query.
- queryFeatures(Query, QueryFeaturesCallback) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query features from the feature layer.
- queryFeatures(Query) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query features from the feature layer.
- QueryFeaturesCallback - Interface in edu.ucdavis.cstars.client.callback
-
- QueryFeaturesHandler - Interface in edu.ucdavis.cstars.client.event
-
- queryGroups(PortalQueryParams, PortalQueryGroupsCallback) - Method in class edu.ucdavis.cstars.client.arcgis.Portal
-
Execute a query against the Portal to return a deferred that when resolved returns PortalQueryResult that contain a
results array of PortalGroup objects for all the groups that match the input query.
- queryIds(Query, QueryIdsCallback) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query for ObjectIds.
- queryIds(Query) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query for ObjectIds.
- QueryIdsCallback - Interface in edu.ucdavis.cstars.client.callback
-
- QueryIdsHandler - Interface in edu.ucdavis.cstars.client.event
-
- queryItem(PortalQueryParams, PortalQueryItemsCallback) - Method in class edu.ucdavis.cstars.client.arcgis.Portal
-
Execute a query against the Portal to return a deferred that when resolved returns PortalQueryResult that contain a
results array of PortalItem objects that match the input query.
- queryItem(PortalQueryParams, PortalQueryItemsCallback) - Method in class edu.ucdavis.cstars.client.arcgis.PortalGroup
-
Execute a query against the group to return a deferred that when resolved returns PortalQueryResults that
contain a results array of PortalItem objects that match the input query.
- queryRelatedFeatures(RelationshipQuery, QueryRelatedFeaturesCallback) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query features or records, from another layer or table, related to features in this layer.
- queryRelatedFeatures(RelationshipQuery) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Query features or records, from another layer or table, related to features in this layer.
- QueryRelatedFeaturesCallback - Interface in edu.ucdavis.cstars.client.callback
-
- QueryRelatedFeaturesHandler - Interface in edu.ucdavis.cstars.client.event
-
- QueryTask - Class in edu.ucdavis.cstars.client.tasks
-
Executes a query operation on a layer resource of a map service exposed by the ArcGIS Server REST API.
- QueryTask.Options - Class in edu.ucdavis.cstars.client.tasks
-
- QueryTaskCallback - Interface in edu.ucdavis.cstars.client.callback
-
Fires when the query operation is complete.
- QueryTaskCompleteHandler - Interface in edu.ucdavis.cstars.client.event
-
Fires when the query operation is complete.
- QueryTaskCountCallback - Interface in edu.ucdavis.cstars.client.callback
-
Fires when the query for the count is complete.
- QueryTaskCountHandler - Interface in edu.ucdavis.cstars.client.event
-
Fires when the query for the count is complete.
- QueryTaskIdsCallback - Interface in edu.ucdavis.cstars.client.callback
-
Fires when the query on IDs is complete.
- QueryTaskIdsHandler - Interface in edu.ucdavis.cstars.client.event
-
Fires when the query on IDs is complete.
- QueryTaskRelationshipCallback - Interface in edu.ucdavis.cstars.client.callback
-
- QueryTaskRelationshipHandler - Interface in edu.ucdavis.cstars.client.event
-
Fires when the executeRelationshipQuery is complete
- QueryTaskRelationshipHandler.RelatedFeatureSets - Class in edu.ucdavis.cstars.client.event
-