|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
Method Summary | |
double[] |
getCoord()
returns the coordinate as double array |
int |
getDimension()
retuns the dimension of the coordinate |
double |
getX()
returns the x-value of the coordinate |
double |
getY()
returns the y-value of the coordinate. if no y-value is defined -9E99 will be returned |
double |
getZ()
returns the z-value of the coordinate. if no z-value is defined -9E99 will be returned |
void |
setCoord(double x)
set the coordinate as one-dimensional point |
void |
setCoord(double[] coord)
sets the coordinate value(s) using a double array. the min length of the equals 1 the max length 3 |
void |
setCoord(double x,
double y)
set the coordinate as two-dimensional point |
void |
setCoord(double x,
double y,
double z)
set the coordinate as three-dimensional point |
Method Detail |
public double getX()
public double getY()
public double getZ()
public double[] getCoord()
public void setCoord(double[] coord) throws GMLException
GMLException
public void setCoord(double x)
public void setCoord(double x, double y)
public void setCoord(double x, double y, double z)
public int getDimension()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |