Uses of Class
org.apache.sis.internal.referencing.MathTransformsOrFactory
Packages that use MathTransformsOrFactory
Package
Description
A set of helper classes for the SIS implementation.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of MathTransformsOrFactory in org.apache.sis.internal.referencing
Subclasses of MathTransformsOrFactory in org.apache.sis.internal.referencingModifier and TypeClassDescriptionprivate static final class
AMathTransformsOrFactory
implementation which delegate method calls to aMathTransformFactory
specified by the user.Fields in org.apache.sis.internal.referencing declared as MathTransformsOrFactoryModifier and TypeFieldDescriptionprivate static final MathTransformsOrFactory
MathTransformsOrFactory.INSTANCE
The unique instance to use when noMathTransformFactory
is specified.Methods in org.apache.sis.internal.referencing that return MathTransformsOrFactoryModifier and TypeMethodDescriptionstatic MathTransformsOrFactory
MathTransformsOrFactory.wrap
(org.opengis.referencing.operation.MathTransformFactory factory) Returns the instance to use for the given factory. -
Uses of MathTransformsOrFactory in org.apache.sis.referencing.operation.transform
Fields in org.apache.sis.referencing.operation.transform declared as MathTransformsOrFactoryModifier and TypeFieldDescriptionprivate final MathTransformsOrFactory
TransformSeparator.factory
The factory to use for creating new math transforms.Methods in org.apache.sis.referencing.operation.transform with parameters of type MathTransformsOrFactoryModifier and TypeMethodDescriptionprivate org.opengis.referencing.operation.MathTransform
WraparoundTransform.movable
(org.opengis.referencing.operation.MathTransform tr, org.opengis.referencing.operation.Matrix matrix, MathTransformsOrFactory factory) Returns a transform based on the given matrix but converting only coordinates in dimensions that can be processed indifferently before or after thisWraparoundTransform
.