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

Packages that use Field
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 Field in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags that return Field
 Field ArcGISFeatureLayer.getField(String fieldName)
          This method returns the field object when the fieldname is passed in.
 Field[] ArcGISFeatureLayer.getFields()
          The array of fields in the layer.
 

Uses of Field in com.esri.core.map
 

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

Methods in com.esri.core.map that return types with arguments of type Field
 List<Field> FeatureSet.getFields()
          Gets the name of all fields.
 

Methods in com.esri.core.map with parameters of type Field
static String Field.toJson(Field field)
          Serializing the Field object into Json String.
 

Method parameters in com.esri.core.map with type arguments of type Field
 void FeatureSet.setFields(List<Field> fields)
          Sets the name of the fields.
 



Copyright © 2012. All Rights Reserved.