Package | Description |
---|---|
oracle.spatial.hadoop.vector.binning |
Contains classes used for spatial binning.
|
Modifier and Type | Method and Description |
---|---|
BinningConfig.BinShape |
BinningConfig.getShape()
Gets the shape of the cells
|
static BinningConfig.BinShape |
BinningConfig.BinShape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinningConfig.BinShape[] |
BinningConfig.BinShape.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BinningConfig.setShape(BinningConfig.BinShape shape)
Sets the shape of the cells
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.