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

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

Uses of GM_Primitive in org.deegree_impl.model.geometry
 

Classes in org.deegree_impl.model.geometry that implement GM_Primitive
(package private)  class GM_Curve_Impl
          default implementation of the GM_Curve interface from package jago.model
(package private)  class GM_OrientableCurve_Impl
          default implementierung of the GM_OrientableSurface interface from package jago.model. the implementation is abstract because only initialization of the spatial reference system is unique to all orientated curves ------------------------------------------------------------
(package private)  class GM_OrientablePrimitive_Impl
          default implementation of the GM_OrientablePrimitive interface from package jago.model. the implementation is abstract because it doesn't make sense to instantiate it.
(package private)  class GM_OrientableSurface_Impl
          default implementation of the GM_OrientableSurface interface from package jago.model. the implementation is abstract because only initialization of the spatial reference system is unique to all orientated surfaces -----------------------------------------------------------------------
(package private)  class GM_Point_Impl
          default implementation of the GM_Point interface.
(package private)  class GM_Primitive_Impl
          default implementation of the GM_Primitive interface from package jago.model
 class GM_Ring_Impl
          default implementation of the GM_Ring interface of the -----------------------------------------------------------------------
(package private)  class GM_Surface_Impl
          default implementation of the GM_Surface interface from package jago.model.
 

Methods in org.deegree_impl.model.geometry that return GM_Primitive
 GM_Primitive GM_MultiPrimitive_Impl.getPrimitiveAt(int index)
          returns the GM_Primitive at the submitted index.
 GM_Primitive[] GM_MultiPrimitive_Impl.getAllPrimitives()
          returns all GM_Primitives as array
 

Uses of GM_Primitive in org.deegree.model.geometry
 

Subinterfaces of GM_Primitive in org.deegree.model.geometry
 interface GM_CompositeCurve
          -----------------------------------------------------
 interface GM_CompositePoint
          -----------------------------------------------------
 interface GM_CompositeSolid
          -----------------------------------------------------
 interface GM_CompositeSurface
          -----------------------------------------------------
 interface GM_Curve
          The interface defines the access to curve geometries.
 interface GM_OrientableCurve
          The specialisation of the GM_OrientablePrimitive as a curve.
 interface GM_OrientablePrimitive
          The basic interface for orientated two dimensional geometries.
 interface GM_OrientableSurface
          -----------------------------------------------------
 interface GM_Point
          The basic two dimensional geometry -----------------------------------------------------
 interface GM_Ring
          defining a ring geometry that's part of a surface boundary ----------------------------------------------------------------------
 interface GM_Shell
          -----------------------------------------------------
 interface GM_Solid
          definies the basis of a three dimensional geometry.
 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 -----------------------------------------------------
 

Methods in org.deegree.model.geometry that return GM_Primitive
 GM_Primitive GM_MultiPrimitive.getPrimitiveAt(int index)
          returns the GM_Primitive at the submitted index.
 GM_Primitive[] GM_MultiPrimitive.getAllPrimitives()
          returns all GM_Primitives as array