| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.esriJson |
| 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(com.fasterxml.jackson.core.JsonParser parser)
Construct an
EsriFeature from JSON |
static EsriFeature |
EsriFeature.fromJson(InputStream jsonStream) |
static EsriFeature |
EsriFeature.fromJson(com.fasterxml.jackson.core.JsonParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EsriJsonFactory.JsonFromFeature(EsriFeature feature)
Create JSON from an
EsriFeature |
Copyright © 2022 The Apache Software Foundation. All rights reserved.