Uses of Interface
org.deegree.model.geometry.GM_SurfaceBoundary

Packages that use GM_SurfaceBoundary
org.deegree_impl.model.geometry   
org.deegree.model.geometry   
 

Uses of GM_SurfaceBoundary in org.deegree_impl.model.geometry
 

Classes in org.deegree_impl.model.geometry that implement GM_SurfaceBoundary
(package private)  class GM_SurfaceBoundary_Impl
          default implementation of the GM_SurfaceBoundary interface
 

Fields in org.deegree_impl.model.geometry declared as GM_SurfaceBoundary
private  GM_SurfaceBoundary GM_Polygon_Impl.boundary
           
 

Methods in org.deegree_impl.model.geometry that return GM_SurfaceBoundary
 GM_SurfaceBoundary GM_Surface_Impl.getSurfaceBoundary()
          returns the boundary of the surface as surface boundary
 GM_SurfaceBoundary GM_Polygon_Impl.getBoundary()
          The operation "boundary" shall return the boundary of this GM_SurfacePatch represented as a collection of GM_Curves organized as a GM_SurfaceBoundary, consisting of GM_Curve instances along the boundary of the aggregate GM_Surface, and interior to the GM_Surface where GM_SurfacePatches are adjacent.
 

Constructors in org.deegree_impl.model.geometry with parameters of type GM_SurfaceBoundary
GM_Surface_Impl(GM_SurfaceBoundary boundary)
          initializes the surface with default orientation submitting the surfaces boundary
GM_Surface_Impl(char orientation, GM_SurfaceBoundary boundary)
          initializes the surface submitting the orientation and the surfaces boundary.
 

Uses of GM_SurfaceBoundary in org.deegree.model.geometry
 

Methods in org.deegree.model.geometry that return GM_SurfaceBoundary
 GM_SurfaceBoundary GM_OrientableSurface.getSurfaceBoundary()
          returns the boundary of the surface