A C D E F G I J L N S T U V 

A

alias - Variable in class com.esri.json.EsriField
Aliased name of the field
attributes - Variable in class com.esri.json.EsriFeature
Map of attributes

C

close() - Method in class com.esri.json.hadoop.EnclosedJsonRecordReader
 
close() - Method in class com.esri.json.hadoop.UnenclosedJsonRecordReader
 
com.esri.json - package com.esri.json
 
com.esri.json.deserializer - package com.esri.json.deserializer
 
com.esri.json.hadoop - package com.esri.json.hadoop
 
com.esri.json.serializer - package com.esri.json.serializer
 
createKey() - Method in class com.esri.json.hadoop.EnclosedJsonRecordReader
 
createKey() - Method in class com.esri.json.hadoop.UnenclosedJsonRecordReader
 
createValue() - Method in class com.esri.json.hadoop.EnclosedJsonRecordReader
 
createValue() - Method in class com.esri.json.hadoop.UnenclosedJsonRecordReader
 

D

deserialize(JsonParser, DeserializationContext) - Method in class com.esri.json.deserializer.GeometryJsonDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.esri.json.deserializer.GeometryTypeJsonDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.esri.json.deserializer.SpatialReferenceJsonDeserializer
 
displayFieldName - Variable in class com.esri.json.EsriFeatureClass
 

E

EnclosedJsonInputFormat - Class in com.esri.json.hadoop
FileInputFormat for reading features from a feature exported as JSON in Esri standard format.
EnclosedJsonInputFormat() - Constructor for class com.esri.json.hadoop.EnclosedJsonInputFormat
 
EnclosedJsonRecordReader - Class in com.esri.json.hadoop
Record reader for reading features from a feature exported as JSON in Esri standard format.
EnclosedJsonRecordReader(InputSplit, Configuration) - Constructor for class com.esri.json.hadoop.EnclosedJsonRecordReader
 
EsriFeature - Class in com.esri.json
 
EsriFeature() - Constructor for class com.esri.json.EsriFeature
 
EsriFeatureClass - Class in com.esri.json
 
EsriFeatureClass() - Constructor for class com.esri.json.EsriFeatureClass
 
EsriField - Class in com.esri.json
 
EsriField() - Constructor for class com.esri.json.EsriField
 
EsriFieldType - Enum in com.esri.json
Enumeration of Esri field types.
EsriJsonFactory - Class in com.esri.json
 

F

FeatureClassFromJson(InputStream) - Static method in class com.esri.json.EsriJsonFactory
Construct an EsriFeatureClass from JSON
FeatureClassFromJson(JsonParser) - Static method in class com.esri.json.EsriJsonFactory
Construct an EsriFeatureClass from JSON
FeatureFromJson(InputStream) - Static method in class com.esri.json.EsriJsonFactory
Construct an EsriFeature from JSON
FeatureFromJson(JsonParser) - Static method in class com.esri.json.EsriJsonFactory
Construct an EsriFeature from JSON
features - Variable in class com.esri.json.EsriFeatureClass
Array of features (attributes, geometry)
fieldAliases - Variable in class com.esri.json.EsriFeatureClass
Map of field aliases for applicable fields in this feature class
fields - Variable in class com.esri.json.EsriFeatureClass
Array of field definitions (name, type, alias, ...)
fromJson(InputStream) - Static method in class com.esri.json.EsriFeature
 
fromJson(JsonParser) - Static method in class com.esri.json.EsriFeature
 
fromJson(InputStream) - Static method in class com.esri.json.EsriFeatureClass
 
fromJson(JsonParser) - Static method in class com.esri.json.EsriFeatureClass
 

G

geometry - Variable in class com.esri.json.EsriFeature
Geometry associated with this feature
GeometryJsonDeserializer - Class in com.esri.json.deserializer
Deserializes a JSON geometry definition into a Geometry instance
GeometryJsonDeserializer() - Constructor for class com.esri.json.deserializer.GeometryJsonDeserializer
 
GeometryJsonSerializer - Class in com.esri.json.serializer
 
