public class GCPPoint
extends java.lang.Object
| Constructor and Description |
|---|
GCPPoint(int gcpPointType, int cellDimension, int modelDimension)
Constructs a
GCPPoint object with the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
int |
getcellDimension()
Returns the GCP point cell Dimension.
|
double |
getColumn()
Returns the GCP point column.
|
java.lang.String |
getDescription()
Returns the GCP point description.
|
int |
getGCPPointType()
Returns the GCP point description.
|
java.lang.String |
getID()
Returns the GCP point ID.
|
int |
getModelDimension()
Returns the GCP point model Dimension.
|
double |
getRow()
Returns the GCP point row.
|
java.lang.Integer |
getStatus()
Returns the GCP point status, the valid value as below: SpatialReferenceInfo.GCPPOINT_STATUS_MEASURED SpatialReferenceInfo.GCPPOINT_STATUS_REMOVED SpatialReferenceInfo.GCPPOINT_STATUS_ESTIMATED SpatialReferenceInfo.GCPPOINT_STATUS_VALIDATED SpatialReferenceInfo.GCPPOINT_STATUS_INVALID
|
java.lang.Integer |
getVertical()
Returns the GCP point vertical.
|
double |
getX()
Returns the GCP point x.
|
java.lang.Double |
getXRMS()
Returns the GCP point xRMS.
|
double |
getY()
Returns the GCP point y.
|
java.lang.Double |
getYRMS()
Returns the GCP point yRMS.
|
java.lang.Double |
getZ()
Returns the GCP point z.
|
java.lang.Double |
getZRMS()
Returns the GCP point zRMS.
|
void |
setCellDimension(int cellDimension)
Sets the GCP point cell Dimension.
|
void |
setColumn(double column)
Sets the GCP point column.
|
void |
setDescription(java.lang.String description)
Sets the GCP point description.
|
void |
setGCPPointType(int type)
Sets the GCP point type.
|
void |
setID(java.lang.String ID)
Sets the GCP point ID.
|
void |
setModelDimension(int modelDimension)
Sets the GCP point model Dimension.
|
void |
setRow(double row)
Sets the GCP point row.
|
void |
setStatus(java.lang.Integer status)
Sets the GCP point status.
|
void |
setVertical(java.lang.Integer vertical)
Sets the GCP point vertical.
|
void |
setX(double x)
Sets the GCP point x.
|
void |
setXRMS(java.lang.Double xRMS)
Sets the GCP point xRMS.
|
void |
setY(double y)
Sets the GCP point y.
|
void |
setYRMS(java.lang.Double yRMS)
Sets the GCP point yRMS.
|
void |
setZ(java.lang.Double z)
Sets the GCP point z.
|
void |
setZRMS(java.lang.Double zRMS)
Sets the GCP point zRMS.
|
public GCPPoint(int gcpPointType,
int cellDimension,
int modelDimension)
GCPPoint object with the given parameters.gcpPointType - GCP point type, the following are valid values: SpatialReferenceInfo.GCPPOINT_TYPE_CONTROLPOINT SpatialReferenceInfo.GCPPOINT_TYPE_CHECKPOINTcellDimension - cell dimension sizemodelDimension - model dimension sizepublic java.lang.String getID()
public void setID(java.lang.String ID)
ID - GCP point IDpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - GCP point descriptionpublic int getGCPPointType()
public void setGCPPointType(int type)
type - GCP point typepublic int getcellDimension()
public void setCellDimension(int cellDimension)
cellDimension - GCP point cell Dimensionpublic double getRow()
public void setRow(double row)
row - GCP point rowpublic double getColumn()
public void setColumn(double column)
column - GCP point columnpublic java.lang.Integer getVertical()
public void setVertical(java.lang.Integer vertical)
vertical - GCP point verticalpublic int getModelDimension()
public void setModelDimension(int modelDimension)
modelDimension - GCP point model Dimensionpublic double getX()
public void setX(double x)
x - GCP point xpublic double getY()
public void setY(double y)
y - GCP point ypublic java.lang.Double getZ()
public void setZ(java.lang.Double z)
z - GCP point zpublic java.lang.Double getXRMS()
public void setXRMS(java.lang.Double xRMS)
xRMS - GCP point xRMSpublic java.lang.Double getYRMS()
public void setYRMS(java.lang.Double yRMS)
yRMS - GCP point yRMSpublic java.lang.Double getZRMS()
public void setZRMS(java.lang.Double zRMS)
zRMS - GCP point zRMSpublic java.lang.Integer getStatus()
public void setStatus(java.lang.Integer status)
status - GCP point status