Uses of Class
com.esri.core.map.FeatureSet

Packages that use FeatureSet
com.esri.android.map.ags Contains the classes for the available map layer types. 
com.esri.core.map Contains classes that define elements from feature and image services. 
com.esri.core.portal Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. 
com.esri.core.tasks.ags.query Contains classes for defining queries that are executed on an ArcGIS Server. 
 

Uses of FeatureSet in com.esri.android.map.ags
 

Method parameters in com.esri.android.map.ags with type arguments of type FeatureSet
 void ArcGISFeatureLayer.queryFeatures(Query query, CallbackListener<FeatureSet> callback)
          Query features from the feature layer.
 void ArcGISFeatureLayer.selectFeatures(Query query, ArcGISFeatureLayer.SELECTION_METHOD selectionMethod, CallbackListener<FeatureSet> callback)
          Selects features from the feature layer.
 

Constructors in com.esri.android.map.ags with parameters of type FeatureSet
ArcGISFeatureLayer(String layerDefinition, FeatureSet featureCollection, ArcGISFeatureLayer.Options layerOption)
          The constructor is used if you are instantiating the ArcGISFeatureLayer using a feature collection.
ArcGISFeatureLayer(String layerDef, String layerDefinitionOverride, FeatureSet featureCollection, ArcGISFeatureLayer.Options layerOption, boolean initLayer)
          This constructor is to be used with a mapnotes layer defined in webmap only.
 

Uses of FeatureSet in com.esri.core.map
 

Methods in com.esri.core.map that return FeatureSet
static FeatureSet FeatureSet.fromJson(org.codehaus.jackson.JsonParser parser)
          Decodes objects from JSON representation.
static FeatureSet FeatureSet.fromJson(org.codehaus.jackson.JsonParser parser, boolean graphicsHaveSpatialRef)
          Decodes objects from JSON representation.
static FeatureSet FeatureSet.fromJson(org.codehaus.jackson.JsonParser parser, boolean graphicsHaveSpatialRef, int maxResultsReturned)
          Decodes objects from JSON representation.
static FeatureSet FeatureSet.fromJson(org.codehaus.jackson.JsonParser parser, int maxResults)
          Decodes objects from JSON representation.
 

Methods in com.esri.core.map with parameters of type FeatureSet
static String FeatureSet.toJson(FeatureSet featureSet)
          Serializes a FeatureSet object into a JSON String.
 

Uses of FeatureSet in com.esri.core.portal
 

Methods in com.esri.core.portal that return types with arguments of type FeatureSet
 ArrayList<FeatureSet> WebMapLayer.getFeatureSets()
          Returns the feature set of a feature collection
 

Uses of FeatureSet in com.esri.core.tasks.ags.query
 

Methods in com.esri.core.tasks.ags.query that return FeatureSet
 FeatureSet QueryTask.execute(Query query)
          Execute the Query defined for this QueryTask and returns a FeatureSet containing the results
 

Methods in com.esri.core.tasks.ags.query that return types with arguments of type FeatureSet
 Map<Integer,FeatureSet> QueryTask.executeRelationshipQuery(RelationshipQuery query)
          Executes the RelationshipQuery defined for this QueryTask and returns a Map object, in which key represents the object ID of the feature and value represents the FeatureSet related to this feature.
 



Copyright © 2012. All Rights Reserved.