Uses of Enum Class
org.apache.sis.geometry.WraparoundMethod
Packages that use WraparoundMethod
Package
Description
Filters features according their properties.
Basic geometric objects (envelopes and direct positions).
-
Uses of WraparoundMethod in org.apache.sis.filter
Constructors in org.apache.sis.filter with parameters of type WraparoundMethodModifierConstructorDescriptionprotected
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 class with the specified name.static WraparoundMethod[]
WraparoundMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.geometry with parameters of type WraparoundMethodModifier and TypeMethodDescriptionboolean
GeneralEnvelope.wraparound
(WraparoundMethod method) If this envelope is crossing the limit of a wraparound axis, modifies coordinates by application of the specified strategy.