public class GCP extends Object
Constructor and Description |
---|
GCP() |
Modifier and Type | Method and Description |
---|---|
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() |
public double getEasting()
public void setEasting(double easting)
easting
- the easting to setpublic double getNorthing()
public void setNorthing(double northing)
northing
- the northing to setpublic double getElevation()
public void setElevation(double elevation)
elevation
- the elevation to setpublic int getRow()
public void setRow(int row)
row
- the row to setpublic int getColumn()
public void setColumn(int column)
column
- the column to setpublic String getId()
public void setId(String id)
id
- the id to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setprotected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2006–2016 GeoSolutions. All rights reserved.