Uses of Interface
org.deegree.ogcbasic.ContactInformation

Packages that use ContactInformation
org.deegree_impl.clients.context   
org.deegree_impl.ogcbasic   
org.deegree_impl.services.capabilities   
org.deegree_impl.services.wcts.capabilities   
org.deegree_impl.services.wms.capabilities   
org.deegree.services.capabilities   
 

Uses of ContactInformation in org.deegree_impl.clients.context
 

Fields in org.deegree_impl.clients.context declared as ContactInformation
private  ContactInformation General.contactInformation
           
 

Methods in org.deegree_impl.clients.context that return ContactInformation
private static ContactInformation WebMapContextFactory.createContactInformation(org.w3c.dom.Element element)
          Creates a ContactInformation-instance according to the contents of the DOM-subtree starting at the given 'ContactInformation'-Element.
 ContactInformation General.getContactInformation()
           
 

Methods in org.deegree_impl.clients.context with parameters of type ContactInformation
 void General.setContactInformation(ContactInformation contactInformation)
          An element “ContactInformation” that presents contact information of the creator of the Context document.
 

Constructors in org.deegree_impl.clients.context with parameters of type ContactInformation
General(java.lang.String title, java.lang.String abstract_, java.awt.Rectangle window, ContactInformation contactInformation, GM_Point[] boundingBox, BaseURL descriptionURL, ImageURL logoURL, java.lang.String[] keywords, Marshallable extension)
          Creates a new General object.
 

Uses of ContactInformation in org.deegree_impl.ogcbasic
 

Classes in org.deegree_impl.ogcbasic that implement ContactInformation
 class ContactInformation_Impl
          identification of, and means of communication with a person and/or organization associated with the service/resource. based on ISO 19115 ----------------------------------------------------------------------
 

Uses of ContactInformation in org.deegree_impl.services.capabilities
 

Fields in org.deegree_impl.services.capabilities declared as ContactInformation
private  ContactInformation Service_Impl.contactInformation
           
 

Methods in org.deegree_impl.services.capabilities that return ContactInformation
 ContactInformation Service_Impl.getContactInformation()
          Returns informations who to contact for questions about the service.
 

Methods in org.deegree_impl.services.capabilities with parameters of type ContactInformation
 void Service_Impl.setContactInformation(ContactInformation contactInformation)
          Sets informations who to contact for questions about the service.
 

Constructors in org.deegree_impl.services.capabilities with parameters of type ContactInformation
Service_Impl(java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String[] keywords, java.net.URL onlineResource, ContactInformation contactInformation, java.lang.String fees, java.lang.String accessConstraints)
          constructor initializing the class with the OGCWebServiceCapabilities
 

Uses of ContactInformation in org.deegree_impl.services.wcts.capabilities
 

Methods in org.deegree_impl.services.wcts.capabilities that return ContactInformation
static ContactInformation WCTSCapabilitiesFactory.getContactInformation(org.w3c.dom.Element contactElement)
          returns getContactInformation
 

Uses of ContactInformation in org.deegree_impl.services.wms.capabilities
 

Methods in org.deegree_impl.services.wms.capabilities that return ContactInformation
protected  ContactInformation OGCWMSCapabilitiesFactory.createContactInformation(org.w3c.dom.Element element)
          Creates a ContactInformation-instance according to the contents of the DOM-subtree starting at the given 'ContactInformation'-Element.
 

Uses of ContactInformation in org.deegree.services.capabilities
 

Methods in org.deegree.services.capabilities that return ContactInformation
 ContactInformation Service.getContactInformation()
          Returns informations who to contact for questions about the service.