|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface defines the root of each unit building Curves
-----------------------------------------------------
Method Summary | |
boolean |
contains(GM_Object gmo)
The Boolean valued operation "contains" shall return TRUE if this GM_Object contains another GM_Object. |
CS_CoordinateSystem |
getCoordinateSystem()
returns the coordinate system of the curve segment |
int |
getNumberOfPoints()
returns the number of points building the curve segment |
GM_Position |
getPositionAt(int index)
returns the curve position at the submitted index |
GM_Position[] |
getPositions()
returns all positions of the segement as array of GM_Point |
boolean |
intersects(GM_Object gmo)
The Boolean valued operation "intersects" shall return TRUE if this GM_Object intersects another GM_Object. |
void |
reverse()
reverses the direction of the curvesegment |
Methods inherited from interface org.deegree.model.geometry.GM_GenericCurve |
getAsLineString, getEndPoint, getLength, getStartPoint |
Method Detail |
public int getNumberOfPoints()
public GM_Position[] getPositions()
public GM_Position getPositionAt(int index)
public void reverse()
public CS_CoordinateSystem getCoordinateSystem()
public boolean intersects(GM_Object gmo)
public boolean contains(GM_Object gmo)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |