Package | Description |
---|---|
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
DefaultMathTransformFactory.Context.getMatrix(ContextualParameters.MatrixRole role)
Returns the matrix that represent the affine transform to concatenate before or after
the parameterized transform.
|
MatrixSIS |
ContextualParameters.getMatrix(ContextualParameters.MatrixRole role)
Returns the affine transforms to be applied before or after the non-linear kernel operation.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.