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.
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 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
Subclasses with type arguments of type SpatialOperatorName 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 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.