|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.ogc.wms.gml_Impl.GMLGeometry_Impl
cgl.ogc.wms.gml_Impl.GMLGeometryCollection_Impl
cgl.ogc.wms.gml_Impl.GMLMultiLineString_Impl
Title:
Description:
Copyright: Copyright (c) 2005
Company: Indiana University - Computer Science Dept.
| Field Summary |
| Fields inherited from class cgl.ogc.wms.gml_Impl.GMLGeometry_Impl |
element |
| Constructor Summary | |
GMLMultiLineString_Impl(org.w3c.dom.Element element)
Creates a new GMLMultiLineString_Impl object. |
|
| Method Summary | |
void |
addGeometry(GMLGeometry geometry)
|
void |
addLineString(GMLLineString lineString)
|
static GMLMultiLineString |
createGMLMultiLineString(org.w3c.dom.Document doc)
factory method to create a GMLMultiLineString. |
GMLGeometry[] |
getGeometries()
returns the geometries contained within the collection |
GMLLineString[] |
getLineStrings()
returns all linestrings contained within the collection |
| Methods inherited from class cgl.ogc.wms.gml_Impl.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 cgl.ogc.wms.gml.GMLGeometryCollection |
addGeometry, getGeometries |
| Methods inherited from interface cgl.ogc.wms.gml.GMLGeometry |
getId, getName, getSrs, setId, setSrs |
| Constructor Detail |
public GMLMultiLineString_Impl(org.w3c.dom.Element element)
element - Element| Method Detail |
public static GMLMultiLineString createGMLMultiLineString(org.w3c.dom.Document doc)
doc - Document
public GMLLineString[] getLineStrings()
getLineStrings in interface GMLMultiLineStringpublic void addLineString(GMLLineString lineString)
addLineString in interface GMLMultiLineStringlineString - GMLLineStringorg.deegree_impl.gml.GMLMultiLineString_Impl#getLineStrings()public GMLGeometry[] getGeometries()
getGeometries in interface GMLGeometryCollectionpublic void addGeometry(GMLGeometry geometry)
addGeometry in interface GMLGeometryCollectiongeometry - GMLGeometryorg.deegree_impl.gml.GMLGeometryCollection_Impl#getGeometries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||