|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
Method Summary | |
GMLCoord[] |
getCoord()
returns the coordinates (location) of the LineString as as array of GMLCoord |
GMLCoordinates |
getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
void |
setCoord(GMLCoord[] coord)
|
void |
setCoordinates(GMLCoordinates coordinates)
|
Methods inherited from interface org.deegree.gml.GMLGeometry |
getId, getName, getSrs, setId, setSrs |
Method Detail |
public GMLCoord[] getCoord()
public void setCoord(GMLCoord[] coord) throws GMLException
GMLException
a exception should be thrown if the coords are not homogen
or the coords are not building a closed ring.
public GMLCoordinates getCoordinates()
public void setCoordinates(GMLCoordinates coordinates) throws GMLException
GMLException
a exception should be thrown if the coords are not
building a closed ring.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |