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 WraparoundMethodDefaultFilterFactory.wraparoundThe 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.protectedDefaultFilterFactory(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 onAbstractFeatureinstances. -
Uses of WraparoundMethod in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return WraparoundMethodModifier and TypeMethodDescriptionstatic WraparoundMethodReturns 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 booleanGeneralEnvelope.apply(WraparoundMethod method) Implementation ofGeneralEnvelope.simplify()andGeneralEnvelope.wraparound(WraparoundMethod).booleanGeneralEnvelope.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.