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

Packages that use FeatureSet
com.esri.core.map   
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.na   
com.esri.core.tasks.ags.query Contains classes for defining queries that are executed on an ArcGIS Server. 
com.esri.map   
 

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.
static void FeatureUtil.updateFeatureSetGeometryType(FeatureSet fs, Geometry.Type type)
          Update feature set geometry type.
 

Uses of FeatureSet in com.esri.core.portal
 

Methods in com.esri.core.portal that return FeatureSet
 FeatureSet WebMapSubLayer.getFeatureSet()
          Returns FeatureSet containing features to be displayed by this layer.
 

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

Fields in com.esri.core.tasks.ags.na declared as FeatureSet
protected  FeatureSet NAResult.pointBarriers
           
protected  FeatureSet NAResult.polygonBarriers
           
protected  FeatureSet NAResult.polylineBarriers
           
 

Methods in com.esri.core.tasks.ags.na that return FeatureSet
 FeatureSet NAResult.getBarriers()
          Returns all barriers(point, polyline, and polygon) compiled into one FeatureSet.
 FeatureSet ClosestFacilityResult.getFacilities()
          Gets the FeatureSet representing the facilities used to calculate the closest facility
 FeatureSet ServiceAreaResult.getFacilities()
          Gets the FeatureSet representing the facilities used to perform service area
 FeatureSet ClosestFacilityResult.getIncidents()
          Gets the FeatureSet representing the incidents from which to calculate the closest facility
 FeatureSet NAResult.getPointBarriers()
          Gets only the point barriers used in the analysis
 FeatureSet NAResult.getPolygonBarriers()
          Gets only the polygon barriers used in the analysis
 FeatureSet NAResult.getPolylineBarriers()
          Gets only the polyline barriers used in the analysis
 FeatureSet ServiceAreaResult.getServiceAreaPolygons()
          Gets the FeatureSet representing the service area polygons
 FeatureSet ServiceAreaResult.getServiceAreaPolylines()
          Gets the FeatureSet representing the service area polylines
 FeatureSet RoutingResult.getStops()
          Gets the FeatureSet representing the stops used to perform routing
 

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.
 

Methods in com.esri.core.tasks.ags.query that return types with arguments of type FeatureSet
 Map<Integer,FeatureSet> QueryTask.executeRelationshipQuery(QueryRelatedRecordsParameters query)
          Execute relationship query.
 

Method parameters in com.esri.core.tasks.ags.query with type arguments of type FeatureSet
 void QueryTask.executeAsync(Query query, CallbackListener<FeatureSet> callback)
          Execute the query asynchronously.
 void QueryTask.executeRelationshipQueryAsync(QueryRelatedRecordsParameters query, CallbackListener<Map<Integer,FeatureSet>> callback)
          Execute relationship query asynchronously.
 

Uses of FeatureSet in com.esri.map
 

Method parameters in com.esri.map with type arguments of type FeatureSet
 void ArcGISFeatureLayer.queryFeatures(Query query, CallbackListener<FeatureSet> callback)
          Query features from the feature layer.
 void ArcGISFeatureLayer.queryRelatedRecords(int[] objectIds, int relationshipId, String[] outFields, boolean returnGeometry, CallbackListener<Map<Integer,FeatureSet>> callback)
          Query related records.
 void ArcGISFeatureLayer.selectFeatures(Query query, ArcGISFeatureLayer.SELECTION_METHOD selectionMethod, CallbackListener<FeatureSet> callback)
          Selects features from the feature layer.
 



Copyright © 2012. All Rights Reserved.