|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureEditResult | |
|---|---|
| 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 FeatureEditResult in com.esri.android.map.ags |
|---|
| Method parameters in com.esri.android.map.ags with type arguments of type FeatureEditResult | |
|---|---|
void |
ArcGISFeatureLayer.addAttachment(int objectId,
File file,
CallbackListener<FeatureEditResult> callback)
Adds an attachment to the feature specified by the ObjectId. |
void |
ArcGISFeatureLayer.addAttachment(int objectId,
File file,
String mime,
CallbackListener<FeatureEditResult> callback)
Adds an attachment to the feature specified by the ObjectId. |
| Uses of FeatureEditResult in com.esri.core.map |
|---|
| Methods in com.esri.core.map that return FeatureEditResult | |
|---|---|
static FeatureEditResult |
FeatureEditResult.fromJson(org.codehaus.jackson.JsonParser parser)
Decodes objects from JSON representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||