Uses of Interface
org.deegree.gml.GMLNameSpace

Packages that use GMLNameSpace
org.deegree_impl.gml   
org.deegree.gml   
 

Uses of GMLNameSpace in org.deegree_impl.gml
 

Classes in org.deegree_impl.gml that implement GMLNameSpace
 class GMLNameSpace_Impl
          ----------------------------------------------------------
 

Methods in org.deegree_impl.gml that return GMLNameSpace
 GMLNameSpace[] GMLDocument_Impl.getNameSpaces()
          returns the name spaces used within the document
 

Methods in org.deegree_impl.gml with parameters of type GMLNameSpace
 void GMLDocument_Impl.addNameSpace(GMLNameSpace nameSpace)
           
 

Uses of GMLNameSpace in org.deegree.gml
 

Methods in org.deegree.gml that return GMLNameSpace
 GMLNameSpace[] GMLDocument.getNameSpaces()
          returns the name spaces used within the document
 

Methods in org.deegree.gml with parameters of type GMLNameSpace
 void GMLDocument.addNameSpace(GMLNameSpace nameSpace)