org.deegree.gml
Interface GMLMultiLineString

All Superinterfaces:
GMLGeometry, GMLGeometryCollection
All Known Implementing Classes:
GMLMultiLineString_Impl

public interface GMLMultiLineString
extends GMLGeometryCollection

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

Version:
07.02.2001

Author:
Andreas Poth

Method Summary
 void addLineString(GMLLineString lineString)
           
 GMLLineString[] getLineStrings()
          returns all linestrings contained within the collection
 
Methods inherited from interface org.deegree.gml.GMLGeometryCollection
addGeometry, getGeometries
 
Methods inherited from interface org.deegree.gml.GMLGeometry
getId, getName, getSrs, setId, setSrs
 

Method Detail

getLineStrings

public GMLLineString[] getLineStrings()
returns all linestrings contained within the collection


addLineString

public void addLineString(GMLLineString lineString)
See Also:
getLineStrings()