Uses of Enum
org.apache.sis.geometry.WraparoundMethod
Packages that use WraparoundMethod
Package
Description
Filters features according their properties.
Basic geometric objects (envelopes and direct positions).
A set of helper classes for the SIS implementation.
-
Uses of WraparoundMethod in org.apache.sis.filter
Fields in org.apache.sis.filter declared as WraparoundMethodModifier and TypeFieldDescriptionprivate final WraparoundMethod
DefaultFilterFactory.wraparound
The strategy to use for representing a region crossing the anti-meridian.Constructors in org.apache.sis.filter with parameters of type WraparoundMethodModifierConstructorDescription(package private)
BinarySpatialFilter
(Geometries<G> library, Expression<? super R, ?> geometry, org.opengis.geometry.Envelope bounds, WraparoundMethod wraparound) Creates a spatial operator forSpatialOperatorName.BBOX
.protected
DefaultFilterFactory
(Class<G> spatial, Class<T> temporal, WraparoundMethod wraparound) Creates a new factory for geometries and temporal objects of the given types.Creates a new factory operating onAbstractFeature
instances. -
Uses of WraparoundMethod in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return WraparoundMethodModifier and TypeMethodDescriptionstatic WraparoundMethod
Returns the enum constant of this type with the specified name.static WraparoundMethod[]
WraparoundMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.geometry with parameters of type WraparoundMethodModifier and TypeMethodDescriptionprivate boolean
GeneralEnvelope.apply
(WraparoundMethod method) Implementation ofGeneralEnvelope.simplify()
andGeneralEnvelope.wraparound(WraparoundMethod)
.boolean
GeneralEnvelope.wraparound
(WraparoundMethod method) If this envelope is crossing the limit of a wraparound axis, modifies coordinates by application of the specified strategy. -
Uses of WraparoundMethod in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type WraparoundMethodModifier and TypeMethodDescriptionGeometries.toGeometry2D
(org.opengis.geometry.Envelope envelope, WraparoundMethod strategy) Transforms an envelope to a two-dimensional polygon whose start point is lower corner and other points are the envelope corners in clockwise order.