Uses of Interface
org.deegree.gml.GMLFeatureProperty

Packages that use GMLFeatureProperty
org.deegree_impl.gml   
 

Uses of GMLFeatureProperty in org.deegree_impl.gml
 

Classes in org.deegree_impl.gml that implement GMLFeatureProperty
 class GMLFeatureProperty_Impl
          ----------------------------------------------------------
 

Methods in org.deegree_impl.gml that return GMLFeatureProperty
static GMLFeatureProperty GMLFeatureProperty_Impl.createGMLFeatureProperty(org.w3c.dom.Document doc, java.lang.String propName)
          factory method to create a GMLFeatureProperty. the property that will be return doesn't contain a value.
static GMLFeatureProperty GMLFeatureProperty_Impl.createGMLFeatureProperty(org.w3c.dom.Document doc, java.lang.String propName, GMLFeature feature)
          factory method to create a GMLFeatureProperty. the property that will be return doesn't contain a value.