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

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

Uses of GM_Aggregate in org.deegree_impl.model.geometry
 

Classes in org.deegree_impl.model.geometry that implement GM_Aggregate
(package private)  class GM_Aggregate_Impl
          default implementierung of the GM_Aggregate interface ------------------------------------------------------------
(package private)  class GM_MultiCurve_Impl
          default implementation of the GM_MultiCurve interface from package jago.model
(package private)  class GM_MultiPoint_Impl
          default implementierung of the GM_MultiPoint interface of package jago.model.
(package private)  class GM_MultiPrimitive_Impl
          default implementation of the GM_MultiPrimitive interface of package jago.model.
(package private)  class GM_MultiSurface_Impl
          default implementation of the GM_MultiSurface interface from package jago.model.
 

Methods in org.deegree_impl.model.geometry with parameters of type GM_Aggregate
private  boolean GM_Ring_Impl.intersectsAggregate(GM_Aggregate mprim)
          the operations returns true if the submitted multi primitive intersects with the curve segment
private  boolean GM_Polygon_Impl.intersectsMultiObject(GM_Aggregate mprim)
          the operations returns true if the submitted multi primitive intersects with the curve segment
private  boolean GM_Polygon_Impl.containsMultiObject(GM_Aggregate gmo)
           
private  boolean GM_Point_Impl.intersectsAggregate(GM_Aggregate mprim)
          the operations returns true if the submitted multi primitive intersects with the curve segment
 void GM_MultiPrimitive_Impl.merge(GM_Aggregate aggregate)
          merges this aggregation with another one
 void GM_Aggregate_Impl.merge(GM_Aggregate aggregate)
          merges this aggregation with another one
 

Uses of GM_Aggregate in org.deegree.model.geometry
 

Subinterfaces of GM_Aggregate in org.deegree.model.geometry
 interface GM_MultiCurve
          The interface defines the access to a aggregations of GM_Curve objects.
 interface GM_MultiPoint
          The interface defines the access to a aggregations of GM_Point objects.
 interface GM_MultiPrimitive
          This interface defines the basis functionallity of all aggregations containing primetive geometries.
 interface GM_MultiSolid
          Basic interface for handling aggregations of solid geometries.
 interface GM_MultiSurface
          This Interface defines the Aggregation of GM_Surfaces.
 

Methods in org.deegree.model.geometry with parameters of type GM_Aggregate
 void GM_Aggregate.merge(GM_Aggregate aggregate)
          merges two aggregation.