Package | Description |
---|---|
oracle.spatial.hadoop.vector.binning |
Contains classes used for spatial binning.
|
oracle.spatial.hadoop.vector.data |
Classes for representing data sets.
|
oracle.spatial.hadoop.vector.data.cmd |
Parsers for parsing data set parameters from command line interface.
|
oracle.spatial.hadoop.vector.data.conf |
Data sets Hadoop job configurators.
|
oracle.spatial.hadoop.vector.mapred.job |
Contains job drivers.
|
oracle.spatial.hadoop.vector.partition |
Classes used to perform spatial partitioning
|
oracle.spatial.hadoop.vector.util |
Contains utility classes used by other components of this API.
|
Modifier and Type | Method and Description |
---|---|
SpatialConfig |
BinningConfig.getSpatialConfig()
Gets the current spatial configuration
|
Modifier and Type | Method and Description |
---|---|
void |
BinningConfig.setSpatialConfig(SpatialConfig spatialConfig)
Sets the current spatial configuration
|
Modifier and Type | Method and Description |
---|---|
SpatialConfig |
AbstractInputDataSet.getSpatialConfig()
Gets the spatial configuration of the data set which defines the spatial features of the data set such as SRID, dimensions and boundaries.
|
SpatialConfig |
SimpleInputDataSet.getSpatialConfig() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInputDataSet.setSpatialConfig(SpatialConfig spatialConfig)
Sets the spatial configuration of the data set which defines the spatial features of the data set such as SRID, dimensions and boundaries.
|
void |
MultiInputDataSet.setSpatialConfig(SpatialConfig spatialConfig) |
void |
SimpleInputDataSet.setSpatialConfig(SpatialConfig spatialConfig) |
Modifier and Type | Method and Description |
---|---|
static SpatialConfig |
CmdArgsParserUtils.parseSpatialConfig(CmdArgsParser argsp)
Returns an instance of
SpatialConfig from the given parameters |
Modifier and Type | Method and Description |
---|---|
static void |
CmdArgsParserUtils.getSpatialConfigCmdArgs(SpatialConfig spatialConf, java.util.Map<java.lang.String,java.lang.Object> params)
Converts the properties of the given
SpatialConfig instance to command line parameters |
Modifier and Type | Method and Description |
---|---|
static SpatialConfig |
MultiInputDataSetConfigurator.getGlobalSpatialConfig(MultiInputDataSet mDataSet, boolean enforceSameSrid)
Gets the common spatial configuration between all the input data sets contained in the given
MultiInputDataSet instance |
Modifier and Type | Method and Description |
---|---|
SpatialConfig |
BaseJob.getSpatialConfig()
Gets the spatial configuration that describes the geometries in the input data.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseJob.setSpatialConfig(SpatialConfig spatialConfig)
Sets the spatial configuration that describes the geometries in the input data.
|
Modifier and Type | Method and Description |
---|---|
void |
HilbertValueBasedPartitioner.generatePartitioningResult(Path partResultPath, SpatialConfig spatialConfig, Configuration conf)
Creates partitions and generates a partitioning result file.
|
Modifier and Type | Class and Description |
---|---|
class |
SpatialOperationConfig
Defines how a spatial operation should be performed
|
Modifier and Type | Method and Description |
---|---|
static double[] |
SpatialUtils.getMBRWithTolerance(JGeometry geom, SpatialConfig spatialConfig) |
static void |
SpatialUtils.getSpanForIndex(JGeometry geom, double[][] span, SpatialConfig spatialConf, boolean addTolerance) |
static void |
SpatialIndexUtils.setMissingSpatialConfig(SpatialConfig spatialConfig, SpatialIndexMetadata sim) |
void |
SpatialOperationConfig.setSpatialConfig(SpatialConfig spatialConf)
Sets a
SpatialOperation |
Constructor and Description |
---|
SpatialConfig(SpatialConfig spatialConf) |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.