Uses of Class
org.geotools.referencing.operation.builder.MappedPosition
-
Packages that use MappedPosition Package Description org.geotools.data 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.data
Methods in org.geotools.data that return types with arguments of type MappedPosition Modifier and Type Method Description List<MappedPosition>
MapInfoFileReader. getControlPoints()
Get Control Points -
Uses of MappedPosition in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return types with arguments of type MappedPosition Modifier and Type Method Description List<MappedPosition>
MathTransformBuilder. getMappedPositions()
Returns the list of mapped positions.Method parameters in org.geotools.referencing.operation.builder with type arguments of type MappedPosition Modifier and Type Method Description void
MathTransformBuilder. setMappedPositions(List<MappedPosition> positions)
Set the list of mapped positions.Constructor parameters in org.geotools.referencing.operation.builder with type arguments of type MappedPosition Constructor Description AdvancedAffineBuilder(List<MappedPosition> vectors)
Constructs builder from set of GCPsAdvancedAffineBuilder(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<Position> 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.
-