Package | Description |
---|---|
org.geotools.filter | |
org.geotools.filter.capability | |
org.opengis.filter |
Filters features according their properties.
|
org.opengis.filter.capability |
Modifier and Type | Method and Description |
---|---|
SpatialOperator |
FilterFactoryImpl.spatialOperator(String name,
GeometryOperand[] geometryOperands) |
Modifier and Type | Method and Description |
---|---|
SpatialOperators |
FilterFactoryImpl.spatialOperators(SpatialOperator[] spatialOperators) |
Modifier and Type | Class and Description |
---|---|
class |
SpatialOperatorImpl
Implementation of the SpatialOperator interface.
|
Modifier and Type | Method and Description |
---|---|
SpatialOperator |
SpatialOperatorsImpl.getOperator(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<SpatialOperator> |
SpatialOperatorsImpl.getOperators() |
Modifier and Type | Method and Description |
---|---|
void |
SpatialOperatorImpl.addAll(SpatialOperator copy) |
Modifier and Type | Method and Description |
---|---|
void |
SpatialOperatorsImpl.setOperators(Collection<SpatialOperator> operators) |
Constructor and Description |
---|
SpatialOperatorImpl(SpatialOperator copy) |
SpatialOperatorsImpl(SpatialOperator... operators) |
Constructor and Description |
---|
SpatialOperatorsImpl(Collection<SpatialOperator> operators) |
Modifier and Type | Method and Description |
---|---|
SpatialOperator |
FilterFactory.spatialOperator(String name,
GeometryOperand... geometryOperands)
spatial operator
|
Modifier and Type | Method and Description |
---|---|
SpatialOperators |
FilterFactory.spatialOperators(SpatialOperator... spatialOperators)
spatial operators
|
Modifier and Type | Method and Description |
---|---|
SpatialOperator |
SpatialOperators.getOperator(String name)
Looks up an operator by name, returning null if no such operator found.
|
Modifier and Type | Method and Description |
---|---|
Collection<SpatialOperator> |
SpatialOperators.getOperators()
Provided spatial operators.
|
Copyright © 1996–2022 Geotools. All rights reserved.