| Package | Description |
|---|---|
| com.esri.json |
| Modifier and Type | Field and Description |
|---|---|
EsriFeature[] |
EsriFeatureClass.features
Array of features (attributes, geometry)
|
| Modifier and Type | Method and Description |
|---|---|
static EsriFeature |
EsriJsonFactory.FeatureFromJson(InputStream jsonInputStream)
Construct an
EsriFeature from JSON |
static EsriFeature |
EsriJsonFactory.FeatureFromJson(org.codehaus.jackson.JsonParser parser)
Construct an
EsriFeature from JSON |
static EsriFeature |
EsriFeature.fromJson(InputStream jsonStream) |
static EsriFeature |
EsriFeature.fromJson(org.codehaus.jackson.JsonParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EsriJsonFactory.JsonFromFeature(EsriFeature feature)
Create JSON from an
EsriFeature |
Copyright © 2014. All Rights Reserved.