|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| com.esri.core.internal.value | |
| com.esri.core.map | |
| com.esri.map | |
| com.esri.map.popup | |
| Uses of Field in com.esri.core.internal.value |
|---|
| Methods in com.esri.core.internal.value that return Field | |
|---|---|
Field |
Layer.getField(String fieldName)
|
Field[] |
ImageServer.getFields()
Gets the fields of the ImageServer. |
Field[] |
Layer.getFields()
Gets the fields of the FeatureSet. |
| 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 | |
|---|---|
void |
InfoTemplate.setFields(Field[] fields)
Deprecated. |
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.map |
|---|
| Methods in com.esri.map that return Field | |
|---|---|
Field |
ArcGISPopupInfo.getField(String fieldName)
Returns a collection of a graphic's attributes (fields). |
Field[] |
ArcGISFeatureLayer.getFields()
Gets the fields. |
| Uses of Field in com.esri.map.popup |
|---|
| Methods in com.esri.map.popup with parameters of type Field | |
|---|---|
static PopupView |
PopupView.createAttributesView(String title,
Field[] fields)
Create an instance of the PopupView that displays a simple list of attributes and values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||