Uses of Interface
net.opengis.ows11.ServiceReferenceType
- 
Packages that use ServiceReferenceType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of ServiceReferenceType in net.opengis.ows11Methods in net.opengis.ows11 that return ServiceReferenceType Modifier and Type Method Description ServiceReferenceTypeOws11Factory. createServiceReferenceType()Returns a new object of class 'Service Reference Type'.ServiceReferenceTypeDocumentRoot. getServiceReference()Returns the value of the 'Service Reference' containment reference.Methods in net.opengis.ows11 with parameters of type ServiceReferenceType Modifier and Type Method Description voidDocumentRoot. setServiceReference(ServiceReferenceType value)Sets the value of the 'Service Reference' containment reference.
- 
Uses of ServiceReferenceType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ServiceReferenceType Modifier and Type Class Description classServiceReferenceTypeImplAn implementation of the model object 'Service Reference Type'.Methods in net.opengis.ows11.impl that return ServiceReferenceType Modifier and Type Method Description ServiceReferenceTypeOws11FactoryImpl. createServiceReferenceType()ServiceReferenceTypeDocumentRootImpl. getServiceReference()Methods in net.opengis.ows11.impl with parameters of type ServiceReferenceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetServiceReference(ServiceReferenceType newServiceReference, NotificationChain msgs)voidDocumentRootImpl. setServiceReference(ServiceReferenceType newServiceReference)
- 
Uses of ServiceReferenceType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ServiceReferenceType Modifier and Type Method Description ObjectOws11Switch. caseServiceReferenceType(ServiceReferenceType object)Returns the result of interpreting the object as an instance of 'Service Reference Type'.booleanOws11Validator. validateServiceReferenceType(ServiceReferenceType serviceReferenceType, DiagnosticChain diagnostics, Map context)
- 
Uses of ServiceReferenceType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ServiceReferenceType Modifier and Type Method Description booleanDocumentRootValidator. validateServiceReference(ServiceReferenceType value)
 
-