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 classAMathTransformsOrFactoryimplementation which delegate method calls to aMathTransformFactoryspecified by the user.Fields in org.apache.sis.internal.referencing declared as MathTransformsOrFactoryModifier and TypeFieldDescriptionprivate static final MathTransformsOrFactoryMathTransformsOrFactory.INSTANCEThe unique instance to use when noMathTransformFactoryis specified.Methods in org.apache.sis.internal.referencing that return MathTransformsOrFactoryModifier and TypeMethodDescriptionstatic MathTransformsOrFactoryMathTransformsOrFactory.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 MathTransformsOrFactoryTransformSeparator.factoryThe 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.MathTransformWraparoundTransform.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.