Uses of Enum
org.apache.sis.internal.geoapi.filter.LogicalOperatorName
Packages that use LogicalOperatorName
Package
Description
Filters features according their properties.
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of LogicalOperatorName in org.apache.sis.filter
Methods in org.apache.sis.filter that return LogicalOperatorNameModifier and TypeMethodDescriptionLogicalFilter.And.getOperatorType()Identification of the operation.LogicalFilter.Not.getOperatorType()Identification of the operation.LogicalFilter.Or.getOperatorType()Identification of the operation. -
Uses of LogicalOperatorName in org.apache.sis.internal.geoapi.filter
Methods in org.apache.sis.internal.geoapi.filter that return LogicalOperatorNameModifier and TypeMethodDescriptionLogicalOperator.getOperatorType()static LogicalOperatorNameReturns the enum constant of this type with the specified name.static LogicalOperatorName[]LogicalOperatorName.values()Returns an array containing the constants of this enum type, in the order they are declared.