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
getLineStrings
public GMLLineString[] getLineStrings()
- returns all linestrings contained within the collection
addLineString
public void addLineString(GMLLineString lineString)
- See Also:
getLineStrings()