| Modifier and Type | Method and Description |
|---|---|
static ComplexGeometryBinningOption |
ComplexGeometryBinningOption.fromString(String code) |
static ComplexGeometryBinningOption |
ComplexGeometryBinningOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplexGeometryBinningOption[] |
ComplexGeometryBinningOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComplexGeometryBinningOption |
SpatialBinningStrategy.complexGeometryBinning |
| Modifier and Type | Field and Description |
|---|---|
protected ComplexGeometryBinningOption |
SpatialFieldValueBinningStrategy.complexGeometry |
| Modifier and Type | Method and Description |
|---|---|
ComplexGeometryBinningOption |
SpatialFieldValueBinningStrategy.ComplexGeometryBinningOptionConverter.convert(String value) |
ComplexGeometryBinningOption |
SpatialFieldValueBinningStrategy.getComplexGeometry() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpatialFieldValueBinningStrategy.setComplexGeometry(ComplexGeometryBinningOption complexGeometry) |
| Constructor and Description |
|---|
SpatialFieldValueBinningStrategy(SpatialBinningType type,
int precision,
ComplexGeometryBinningOption complexGeometry,
String... fields) |
Copyright © 2013–2021. All rights reserved.