|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactAddress | |
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 ContactAddress in org.deegree_impl.clients.context |
Methods in org.deegree_impl.clients.context that return ContactAddress | |
private static ContactAddress |
WebMapContextFactory.createContactAddress(org.w3c.dom.Element element)
Creates a ContactAddress-instance according to the contents of the DOM-subtree starting at the given 'ContactAddress'-Element. |
Uses of ContactAddress in org.deegree_impl.ogcbasic |
Classes in org.deegree_impl.ogcbasic that implement ContactAddress | |
class |
ContactAddress_Impl
specifies the data structure of a address and the access to its components based on ISO 19115 ---------------------------------------------------------------------- |
Fields in org.deegree_impl.ogcbasic declared as ContactAddress | |
private ContactAddress |
ContactInformation_Impl.contactAddress
|
Methods in org.deegree_impl.ogcbasic that return ContactAddress | |
ContactAddress |
ContactInformation_Impl.getContactAddress()
returns the address where to reach to contact person |
Methods in org.deegree_impl.ogcbasic with parameters of type ContactAddress | |
void |
ContactInformation_Impl.setContactAddress(ContactAddress contactAddress)
sets the address where to reach to contact person |
Constructors in org.deegree_impl.ogcbasic with parameters of type ContactAddress | |
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 ContactAddress in org.deegree_impl.services.wcts.capabilities |
Methods in org.deegree_impl.services.wcts.capabilities that return ContactAddress | |
static ContactAddress |
WCTSCapabilitiesFactory.getContactAddress(org.w3c.dom.Element contactadressElement)
gets ContactAddress |
Uses of ContactAddress in org.deegree_impl.services.wms.capabilities |
Methods in org.deegree_impl.services.wms.capabilities that return ContactAddress | |
protected ContactAddress |
OGCWMSCapabilitiesFactory.createContactAddress(org.w3c.dom.Element element)
Creates a ContactAddress-instance according to the contents of the DOM-subtree starting at the given 'ContactAddress'-Element. |
Uses of ContactAddress in org.deegree.ogcbasic |
Methods in org.deegree.ogcbasic that return ContactAddress | |
ContactAddress |
ContactInformation.getContactAddress()
returns the address where to reach to contact person |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |