|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLLinearRing | |
org.deegree_impl.gml | |
org.deegree.gml |
Uses of GMLLinearRing in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLLinearRing | |
class |
GMLLinearRing_Impl
---------------------------------------------------------- |
Methods in org.deegree_impl.gml that return GMLLinearRing | |
GMLLinearRing |
GMLPolygon_Impl.getExteriorRing()
returns the exterior ring of the polygon |
GMLLinearRing[] |
GMLPolygon_Impl.getInteriorRings()
returns the interior rings of the polygon. if no interior rings exists null should be returned |
static GMLLinearRing |
GMLLinearRing_Impl.createGMLLinearRing(org.w3c.dom.Document doc)
factory method to create a GMLLinearRing. the linear ring that will be returned doesn't contain any point |
Methods in org.deegree_impl.gml with parameters of type GMLLinearRing | |
void |
GMLPolygon_Impl.setExteriorRing(GMLLinearRing exteriorRing)
|
void |
GMLPolygon_Impl.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. |
Uses of GMLLinearRing in org.deegree.gml |
Methods in org.deegree.gml that return GMLLinearRing | |
GMLLinearRing |
GMLPolygon.getExteriorRing()
returns the exterior ring of the polygon |
GMLLinearRing[] |
GMLPolygon.getInteriorRings()
returns the interior rings of the polygon. if no interior rings exists null should be returned |
Methods in org.deegree.gml with parameters of type GMLLinearRing | |
void |
GMLPolygon.setExteriorRing(GMLLinearRing exteriorRing)
|
void |
GMLPolygon.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |