|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappedPosition | |
---|---|
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. |
Uses of MappedPosition in org.geotools.referencing.operation.builder |
---|
Methods in org.geotools.referencing.operation.builder that return types with arguments of type MappedPosition | |
---|---|
java.util.List<MappedPosition> |
MathTransformBuilder.getMappedPositions()
Returns the list of mapped positions. |
Method parameters in org.geotools.referencing.operation.builder with type arguments of type MappedPosition | |
---|---|
void |
MathTransformBuilder.setMappedPositions(java.util.List<MappedPosition> positions)
Set the list of mapped positions. |
Constructor parameters in org.geotools.referencing.operation.builder with type arguments of type MappedPosition | |
---|---|
AdvancedAffineBuilder(java.util.List<MappedPosition> vectors)
Constructs builder from set of GCPs |
|
AdvancedAffineBuilder(java.util.List<MappedPosition> vectors,
AffineTransform2D affineTrans)
Constructs affine transform from GCPs and approximate values for calculation. |
|
AffineTransformBuilder(java.util.List<MappedPosition> vectors)
Creates AffineTransformBuilder for the set of properties. |
|
BursaWolfTransformBuilder(java.util.List<MappedPosition> vectors)
Creates a BursaWolfTransformBuilder. |
|
ProjectiveTransformBuilder(java.util.List<MappedPosition> vectors)
Creates ProjectiveTransformBuilder for the set of properties. |
|
RubberSheetBuilder(java.util.List<MappedPosition> vectors,
java.util.List<org.opengis.geometry.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(java.util.List<MappedPosition> vectors)
Creates SimilarTransformBuilder for the set of properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |