|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
com.esri.core.map.popup | Contains classes that are used to define popups on the map. |
com.esri.core.renderer | Provides different types of renderers used to symbolize graphics. |
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 Object |
GraphicsUtil.convertStringFieldValue(String strfieldValue,
String fieldname,
Field[] fields)
Convert string field value. |
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. |
Uses of Field in com.esri.core.map.popup |
---|
Methods in com.esri.core.map.popup that return types with arguments of type Field | |
---|---|
static Map<String,Field> |
PopupInfoUtil.getFields(PopupInfo popupInfo)
Gets the fields. |
Uses of Field in com.esri.core.renderer |
---|
Methods in com.esri.core.renderer with parameters of type Field | |
---|---|
FeatureType[] |
UniqueValueRenderer.toTypes(Field[] fields,
Geometry.Type type)
Creates templates out of the renderer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |