Uses of Interface
org.deegree.gml.GMLComplexProperty

Packages that use GMLComplexProperty
org.deegree_impl.gml   
 

Uses of GMLComplexProperty in org.deegree_impl.gml
 

Classes in org.deegree_impl.gml that implement GMLComplexProperty
 class GMLComplexProperty_Impl
          The class represents a complex feature property.
 

Methods in org.deegree_impl.gml that return GMLComplexProperty
static GMLComplexProperty GMLComplexProperty_Impl.createGMLComplexProperty(org.w3c.dom.Document doc, java.lang.String propName)
          factory method to create a GMLGeoProperty. the property that will be return doesn't contain a value.
static GMLComplexProperty GMLComplexProperty_Impl.createGMLComplexProperty(org.w3c.dom.Document doc, java.lang.String propertyName, GMLFeature complex)
          factory method to create a GMLGeoProperty. the property that will be return doesn't contain a value.