Package org.geotools.coverage.grid.io
Class GroundControlPoints
- Object
-
- GroundControlPoints
-
-
Constructor Summary
Constructors Constructor Description GroundControlPoints(List<TiePoint> tiePoints, CoordinateReferenceSystem crs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateReferenceSystem
getCoordinateReferenceSystem()
The tie points coordinate reference systemList<TiePoint>
getTiePoints()
The tie pointsString
toString()
-
-
-
Constructor Detail
-
GroundControlPoints
public GroundControlPoints(List<TiePoint> tiePoints, CoordinateReferenceSystem crs)
-
-
Method Detail
-
getCoordinateReferenceSystem
public CoordinateReferenceSystem getCoordinateReferenceSystem()
The tie points coordinate reference system- Returns:
- the crs
-
-