|
||||||||||
| 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.GMLComplexProperty_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 | |
GMLComplexProperty_Impl(org.w3c.dom.Element element)
Creates a new GMLComplexProperty_Impl object. |
|
| Method Summary | |
static GMLComplexProperty |
createGMLComplexProperty(org.w3c.dom.Document doc,
java.lang.String propName)
factory method to create a GMLGeoProperty. |
static GMLComplexProperty |
createGMLComplexProperty(org.w3c.dom.Document doc,
java.lang.String propertyName,
GMLFeature complex)
factory method to create a GMLGeoProperty. |
GMLFeature |
getComplexPropertyValue()
returns the value of the property |
void |
setComplexPropetryValue(GMLFeature value)
|
void |
setPropertyValue(java.lang.String value)
will be overwritten by this class in a way that an exception will be thrown if the method is called. |
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 GMLComplexProperty_Impl(org.w3c.dom.Element element)
element - | Method Detail |
public static GMLComplexProperty createGMLComplexProperty(org.w3c.dom.Document doc,
java.lang.String propName)
throws GMLException
GMLException
public static GMLComplexProperty createGMLComplexProperty(org.w3c.dom.Document doc,
java.lang.String propertyName,
GMLFeature complex)
throws GMLException
GMLExceptionpublic GMLFeature getComplexPropertyValue()
getComplexPropertyValue in interface GMLComplexProperty
public void setComplexPropetryValue(GMLFeature value)
throws GMLException
setComplexPropetryValue in interface GMLComplexPropertyvalue - GMLFeature
GMLExceptionorg.deegree_impl.gml.GMLComplexProperty_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 | |||||||||