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

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

Uses of GM_GenericCurve in org.deegree_impl.model.geometry
 

Classes in org.deegree_impl.model.geometry that implement GM_GenericCurve
(package private)  class GM_Curve_Impl
          default implementation of the GM_Curve interface from package jago.model
(package private)  class GM_CurveSegment_Impl
          default implementation of the GM_CurveSegment interface from package jago.model. the class is abstract because it should be specialized by derived classes GM_LineString for example ---------------------------------------------------------------------------
(package private)  class GM_LineString_Impl
          default implementation of the GM_LineString interface of package jago.model
 

Uses of GM_GenericCurve in org.deegree.model.geometry
 

Subinterfaces of GM_GenericCurve in org.deegree.model.geometry
 interface GM_Curve
          The interface defines the access to curve geometries.
 interface GM_CurveSegment
          The interface defines the root of each unit building Curves -----------------------------------------------------
 interface GM_LineString
          The interface defines a specialisation of the GM_CurveSegment interface for a sequence of point connected with linear interpolation.