Uses of Interface
net.opengis.ows11.ContactType
- 
Packages that use ContactType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation org.geotools.metadata.iso.citation Citation implementation.
- 
- 
Uses of ContactType in net.opengis.ows11Methods in net.opengis.ows11 that return ContactType Modifier and Type Method Description ContactTypeOws11Factory. createContactType()Returns a new object of class 'Contact Type'.ContactTypeDocumentRoot. getContactInfo()Returns the value of the 'Contact Info' containment reference.ContactTypeResponsiblePartySubsetType. getContactInfo()Returns the value of the 'Contact Info' containment reference.ContactTypeResponsiblePartyType. getContactInfo()Returns the value of the 'Contact Info' containment reference.Methods in net.opengis.ows11 with parameters of type ContactType Modifier and Type Method Description voidDocumentRoot. setContactInfo(ContactType value)Sets the value of the 'Contact Info' containment reference.voidResponsiblePartySubsetType. setContactInfo(ContactType value)Sets the value of the 'Contact Info' containment reference.voidResponsiblePartyType. setContactInfo(ContactType value)Sets the value of the 'Contact Info' containment reference.
- 
Uses of ContactType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ContactType Modifier and Type Class Description classContactTypeImplAn implementation of the model object 'Contact Type'.Fields in net.opengis.ows11.impl declared as ContactType Modifier and Type Field Description protected ContactTypeResponsiblePartySubsetTypeImpl. contactInfoThe cached value of the 'Contact Info' containment reference.protected ContactTypeResponsiblePartyTypeImpl. contactInfoThe cached value of the 'Contact Info' containment reference.Methods in net.opengis.ows11.impl that return ContactType Modifier and Type Method Description ContactTypeOws11FactoryImpl. createContactType()ContactTypeDocumentRootImpl. getContactInfo()ContactTypeResponsiblePartySubsetTypeImpl. getContactInfo()ContactTypeResponsiblePartyTypeImpl. getContactInfo()Methods in net.opengis.ows11.impl with parameters of type ContactType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs)NotificationChainResponsiblePartySubsetTypeImpl. basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs)NotificationChainResponsiblePartyTypeImpl. basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs)voidDocumentRootImpl. setContactInfo(ContactType newContactInfo)voidResponsiblePartySubsetTypeImpl. setContactInfo(ContactType newContactInfo)voidResponsiblePartyTypeImpl. setContactInfo(ContactType newContactInfo)
- 
Uses of ContactType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ContactType Modifier and Type Method Description ObjectOws11Switch. caseContactType(ContactType object)Returns the result of interpreting the object as an instance of 'Contact Type'.booleanOws11Validator. validateContactType(ContactType contactType, DiagnosticChain diagnostics, Map context)
- 
Uses of ContactType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ContactType Modifier and Type Method Description booleanDocumentRootValidator. validateContactInfo(ContactType value)booleanResponsiblePartySubsetTypeValidator. validateContactInfo(ContactType value)booleanResponsiblePartyTypeValidator. validateContactInfo(ContactType value)
- 
Uses of ContactType in org.geotools.metadata.iso.citationConstructors in org.geotools.metadata.iso.citation with parameters of type ContactType Constructor Description ContactImpl(ContactType contactInfo)
 
-