org.deegree_impl.gml
Class GMLGeometryCollection_Impl

java.lang.Object
  extended byorg.deegree_impl.gml.GMLGeometry_Impl
      extended byorg.deegree_impl.gml.GMLGeometryCollection_Impl
All Implemented Interfaces:
GMLGeometry, GMLGeometryCollection
Direct Known Subclasses:
GMLMultiLineString_Impl, GMLMultiPoint_Impl, GMLMultiPolygon_Impl

class GMLGeometryCollection_Impl
extends GMLGeometry_Impl
implements GMLGeometryCollection

----------------------------------------------------------

Version:
07.02.2001

Author:
Andreas Poth

Field Summary
 
Fields inherited from class org.deegree_impl.gml.GMLGeometry_Impl
element
 
Constructor Summary
GMLGeometryCollection_Impl(org.w3c.dom.Element element)
          Creates a new GMLGeometryCollection_Impl object.
 
Method Summary
 void addGeometry(GMLGeometry geometry)
           
 GMLGeometry[] getGeometries()
          returns the geometries contained within the collection
 
Methods inherited from class org.deegree_impl.gml.GMLGeometry_Impl
getAsElement, getId, getName, getSrs, setId, setSrs, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.gml.GMLGeometry
getId, getName, getSrs, setId, setSrs
 

Constructor Detail

GMLGeometryCollection_Impl

public GMLGeometryCollection_Impl(org.w3c.dom.Element element)
Creates a new GMLGeometryCollection_Impl object.

Parameters:
element -
Method Detail

getGeometries

public GMLGeometry[] getGeometries()
returns the geometries contained within the collection

Specified by:
getGeometries in interface GMLGeometryCollection

addGeometry

public void addGeometry(GMLGeometry geometry)
Specified by:
addGeometry in interface GMLGeometryCollection
See Also:
getGeometries()