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

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

Uses of GM_GenericSurface in org.deegree_impl.model.geometry
 

Classes in org.deegree_impl.model.geometry that implement GM_GenericSurface
(package private)  class GM_Polygon_Impl
          default implementierung of the GM_Polygon interface from package jago.model
(package private)  class GM_Surface_Impl
          default implementation of the GM_Surface interface from package jago.model.
(package private)  class GM_SurfacePatch_Impl
          default implementation of the GM_SurfacePatch interface from package jago.model. the class is abstract because it should be specialized by derived classes GM_Polygon for example ------------------------------------------------------------
 

Uses of GM_GenericSurface in org.deegree.model.geometry
 

Subinterfaces of GM_GenericSurface in org.deegree.model.geometry
 interface GM_Polygon
          A GM_Polygon is a specialized GM_SurfacePatch and it's implementation should be implementable.
 interface GM_Surface
          Defining the surface geometry of the iso geometry model. a surface is made of 1..n surface patches. for convention it is defined that GM_Surface is a closed geometry. that means each surface patch a surface is made of must touch at least one other surface patch if a surface is made of more then one surface patch -----------------------------------------------------
 interface GM_SurfacePatch
          Defining the iso geometry GM_SurfacePatch which is used for building surfaces.