Uses of Interface
net.opengis.ows20.ServiceProviderType
- 
Packages that use ServiceProviderType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of ServiceProviderType in net.opengis.ows20Methods in net.opengis.ows20 that return ServiceProviderType Modifier and Type Method Description ServiceProviderTypeOws20Factory. createServiceProviderType()Returns a new object of class 'Service Provider Type'.ServiceProviderTypeCapabilitiesBaseType. getServiceProvider()Returns the value of the 'Service Provider' containment reference.ServiceProviderTypeDocumentRoot. getServiceProvider()Returns the value of the 'Service Provider' containment reference.Methods in net.opengis.ows20 with parameters of type ServiceProviderType Modifier and Type Method Description voidCapabilitiesBaseType. setServiceProvider(ServiceProviderType value)Sets the value of the 'Service Provider' containment reference.voidDocumentRoot. setServiceProvider(ServiceProviderType value)Sets the value of the 'Service Provider' containment reference.
- 
Uses of ServiceProviderType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement ServiceProviderType Modifier and Type Class Description classServiceProviderTypeImplAn implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows20.impl declared as ServiceProviderType Modifier and Type Field Description protected ServiceProviderTypeCapabilitiesBaseTypeImpl. serviceProviderThe cached value of the 'Service Provider' containment reference.Methods in net.opengis.ows20.impl that return ServiceProviderType Modifier and Type Method Description ServiceProviderTypeOws20FactoryImpl. createServiceProviderType()ServiceProviderTypeCapabilitiesBaseTypeImpl. getServiceProvider()ServiceProviderTypeDocumentRootImpl. getServiceProvider()Methods in net.opengis.ows20.impl with parameters of type ServiceProviderType Modifier and Type Method Description NotificationChainCapabilitiesBaseTypeImpl. basicSetServiceProvider(ServiceProviderType newServiceProvider, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetServiceProvider(ServiceProviderType newServiceProvider, NotificationChain msgs)voidCapabilitiesBaseTypeImpl. setServiceProvider(ServiceProviderType newServiceProvider)voidDocumentRootImpl. setServiceProvider(ServiceProviderType newServiceProvider)
- 
Uses of ServiceProviderType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type ServiceProviderType Modifier and Type Method Description TOws20Switch. caseServiceProviderType(ServiceProviderType object)Returns the result of interpreting the object as an instance of 'Service Provider Type'.booleanOws20Validator. validateServiceProviderType(ServiceProviderType serviceProviderType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ServiceProviderType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type ServiceProviderType Modifier and Type Method Description booleanCapabilitiesBaseTypeValidator. validateServiceProvider(ServiceProviderType value)booleanDocumentRootValidator. validateServiceProvider(ServiceProviderType value)
 
-