Package | Description |
---|---|
oracle.spatial.hadoop.vector.mapred.input |
Input format and record readers implementations.
|
oracle.spatial.hadoop.vector.util |
Contains utility classes used by other components of this API.
|
Modifier and Type | Method and Description |
---|---|
SpatialOperation |
SpatialIndexInputFormat.SpatialIndexRecordReader.getOperation()
Gets the operation used to filter records
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialIndexInputFormat.SpatialIndexRecordReader.setOperation(SpatialOperation operation)
Sets the operation to filter records.
|
static void |
SpatialFilterInputFormat.setSpatialOperation(JobConf conf, SpatialOperation operation)
Deprecated.
Use
SpatialOperationConfig .store() Sets the spatial operation used to do the spatial filtering. |
Modifier and Type | Method and Description |
---|---|
static SpatialOperation |
SpatialOperation.fromOrdinal(int ordinal)
Gets the enum value associated to the given ordinal
|
SpatialOperation |
SpatialOperationConfig.getOperation()
Gets the
SpatialOperation |
static SpatialOperation |
SpatialOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpatialOperation[] |
SpatialOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialOperationConfig.setOperation(SpatialOperation operation)
Sets the
SpatialOperation |
static FastJGeometry |
SpatialUtils.toFastJGeometry(JGeometry geom, double tol, SpatialOperation op) |
static JGeometry |
SpatialUtils.toFastJGeometrySafety(JGeometry geom, double tol, SpatialOperation op) |
static FastJGeometry.FastOp |
SpatialUtils.toFastOp(SpatialOperation op) |
Modifier and Type | Method and Description |
---|---|
static FastJGeometry |
SpatialUtils.toFastJGeometry(JGeometry geom, double tol, java.util.EnumSet<SpatialOperation> opSet) |
Constructor and Description |
---|
SpatialOperationConfig(SpatialOperation op, JGeometry qryWindow, double tol)
Creates a new instance with the given parameters
|
SpatialOperationConfig(SpatialOperation op, JGeometry qryWindow, double tol, java.util.Map<java.lang.String,java.lang.Number> params)
Creates a new instance with the given parameters
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.