it.geosolutions.imageio.core
Class GCP

Object
  extended by GCP

public class GCP
extends Object

Class that holds information about a ground control point.

Author:
Simone Giannecchini, GeoSolutions SAS

Constructor Summary
GCP()
           
 
Method Summary
protected  Object clone()
           
 boolean equals(Object obj)
           
 int getColumn()
          Pixel (x) location of GCP on raster.
 String getDescription()
          Informational message or "".
 double getEasting()
          Easting of this gcp.
 double getElevation()
          The elevation of this GCP.
 String getId()
          Unique identifier, often numeric.
 double getNorthing()
          Northing of this gcp.
 int getRow()
          Line (y) location of GCP on raster.
 int hashCode()
           
 void setColumn(int column)
           
 void setDescription(String description)
           
 void setEasting(double easting)
           
 void setElevation(double elevation)
           
 void setId(String id)
           
 void setNorthing(double northing)
           
 void setRow(int row)
           
 String toString()
           
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GCP

public GCP()
Method Detail

getEasting

public double getEasting()
Easting of this gcp.

Returns:
the easting of this gcp.

setEasting

public void setEasting(double easting)
Parameters:
easting - the easting to set

getNorthing

public double getNorthing()
Northing of this gcp.

Returns:
the northing of this gcp

setNorthing

public void setNorthing(double northing)
Parameters:
northing - the northing to set

getElevation

public double getElevation()
The elevation of this GCP.

Returns:
the elevation of thic gcp.

setElevation

public void setElevation(double elevation)
Parameters:
elevation - the elevation to set

getRow

public int getRow()
Line (y) location of GCP on raster.

Returns:
the row location of this GCP on the raster.

setRow

public void setRow(int row)
Parameters:
row - the row to set

getColumn

public int getColumn()
Pixel (x) location of GCP on raster.

Returns:
the column location of this gcp on the raster.

setColumn

public void setColumn(int column)
Parameters:
column - the column to set

getId

public String getId()
Unique identifier, often numeric.

Returns:
the id for this GCP

setId

public void setId(String id)
Parameters:
id - the id to set

getDescription

public String getDescription()
Informational message or "".

Returns:
the description of this GCP.

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.