Uses of Class
org.apache.sis.internal.feature.SpatialOperationContext
Packages that use SpatialOperationContext
Package
Description
Filters features according their properties.
A set of helper classes for the SIS implementation.
-
Uses of SpatialOperationContext in org.apache.sis.filter
Fields in org.apache.sis.filter declared as SpatialOperationContextModifier and TypeFieldDescriptionprotected final SpatialOperationContext
BinaryGeometryFilter.context
The preferred CRS and other context to use if geometry transformations are needed. -
Uses of SpatialOperationContext in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type SpatialOperationContextModifier and TypeMethodDescriptionfinal boolean
GeometryWrapper.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.final boolean
GeometryWrapper.predicate
(SpatialOperatorName type, GeometryWrapper<G> other, SpatialOperationContext context) Applies a filter predicate between this geometry and another geometry.