Uses of Enum
org.apache.sis.internal.geoapi.filter.DistanceOperatorName
Packages that use DistanceOperatorName
Package
Description
A set of helper classes for the SIS implementation.
also contains classes that may move to the public API someday,
but are considered not yet ready.
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of DistanceOperatorName in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type DistanceOperatorNameModifier and TypeMethodDescriptionstatic booleanSpatialOperationContext.negativeResult(DistanceOperatorName type) The value to return when a test cannot be applied.final booleanGeometryWrapper.predicate(DistanceOperatorName type, GeometryWrapper<G> other, javax.measure.Quantity<javax.measure.quantity.Length> distance, SpatialOperationContext context) Applies a filter predicate between this geometry and another geometry.protected booleanGeometryWrapper.predicateSameCRS(DistanceOperatorName type, GeometryWrapper<G> other, double distance) Applies a filter predicate between this geometry and another geometry within a given distance. -
Uses of DistanceOperatorName in org.apache.sis.internal.geoapi.filter
Subclasses with type arguments of type DistanceOperatorName in org.apache.sis.internal.geoapi.filterModifier and TypeClassDescriptionenumPlaceholder for GeoAPI 3.1 interfaces (not yet released).Methods in org.apache.sis.internal.geoapi.filter that return DistanceOperatorNameModifier and TypeMethodDescriptionstatic DistanceOperatorNameReturns the enum constant of this type with the specified name.static DistanceOperatorName[]DistanceOperatorName.values()Returns an array containing the constants of this enum type, in the order they are declared.