Uses of Enum
org.apache.sis.referencing.operation.transform.ContextualParameters.MatrixRole
Packages that use ContextualParameters.MatrixRole
Package
Description
Conversions or transformations of multi-dimensional coordinate points.
-
Uses of ContextualParameters.MatrixRole in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return ContextualParameters.MatrixRoleModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ContextualParameters.MatrixRole[]
ContextualParameters.MatrixRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.referencing.operation.transform with parameters of type ContextualParameters.MatrixRoleModifier and TypeMethodDescriptionfinal MatrixSIS
ContextualParameters.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) Returns the matrix that represent the affine transform to concatenate before or after the parameterized transform.