Uses of Interface
net.opengis.ows11.ResponsiblePartyType
- 
Packages that use ResponsiblePartyType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of ResponsiblePartyType in net.opengis.ows11Methods in net.opengis.ows11 that return ResponsiblePartyType Modifier and Type Method Description ResponsiblePartyTypeOws11Factory. createResponsiblePartyType()Returns a new object of class 'Responsible Party Type'.ResponsiblePartyTypeDocumentRoot. getPointOfContact()Returns the value of the 'Point Of Contact' containment reference.Methods in net.opengis.ows11 with parameters of type ResponsiblePartyType Modifier and Type Method Description voidDocumentRoot. setPointOfContact(ResponsiblePartyType value)Sets the value of the 'Point Of Contact' containment reference.
- 
Uses of ResponsiblePartyType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ResponsiblePartyType Modifier and Type Class Description classResponsiblePartyTypeImplAn implementation of the model object 'Responsible Party Type'.Methods in net.opengis.ows11.impl that return ResponsiblePartyType Modifier and Type Method Description ResponsiblePartyTypeOws11FactoryImpl. createResponsiblePartyType()ResponsiblePartyTypeDocumentRootImpl. getPointOfContact()Methods in net.opengis.ows11.impl with parameters of type ResponsiblePartyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPointOfContact(ResponsiblePartyType newPointOfContact, NotificationChain msgs)voidDocumentRootImpl. setPointOfContact(ResponsiblePartyType newPointOfContact)
- 
Uses of ResponsiblePartyType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ResponsiblePartyType Modifier and Type Method Description ObjectOws11Switch. caseResponsiblePartyType(ResponsiblePartyType object)Returns the result of interpreting the object as an instance of 'Responsible Party Type'.booleanOws11Validator. validateResponsiblePartyType(ResponsiblePartyType responsiblePartyType, DiagnosticChain diagnostics, Map context)
- 
Uses of ResponsiblePartyType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ResponsiblePartyType Modifier and Type Method Description booleanDocumentRootValidator. validatePointOfContact(ResponsiblePartyType value)
 
-