|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGCP
public class GCP
Class that holds information about a ground control point.
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 |
---|
public GCP()
Method Detail |
---|
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 setpublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |