Uses of Class
org.geotools.referencing.operation.builder.TriangulationException
-
Packages that use TriangulationException 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. -
-
Uses of TriangulationException in org.geotools.referencing.operation.builder
Constructors in org.geotools.referencing.operation.builder that throw TriangulationException Constructor Description 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.
-