Package | Description |
---|---|
org.apache.sis.referencing.operation.builder |
Helper classes for creating
MathTransform s from a set of points. |
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Modifier and Type | Method and Description |
---|---|
LinearTransform |
LinearTransformBuilder.create()
Creates a linear transform approximation from the source points to the target points.
|
Modifier and Type | Method and Description |
---|---|
static LinearTransform |
MathTransforms.identity(int dimension)
Returns an identity transform of the specified dimension.
|
static LinearTransform |
MathTransforms.linear(double scale,
double offset)
Creates a one-dimensional affine transform for the given coefficients.
|
static LinearTransform |
MathTransforms.linear(Matrix matrix)
Creates an arbitrary linear transform from the specified matrix.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.