Package | Description |
---|---|
oracle.spatial.hadoop.vector.geojson |
Contains RecordInfoProvider and InputFormats for GeoJSON files.
|
oracle.spatial.hadoop.vector.geojson.mapred |
Contains RecordReader and InputFormats for GeoJSON files.
|
oracle.spatial.hadoop.vector.geojson.mapreduce |
Contains RecordReader and InputFormats for GeoJSON files (Hadoop new API).
|
Modifier and Type | Method and Description |
---|---|
static GeoJsonParseType |
GeoJsonParseType.parseString(java.lang.String typeStr)
Returns the GeoJsonParseType object related to the specified string.
|
static GeoJsonParseType |
GeoJsonParseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeoJsonParseType[] |
GeoJsonParseType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Constructor and Description |
---|
GeoJsonStreamParser(java.io.InputStream is, GeoJsonParseType parseType)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
static GeoJsonParseType |
GeoJsonInputFormat.getGeoJsonTypesToParse(JobConf conf)
Returns the GeoJSON parsing type
|
Modifier and Type | Method and Description |
---|---|
static void |
GeoJsonInputFormat.setGeoJsonTypesToParse(JobConf conf, GeoJsonParseType parseType)
Sets GeoJSON parsing type.
|
Constructor and Description |
---|
GeoJsonRecordReader(JobConf conf, FileSplit split, GeoJsonParseType parseType)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static GeoJsonParseType |
GeoJsonInputFormat.getGeoJsonTypesToParse(Configuration conf)
Returns the GeoJSON parsing type
|
Modifier and Type | Method and Description |
---|---|
static void |
GeoJsonInputFormat.setGeoJsonTypesToParse(Configuration conf, GeoJsonParseType parseType)
Sets GeoJSON parsing type.
|
Constructor and Description |
---|
GeoJsonRecordReader(GeoJsonParseType parseType)
Creates a new instance.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.