Uses of Enum Class
org.apache.sis.referencing.operation.transform.ContextualParameters.MatrixRole
Packages that use ContextualParameters.MatrixRole
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of ContextualParameters.MatrixRole in org.apache.sis.referencing.operation.transform
Subclasses with type arguments of type ContextualParameters.MatrixRole in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionstatic enumWhether a matrix is used for normalization or denormalization before or after a non-linear operation.Methods in org.apache.sis.referencing.operation.transform that return ContextualParameters.MatrixRoleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ContextualParameters.MatrixRole[]ContextualParameters.MatrixRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.referencing.operation.transform with parameters of type ContextualParameters.MatrixRoleModifier and TypeMethodDescriptionfinal MatrixSISContextualParameters.getMatrix(ContextualParameters.MatrixRole role) Returns the affine transforms to be applied before or after the non-linear kernel operation.DefaultMathTransformFactory.Context.getMatrix(ContextualParameters.MatrixRole role) Deprecated, for removal: This API element is subject to removal in a future version.Returns the matrix that represent the affine transform to concatenate before or after the parameterized transform.