|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.ogc.wms.gml_Impl.GMLProperty_Impl
cgl.ogc.wms.gml_Impl.GMLGeoProperty_Impl
Title:
Description:
Copyright: Copyright (c) 2005
Company: Indiana University - Computer Science Dept.
| Field Summary |
| Fields inherited from class cgl.ogc.wms.gml_Impl.GMLProperty_Impl |
element |
| Fields inherited from interface cgl.ogc.wms.gml.GMLProperty |
BOX, FEATURE, FEATURECOLLECTION, GEOMETRY, LINESTRING, MULTIGEOMETRY, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, STRING, UNKNOWNTYPE |
| Constructor Summary | |
GMLGeoProperty_Impl(org.w3c.dom.Element element)
Creates a new GMLGeoProperty_Impl object. |
|
| Method Summary | |
static GMLGeoProperty |
createGMLGeoProperty(org.w3c.dom.Document doc,
int geoType)
factory method to create a GMLGeoProperty. |
static GMLGeoProperty |
createGMLGeoProperty(GMLGeometry geom)
factory method to create a GMLGeoProperty. |
static GMLGeoProperty |
createGMLGeoProperty(java.lang.String name,
GMLGeometry geom)
factory method to create a GMLGeoProperty. |
GMLGeometry |
getGeoPropertyValue()
returns the value of the property |
void |
setGeoPropetryValue(GMLGeometry value)
|
void |
setPropertyValue(java.lang.String value)
|
java.lang.String |
toString()
|
| Methods inherited from class cgl.ogc.wms.gml_Impl.GMLProperty_Impl |
createGMLProperty, createGMLProperty, getAsElement, getName, getPropertyType, getPropertyValue |
| 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.GMLProperty |
getName, getPropertyType, getPropertyValue |
| Constructor Detail |
public GMLGeoProperty_Impl(org.w3c.dom.Element element)
element - Element| Method Detail |
public static GMLGeoProperty createGMLGeoProperty(org.w3c.dom.Document doc,
int geoType)
throws GMLException
doc - DocumentgeoType - int
GMLException
public static GMLGeoProperty createGMLGeoProperty(java.lang.String name,
GMLGeometry geom)
throws GMLException
name - Stringgeom - GMLGeometry
GMLException
public static GMLGeoProperty createGMLGeoProperty(GMLGeometry geom)
throws GMLException
geom - GMLGeometry
GMLExceptionpublic GMLGeometry getGeoPropertyValue()
getGeoPropertyValue in interface GMLGeoProperty
public void setGeoPropetryValue(GMLGeometry value)
throws GMLException
setGeoPropetryValue in interface GMLGeoPropertyvalue - GMLGeometry
GMLExceptionorg.deegree_impl.gml.GMLGeoProperty_Impl#getPropertyValue()public void setPropertyValue(java.lang.String value)
setPropertyValue in interface GMLPropertysetPropertyValue in class GMLProperty_Implvalue - Stringpublic java.lang.String toString()
toString in class GMLProperty_Impl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||