|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.gml.GMLFactory
class containing factory methods for creating GML-Objects from DOM-Elements and GM_XXXX geometries.
----------------------------------------------------------
Constructor Summary | |
GMLFactory()
|
Method Summary | |
static GMLFeature |
createGMLFeature(org.w3c.dom.Document doc,
Feature feature)
creates a GMLFeature from a XML Element |
static GMLFeature |
createGMLFeature(org.w3c.dom.Element element)
creates a GMLFeature from a XML 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 |
static GMLGeometry |
createGMLGeometry(GM_Object geo)
creates a GMLGeometry from a GM_Object |
private static GMLLineString |
createGMLLineString(GM_Curve geo,
GMLDocument_Impl doc)
creates a GMLLineString from a GM_Curve |
private static GMLMultiLineString |
createGMLMultiLineString(GM_MultiCurve geo,
GMLDocument_Impl doc)
creates a GMLMultiLineString from a GM_MultiCurve |
private static GMLMultiPoint |
createGMLMultiPoint(GM_MultiPoint geo,
GMLDocument_Impl doc)
creates a GMLMultiPoint from a GM_MultiPoint |
private static GMLMultiPolygon |
createGMLMultiPolygon(GM_MultiSurface geo,
GMLDocument_Impl doc)
creates a GMLMultiPolygon from a GM_MultiSurface |
private static GMLPoint |
createGMLPoint(GM_Point geo,
GMLDocument_Impl doc)
creates a GMLPoint from a GM_Point |
private static GMLPolygon |
createGMLPolygon(GM_Surface geo,
GMLDocument_Impl doc)
creates a GMLPolygon from a GM_Surface |
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 GMLGeometry createGMLGeometry(GM_Object geo) throws GMLException
geo
- geometry
GMLException
private static GMLPoint createGMLPoint(GM_Point geo, GMLDocument_Impl doc) throws GMLException
geo
- point
GMLException
private static GMLLineString createGMLLineString(GM_Curve geo, GMLDocument_Impl doc) throws GMLException
geo
- GM_Curve
GMLException
private static GMLPolygon createGMLPolygon(GM_Surface geo, GMLDocument_Impl doc) throws GMLException
geo
- GM_Surface
GMLException
private static GMLMultiPoint createGMLMultiPoint(GM_MultiPoint geo, GMLDocument_Impl doc) throws GMLException
geo
- GM_MultiPoint
GMLException
private static GMLMultiLineString createGMLMultiLineString(GM_MultiCurve geo, GMLDocument_Impl doc) throws GMLException
geo
- GM_MultiCurve
GMLException
private static GMLMultiPolygon createGMLMultiPolygon(GM_MultiSurface geo, GMLDocument_Impl doc) throws GMLException
geo
- GM_MultiSurface
GMLException
public static GMLFeature createGMLFeature(org.w3c.dom.Element element) throws GMLException
GMLException
public static GMLFeature createGMLFeature(org.w3c.dom.Document doc, Feature feature) throws GMLException
GMLException
public static GMLFeatureCollection createGMLFeatureCollection(java.lang.String name)
public static GMLFeatureCollection createGMLFeatureCollection(org.w3c.dom.Element element) throws GMLException
GMLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |