Uses of Interface
org.deegree.services.wcas.metadatadesc.ISO19119

Packages that use ISO19119
org.deegree_impl.services.wcas.capabilities   
org.deegree_impl.services.wcas.metadatadesc   
org.deegree.services.wcas.capabilities   
 

Uses of ISO19119 in org.deegree_impl.services.wcas.capabilities
 

Fields in org.deegree_impl.services.wcas.capabilities declared as ISO19119
private  ISO19119 WCASCapabilities_Impl.iso19119
           
 

Methods in org.deegree_impl.services.wcas.capabilities that return ISO19119
 ISO19119 WCASCapabilities_Impl.getISO19119()
          returns the service metadata of the catalog
private static ISO19119 WCASCapabilitiesFactory.getISO19119(org.w3c.dom.Element element)
          returns the metadata description of the catalog
 

Methods in org.deegree_impl.services.wcas.capabilities with parameters of type ISO19119
 void WCASCapabilities_Impl.setISO19119(ISO19119 iso19119)
           
 

Constructors in org.deegree_impl.services.wcas.capabilities with parameters of type ISO19119
WCASCapabilities_Impl(java.lang.String version, java.lang.String updateSequence, ISO19119 iso19119, Capability capability, java.util.HashMap locations)
           
 

Uses of ISO19119 in org.deegree_impl.services.wcas.metadatadesc
 

Classes in org.deegree_impl.services.wcas.metadatadesc that implement ISO19119
 class ISO19119_Impl
          ISO19119_Impl.java Created on 16.
 

Methods in org.deegree_impl.services.wcas.metadatadesc that return ISO19119
static ISO19119 WCAS_ISO19119Factory.createISO19119(java.io.Reader reader)
          factory method for creating a ISO19119 object from a file that contains a WCAS-specification conform XML capabilities document
static ISO19119 WCAS_ISO19119Factory.createISO19119(org.w3c.dom.Document doc)
          factory method for creating a ISO19119 object from a WCTS-specification conform XML capabilities document.
 

Uses of ISO19119 in org.deegree.services.wcas.capabilities
 

Methods in org.deegree.services.wcas.capabilities that return ISO19119
 ISO19119 WCASCapabilities.getISO19119()
          returns the service metadata of the catalog