| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.esriJson |
| Modifier and Type | Method and Description |
|---|---|
static EsriFeatureClass |
EsriJsonFactory.FeatureClassFromJson(InputStream jsonInputStream)
Construct an
EsriFeatureClass from JSON |
static EsriFeatureClass |
EsriJsonFactory.FeatureClassFromJson(com.fasterxml.jackson.core.JsonParser parser)
Construct an
EsriFeatureClass from JSON |
static EsriFeatureClass |
EsriFeatureClass.fromJson(InputStream jsonStream) |
static EsriFeatureClass |
EsriFeatureClass.fromJson(com.fasterxml.jackson.core.JsonParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EsriJsonFactory.JsonFromFeatureClass(EsriFeatureClass featureClass)
Create JSON from an
EsriFeatureClass |
Copyright © 2024 The Apache Software Foundation. All rights reserved.