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

Packages that use FeatureType
com.esri.core.internal.value   
com.esri.core.map   
com.esri.map   
 

Uses of FeatureType in com.esri.core.internal.value
 

Methods in com.esri.core.internal.value that return FeatureType
 FeatureType Layer.getSubType(String subtype)
           
 FeatureType[] Layer.getSubTypes()
           
 

Methods in com.esri.core.internal.value with parameters of type FeatureType
 void Layer.setSubTypes(FeatureType[] subTypes)
           
 

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.
 

Uses of FeatureType in com.esri.map
 

Methods in com.esri.map that return FeatureType
 FeatureType[] ArcGISFeatureLayer.getSubTypes()
          Gets the sub-types.
 FeatureType ArcGISPopupInfo.getType(String subType)
          Returns a collection of FeatureType objects representing feature sub-types in the layer to which the graphic belongs.
 FeatureType[] ArcGISFeatureLayer.getTypes()
          Returns an array of feature types defined in the feature service layer.
 FeatureType[] ArcGISPopupInfo.getTypes()
           
 

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



Copyright © 2012. All Rights Reserved.