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 |
---|---|
ArithmeticOperators |
FilterFactoryImpl.arithmeticOperators(boolean simple,
Functions functions) |
Modifier and Type | Method and Description |
---|---|
ScalarCapabilities |
FilterFactoryImpl.scalarCapabilities(ComparisonOperators comparison,
ArithmeticOperators arithmetic,
boolean logicalOperators) |
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticOperatorsImpl
Implementation of the ArithmeticOperators interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ArithmeticOperatorsImpl.addAll(ArithmeticOperators copy) |
Constructor and Description |
---|
ArithmeticOperatorsImpl(ArithmeticOperators copy) |
ScalarCapabilitiesImpl(ComparisonOperators comparisonOperators,
ArithmeticOperators arithmeticOperators,
boolean logicalOperators) |
Modifier and Type | Method and Description |
---|---|
ArithmeticOperators |
FilterFactory.arithmeticOperators(boolean simple,
Functions functions)
arithmetic operators
|
Modifier and Type | Method and Description |
---|---|
ScalarCapabilities |
FilterFactory.scalarCapabilities(ComparisonOperators comparison,
ArithmeticOperators arithmetic,
boolean logical)
scalar capabilities
|
Modifier and Type | Method and Description |
---|---|
ArithmeticOperators |
ScalarCapabilities.getArithmeticOperators()
Provided arithmetic operators.
|
Copyright © 1996–2021 Geotools. All rights reserved.