Package org.gdal.gdal

Class GCP

java.lang.Object
org.gdal.gdal.GCP

public class GCP extends Object
  • Constructor Details

    • GCP

      public GCP(double x, double y, double z, double pixel, double line)
    • GCP

      public GCP(double x, double y, double pixel, double line, String info, String id)
    • GCP

      public GCP(double x, double y, double pixel, double line)
    • GCP

      public GCP(double x, double y, double z, double pixel, double line, String info, String id)
  • Method Details

    • delete

      public void delete()
    • setGCPX

      public void setGCPX(double value)
    • getGCPX

      public double getGCPX()
    • setGCPY

      public void setGCPY(double value)
    • getGCPY

      public double getGCPY()
    • setGCPZ

      public void setGCPZ(double value)
    • getGCPZ

      public double getGCPZ()
    • setGCPPixel

      public void setGCPPixel(double value)
    • getGCPPixel

      public double getGCPPixel()
    • setGCPLine

      public void setGCPLine(double value)
    • getGCPLine

      public double getGCPLine()
    • setInfo

      public void setInfo(String value)
    • getInfo

      public String getInfo()
    • setId

      public void setId(String value)
    • getId

      public String getId()