GeometryJsonSerializer() - Constructor for class com.esri.json.serializer.GeometryJsonSerializer
 
geometryType - Variable in class com.esri.json.EsriFeatureClass
Esri geometry type (Polygon, Point, ...)
GeometryTypeJsonDeserializer - Class in com.esri.json.deserializer
Deserializes a JSON geometry type enumeration into a Geometry.Type.* enumeration
GeometryTypeJsonDeserializer() - Constructor for class com.esri.json.deserializer.GeometryTypeJsonDeserializer
 
GeometryTypeJsonSerializer - Class in com.esri.json.serializer
 
GeometryTypeJsonSerializer() - Constructor for class com.esri.json.serializer.GeometryTypeJsonSerializer
 
getPos() - Method in class com.esri.json.hadoop.EnclosedJsonRecordReader
 
getPos() - Method in class com.esri.json.hadoop.UnenclosedJsonRecordReader
 
getProgress() - Method in class com.esri.json.hadoop.EnclosedJsonRecordReader
 
getProgress() - Method in class com.esri.json.hadoop.UnenclosedJsonRecordReader
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class com.esri.json.hadoop.EnclosedJsonInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class com.esri.json.hadoop.UnenclosedJsonInputFormat
 

I

isSplitable(FileSystem, Path) - Method in class com.esri.json.hadoop.EnclosedJsonInputFormat
 

J

JsonFromFeature(EsriFeature) - Static method in class com.esri.json.EsriJsonFactory
Create JSON from an EsriFeature
JsonFromFeatureClass(EsriFeatureClass) - Static method in class com.esri.json.EsriJsonFactory
Create JSON from an EsriFeatureClass

L

length - Variable in class com.esri.json.EsriField
Field maximum length (for value types like esriFieldTypeString)

N

name - Variable in class com.esri.json.EsriField
Actual name of the field
next(LongWritable, Text) - Method in class com.esri.json.hadoop.EnclosedJsonRecordReader
 
next(LongWritable, Text) - Method in class com.esri.json.hadoop.UnenclosedJsonRecordReader
 

S

serialize(Geometry, JsonGenerator, SerializerProvider) - Method in class com.esri.json.serializer.GeometryJsonSerializer
 
serialize(Geometry.Type, JsonGenerator, SerializerProvider) - Method in class com.esri.json.serializer.GeometryTypeJsonSerializer
 
serialize(SpatialReference, JsonGenerator, SerializerProvider) - Method in class com.esri.json.serializer.SpatialReferenceJsonSerializer
 
spatialReference - Variable in class com.esri.json.EsriFeatureClass
Spatial reference for the feature class (null, if undefined)
SpatialReferenceJsonDeserializer - Class in com.esri.json.deserializer
Deserializes a JSON spatial reference definition into a SpatialReference instance
SpatialReferenceJsonDeserializer() - Constructor for class com.esri.json.deserializer.SpatialReferenceJsonDeserializer
 
SpatialReferenceJsonSerializer - Class in com.esri.json.serializer
 
SpatialReferenceJsonSerializer() - Constructor for class com.esri.json.serializer.SpatialReferenceJsonSerializer
 

T

toJson() - Method in class com.esri.json.EsriFeature
 
toJson() - Method in class com.esri.json.EsriFeatureClass
 
type - Variable in class com.esri.json.EsriField
Field value type (i.e.

U

UnenclosedJsonInputFormat - Class in com.esri.json.hadoop
 
UnenclosedJsonInputFormat() - Constructor for class com.esri.json.hadoop.UnenclosedJsonInputFormat
 
UnenclosedJsonRecordReader - Class in com.esri.json.hadoop
Enumerates records from an Esri Unenclosed JSON file
UnenclosedJsonRecordReader(InputSplit, Configuration) - Constructor for class com.esri.json.hadoop.UnenclosedJsonRecordReader
 

V

valueOf(String) - Static method in enum com.esri.json.EsriFieldType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.esri.json.EsriFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I J L N S T U V 

Copyright © 2014. All Rights Reserved.