Uses of Class
org.apache.sis.referencing.operation.transform.ContextualParameters.MatrixRole
-
Packages that use ContextualParameters.MatrixRole Package Description org.apache.sis.referencing.operation.transform 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.MatrixRole Modifier and Type Method Description static ContextualParameters.MatrixRole
ContextualParameters.MatrixRole. valueOf(String name)
Returns 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.MatrixRole Modifier and Type Method Description MatrixSIS
ContextualParameters. getMatrix(ContextualParameters.MatrixRole role)
Returns the affine transforms to be applied before or after the non-linear kernel operation.Matrix
DefaultMathTransformFactory.Context. getMatrix(ContextualParameters.MatrixRole role)
Returns the matrix that represent the affine transform to concatenate before or after the parameterized transform.
-