Class GroundControlPoints


  • public class GroundControlPoints
    extends Object
    Image ground control points, as a list of TiePoint and their CRS
    Author:
    Andrea Aime - GeoSolutions
    • Method Detail

      • getTiePoints

        public List<TiePoint> getTiePoints()
        The tie points
        Returns:
        the tiePoints
      • getCoordinateReferenceSystem

        public CoordinateReferenceSystem getCoordinateReferenceSystem()
        The tie points coordinate reference system
        Returns:
        the crs
      • toString

        public String toString()
        Overrides:
        toString in class Object