Uses of Class
org.geotools.referencing.operation.builder.MappedPosition

Packages that use MappedPosition
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. 
 

Uses of MappedPosition in org.geotools.data
 

Methods in org.geotools.data that return types with arguments of type MappedPosition
 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
 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(List<MappedPosition> positions)
          Set the list of mapped positions.
 

Constructor parameters in org.geotools.referencing.operation.builder with type arguments of type MappedPosition
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-2014 Geotools. All Rights Reserved.