Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
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 | Method and Description |
---|---|
List<MappedPosition> |
MapInfoFileReader.getControlPoints()
Get Control Points
|
Modifier and Type | Method and Description |
---|---|
List<MappedPosition> |
MathTransformBuilder.getMappedPositions()
Returns the list of mapped positions.
|
Modifier and Type | Method and Description |
---|---|
void |
MathTransformBuilder.setMappedPositions(List<MappedPosition> positions)
Set the list of mapped positions.
|
Constructor and Description |
---|
AdvancedAffineBuilder(List<MappedPosition> vectors)
Constructs builder from set of GCPs
|
AdvancedAffineBuilder(List<MappedPosition> vectors,
AffineTransform2D affineTrans)
Constructs affine transform from GCPs and approximate values for calculation.
|
AffineTransformBuilder(List<MappedPosition> vectors)
Creates AffineTransformBuilder for the set of properties.
|
BursaWolfTransformBuilder(List<MappedPosition> vectors)
Creates a BursaWolfTransformBuilder.
|
ProjectiveTransformBuilder(List<MappedPosition> vectors)
Creates ProjectiveTransformBuilder for the set of properties.
|
RubberSheetBuilder(List<MappedPosition> vectors,
List<DirectPosition> vertices)
Creates the Builder from a List of control points and a List of four DirectPositions defining
the vertexes of the area for interpolation.
|
SimilarTransformBuilder(List<MappedPosition> vectors)
Creates SimilarTransformBuilder for the set of properties.
|
Copyright © 1996–2019 Geotools. All rights reserved.