Package | Description |
---|---|
org.geotools.referencing.operation.builder |
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedAffineBuilder
Builder for affine transformation with possibility to set several constrains for affine
parameters that will be respected during calculation.
|
class |
AffineTransformBuilder
Builds MathTransform setup as Affine
transformation from a list of MappedPosition.
|
class |
BursaWolfTransformBuilder
Builds MathTransform setup as
BursaWolf transformation from a list of MappedPosition.
|
class |
ProjectiveTransformBuilder
Builds MathTransform setup as Projective transformation from a list of
MappedPosition.
|
class |
RubberSheetBuilder
Builds a RubberSheet transformation from a set of control points, defined as a List of
MappedPosition objects,
and a quadrilateral delimiting the outer area of interest, defined as a List of four DirectPosition objects.
|
class |
SimilarTransformBuilder
Builds MathTransform setup as
Similar transformation from a list of MappedPosition.
|
Copyright © 1996–2019 Geotools. All rights reserved.