Uses of Enum
org.apache.sis.referencing.operation.transform.ContextualParameters.MatrixRole
Packages that use ContextualParameters.MatrixRole
Package
Description
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of ContextualParameters.MatrixRole in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation with parameters of type ContextualParameters.MatrixRoleModifier and TypeMethodDescriptionorg.opengis.referencing.operation.Matrix
MathTransformContext.getMatrix
(ContextualParameters.MatrixRole role) Returns the normalization or denormalization matrix. -
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 TypeMethodDescriptionprivate static org.opengis.referencing.operation.MathTransform2D
PoleRotation.concatenate
(ContextualParameters p1, ContextualParameters.MatrixRole r1, ContextualParameters p2, ContextualParameters.MatrixRole r2) Returns the concatenation of transformp1.r1
followed byp2.r2
.final MatrixSIS
ContextualParameters.getMatrix
(ContextualParameters.MatrixRole role) Returns the affine transforms to be applied before or after the non-linear kernel operation.org.opengis.referencing.operation.Matrix
DefaultMathTransformFactory.Context.getMatrix
(ContextualParameters.MatrixRole role) Returns the matrix that represent the affine transform to concatenate before or after the parameterized transform.