Uses of Enum
org.apache.sis.internal.geoapi.filter.SpatialOperatorName
Packages that use SpatialOperatorName
Package
Description
Filters features according their properties.
A set of helper classes for the SIS implementation.
Centralizes usages ERSI geometry API by Apache SIS.
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
Methods specific to the Java Topology Suite (JTS).
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of SpatialOperatorName in org.apache.sis.filter
Fields in org.apache.sis.filter declared as SpatialOperatorNameModifier and TypeFieldDescriptionprivate final SpatialOperatorName
BinarySpatialFilter.operatorType
Nature of the operation applied by thisBinarySpatialFilter
.Methods in org.apache.sis.filter that return SpatialOperatorNameModifier and TypeMethodDescriptionBinarySpatialFilter.getOperatorType()
Identification of this operation.Constructors in org.apache.sis.filter with parameters of type SpatialOperatorNameModifierConstructorDescription(package private)
BinarySpatialFilter
(SpatialOperatorName operatorType, Geometries<G> library, Expression<? super R, ?> geometry1, Expression<? super R, ?> geometry2) Creates a spatial operator all types other than BBOX. -
Uses of SpatialOperatorName in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type SpatialOperatorNameModifier and TypeMethodDescriptionstatic boolean
SpatialOperationContext.negativeResult
(SpatialOperatorName type) The value to return when a test cannot be applied.final boolean
GeometryWrapper.predicate
(SpatialOperatorName type, GeometryWrapper<G> other, SpatialOperationContext context) Applies a filter predicate between this geometry and another geometry.protected boolean
GeometryWrapper.predicateSameCRS
(SpatialOperatorName type, GeometryWrapper<G> other) Applies a filter predicate between this geometry and another geometry. -
Uses of SpatialOperatorName in org.apache.sis.internal.feature.esri
Methods in org.apache.sis.internal.feature.esri with parameters of type SpatialOperatorNameModifier and TypeMethodDescriptionprotected boolean
Wrapper.predicateSameCRS
(SpatialOperatorName type, GeometryWrapper<com.esri.core.geometry.Geometry> other) Applies a filter predicate between this geometry and another geometry. -
Uses of SpatialOperatorName in org.apache.sis.internal.feature.j2d
Methods in org.apache.sis.internal.feature.j2d with parameters of type SpatialOperatorNameModifier and TypeMethodDescriptionprotected boolean
PointWrapper.predicateSameCRS
(SpatialOperatorName type, GeometryWrapper<Shape> other) Applies a filter predicate between this geometry and another geometry.protected boolean
Wrapper.predicateSameCRS
(SpatialOperatorName type, GeometryWrapper<Shape> other) Applies a filter predicate between this geometry and another geometry. -
Uses of SpatialOperatorName in org.apache.sis.internal.feature.jts
Methods in org.apache.sis.internal.feature.jts with parameters of type SpatialOperatorNameModifier and TypeMethodDescriptionprotected boolean
Wrapper.predicateSameCRS
(SpatialOperatorName type, GeometryWrapper<org.locationtech.jts.geom.Geometry> 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 SpatialOperatorName
Returns 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.