Uses of Enum
org.apache.sis.internal.geoapi.filter.ComparisonOperatorName
Packages that use ComparisonOperatorName
Package
Description
Filters features according their properties.
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of ComparisonOperatorName in org.apache.sis.filter
Methods in org.apache.sis.filter that return ComparisonOperatorNameModifier and TypeMethodDescriptionComparisonFilter.Between.getOperatorType()
ComparisonFilter.EqualTo.getOperatorType()
Identification of the this operation.ComparisonFilter.GreaterThan.getOperatorType()
Identification of the this operation.ComparisonFilter.GreaterThanOrEqualTo.getOperatorType()
Identification of the this operation.ComparisonFilter.LessThan.getOperatorType()
Identification of the this operation.ComparisonFilter.LessThanOrEqualTo.getOperatorType()
Identification of the this operation.ComparisonFilter.NotEqualTo.getOperatorType()
Identification of the this operation.LikeFilter.getOperatorType()
UnaryFunction.IsNil.getOperatorType()
UnaryFunction.IsNull.getOperatorType()
-
Uses of ComparisonOperatorName in org.apache.sis.internal.geoapi.filter
Methods in org.apache.sis.internal.geoapi.filter that return ComparisonOperatorNameModifier and TypeMethodDescriptionstatic ComparisonOperatorName
Returns the enum constant of this type with the specified name.static ComparisonOperatorName[]
ComparisonOperatorName.values()
Returns an array containing the constants of this enum type, in the order they are declared.