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

Packages that use FeatureType
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. 
 

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

Methods in com.esri.android.map.ags that return FeatureType
 FeatureType ArcGISFeatureLayer.getType(String type)
           
 FeatureType[] ArcGISFeatureLayer.getTypes()
          Returns an array of feature types defined in the feature service layer.
 

Methods in com.esri.android.map.ags with parameters of type FeatureType
 Graphic ArcGISFeatureLayer.createFeatureWithType(FeatureType type, Geometry geometry)
          Creates a new feature based on the specified feature SubType.
 

Uses of FeatureType in com.esri.core.map
 

Methods in com.esri.core.map that return FeatureType
static FeatureType FeatureType.fromJson(org.codehaus.jackson.JsonParser parser)
          Decodes objects from JSON representation.
 



Copyright © 2012. All Rights Reserved.