|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The basic two dimensional geometry
-----------------------------------------------------
Method Summary | |
double[] |
getAsArray()
returns the x- and y-value of the point as a two dimensional array the first field contains the x- the second field the y-value. |
GM_Position |
getPosition()
returns the position of the point |
double |
getX()
returns the x-value of the point |
double |
getY()
returns the y-value of the point |
double |
getZ()
returns the z-value of the point |
Methods inherited from interface org.deegree.model.geometry.GM_Object |
contains, contains, difference, distance, getBoundary, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDimension, getEnvelope, intersection, intersects, isEmpty, isWithinDistance, translate, union |
Method Detail |
public double getX()
public double getY()
public double getZ()
public double[] getAsArray()
public GM_Position getPosition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |