|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.ogc.wms.gml_Impl.GMLFactory
Title:
Description:
Copyright: Copyright (c) 2005
Company: Indiana University - Computer Science Dept.
| Constructor Summary | |
GMLFactory()
|
|
| Method Summary | |
static GMLFeature |
createGMLFeature(org.w3c.dom.Element element)
|
static GMLFeatureCollection |
createGMLFeatureCollection(org.w3c.dom.Element element)
creates a GMLFeatureCollection from a XML Element |
static GMLFeatureCollection |
createGMLFeatureCollection(java.lang.String name)
creates an empty GMLFeatureCollection |
static GMLGeometry |
createGMLGeometry(org.w3c.dom.Element element)
creates a GMLGeometry from a DOM Element |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GMLFactory()
| Method Detail |
public static GMLGeometry createGMLGeometry(org.w3c.dom.Element element)
throws GMLException
element - DOM Element containing a GMLGeometry
GMLException
public static GMLFeature createGMLFeature(org.w3c.dom.Element element)
throws GMLException
element - Element
GMLExceptionpublic static GMLFeatureCollection createGMLFeatureCollection(java.lang.String name)
name - String
public static GMLFeatureCollection createGMLFeatureCollection(org.w3c.dom.Element element)
throws GMLException
element - Element
GMLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||