Uses of Enum
org.apache.sis.internal.geoapi.filter.DistanceOperatorName
Packages that use DistanceOperatorName
Package
Description
Filters features according their properties.
A set of helper classes for the SIS implementation.
Methods specific to the Java Topology Suite (JTS).
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of DistanceOperatorName in org.apache.sis.filter
Fields in org.apache.sis.filter declared as DistanceOperatorNameModifier and TypeFieldDescriptionprivate final DistanceOperatorNameDistanceFilter.operatorTypeNature of the operation applied by thisDistanceOperator.Methods in org.apache.sis.filter that return DistanceOperatorNameModifier and TypeMethodDescriptionDistanceFilter.getOperatorType()Identification of this operation.Constructors in org.apache.sis.filter with parameters of type DistanceOperatorNameModifierConstructorDescription(package private)DistanceFilter(DistanceOperatorName operatorType, Geometries<G> library, Expression<? super R, ?> geometry1, Expression<? super R, ?> geometry2, javax.measure.Quantity<javax.measure.quantity.Length> distance) Creates a new spatial function. -
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.feature.jts
Methods in org.apache.sis.internal.feature.jts with parameters of type DistanceOperatorNameModifier and TypeMethodDescriptionprotected booleanWrapper.predicateSameCRS(DistanceOperatorName type, GeometryWrapper<org.locationtech.jts.geom.Geometry> 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.