MathTransform
s from a set of points.See: Description
Class | Description |
---|---|
LinearTransformBuilder |
Creates a linear (usually affine) transform which will map approximatively the given source points to
the given target points.
|
MathTransform
s from a set of points.
The builder classes require a matched set of known positions, one from a "source" data set and another
from a "target" data set. The builder will then provide a transformation positions from the "source" CRS
to the "target" CRS.
Algorithms in this package use a least squares estimation method. The matching parameters are estimated by minimizing the sum of the squared distances between the given points and the fitted points (i.e. the points calculated using the transform). Note that "distance" here is not necessarily the Euclidian distance or a geodesic distance. It may be an approximation of Euclidian distance for implementation convenience.
Defined in the sis-referencing
module
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.