| java.lang.Object | |
| ↳ | com.esri.android.map.popup.ArcGISValueFormat | 
Convenient class to format values in the popup.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ArcGISValueFormat(Popup popup) Constructor taking a  Popup. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | formatValue(FeatureType featureType, Object value, PopupFieldInfo fieldInfo) Format the value using the information contained in the  PopupFieldInfoand theFeatureTypeprovided. | ||||||||||
| String | formatValue(Object obj) Format the value based on its type. | ||||||||||
| String | formatValue(Object value, PopupFieldInfo fieldInfo) Format the value using the information contained in the  PopupFieldInfo. | ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | getCodedValueAndFormat(FeatureType featureType, Object value, PopupFieldInfo fieldInfo) | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Format the value using the information contained in the PopupFieldInfo and the FeatureType
 provided.
| featureType | the feature type | 
|---|---|
| value | the value | 
| fieldInfo | the field info | 
Format the value based on its type.
| obj | the obj | 
|---|
Format the value using the information contained in the PopupFieldInfo.
| value | the value | 
|---|---|
| fieldInfo | the field info |