Uses of Enum
org.apache.sis.internal.geoapi.filter.SpatialOperatorName
Packages that use SpatialOperatorName
Package
Description
A set of helper classes for the SIS implementation.
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of SpatialOperatorName in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type SpatialOperatorNameModifier and TypeMethodDescriptionstatic booleanSpatialOperationContext.negativeResult(SpatialOperatorName type) The value to return when a test cannot be applied.final booleanGeometryWrapper.predicate(SpatialOperatorName type, GeometryWrapper<G> other, SpatialOperationContext context) Applies a filter predicate between this geometry and another geometry.protected booleanGeometryWrapper.predicateSameCRS(SpatialOperatorName type, GeometryWrapper<G> other) Applies a filter predicate between this geometry and another geometry. -
Uses of SpatialOperatorName in org.apache.sis.internal.geoapi.filter
Methods in org.apache.sis.internal.geoapi.filter that return SpatialOperatorNameModifier and TypeMethodDescriptionstatic SpatialOperatorNameReturns the enum constant of this type with the specified name.static SpatialOperatorName[]SpatialOperatorName.values()Returns an array containing the constants of this enum type, in the order they are declared.