|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
Method Summary | |
void |
addInteriorRing(GMLLinearRing interiorRing)
adds a interior ring to the polygon. if the submitted ring isn't not completly contained within the exterior ring an exception should be thrown. |
GMLLinearRing |
getExteriorRing()
returns the exterior ring of the polygon |
GMLLinearRing[] |
getInteriorRings()
returns the interior rings of the polygon. if no interior rings exists null should be returned |
void |
setExteriorRing(GMLLinearRing exteriorRing)
|
Methods inherited from interface org.deegree.gml.GMLGeometry |
getId, getName, getSrs, setId, setSrs |
Method Detail |
public GMLLinearRing getExteriorRing()
public void setExteriorRing(GMLLinearRing exteriorRing)
getExteriorRing()
public GMLLinearRing[] getInteriorRings()
public void addInteriorRing(GMLLinearRing interiorRing) throws GMLException
GMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |