Uses of Class
org.opengis.filter.DistanceOperatorName
Packages that use DistanceOperatorName
-
Uses of DistanceOperatorName in org.opengis.filter
Fields in org.opengis.filter declared as DistanceOperatorNameModifier and TypeFieldDescriptionstatic final DistanceOperatorNameDistanceOperatorName.BEYONDOperator evaluates totruewhen all of a feature's geometry lies beyond (is more distant) than a given distance from the filter geometry.static final DistanceOperatorNameDistanceOperatorName.WITHINOperator evaluates totruewhen any part of the first geometry lies within the given distance of the second geometry.Methods in org.opengis.filter that return DistanceOperatorNameModifier and TypeMethodDescriptionDistanceOperatorName.family()Returns the list of codes of the same kind as this code list element.DistanceOperator.getOperatorType()Returns the nature of the operator.static DistanceOperatorNameReturns the distance operator that matches the given string, or returns a new one if none match it.static DistanceOperatorName[]DistanceOperatorName.values()Returns the list ofDistanceOperatorNames.