Uses of Interface
org.deegree.ogcbasic.ContactPersonPrimary

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

Uses of ContactPersonPrimary in org.deegree_impl.clients.context
 

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

Uses of ContactPersonPrimary in org.deegree_impl.ogcbasic
 

Classes in org.deegree_impl.ogcbasic that implement ContactPersonPrimary
 class ContactPersonPrimary_Impl
          names the conatct based on ISO 19115 ----------------------------------------------------------------------
 

Fields in org.deegree_impl.ogcbasic declared as ContactPersonPrimary
private  ContactPersonPrimary ContactInformation_Impl.contactPersonPrimary
           
 

Methods in org.deegree_impl.ogcbasic that return ContactPersonPrimary
 ContactPersonPrimary ContactInformation_Impl.getContactPersonPrimary()
          returns a datastructure that contains the name of the contact person and the organization he works for.
 

Methods in org.deegree_impl.ogcbasic with parameters of type ContactPersonPrimary
 void ContactInformation_Impl.setContactPersonPrimary(ContactPersonPrimary contactPersonPrimary)
          sets a datastructure that contains the name of the contact person and the organization he works for.
 

Constructors in org.deegree_impl.ogcbasic with parameters of type ContactPersonPrimary
ContactInformation_Impl(java.lang.String contactPosition, java.lang.String contactVoiceTelephone, java.lang.String contactFacsimileTelephone, java.lang.String contactElectronicMailAddress, ContactPersonPrimary contactPersonPrimary, ContactAddress contactAddress)
          constructor initializing the class with ContactInformation Strings
 

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

Methods in org.deegree_impl.services.wcts.capabilities that return ContactPersonPrimary
static ContactPersonPrimary WCTSCapabilitiesFactory.getContactPersonPrimary(org.w3c.dom.Element contactPersonPrimaryElement)
          returns ContactPersonPrimary
 

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

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

Uses of ContactPersonPrimary in org.deegree.ogcbasic
 

Methods in org.deegree.ogcbasic that return ContactPersonPrimary
 ContactPersonPrimary ContactInformation.getContactPersonPrimary()
          returns a datastructure that contains the name of the contact person and the organization he works for.