Uses of Interface
net.opengis.ows20.ServiceProviderType
Packages that use ServiceProviderType
Package
Description
-
Uses of ServiceProviderType in net.opengis.ows20
Methods in net.opengis.ows20 that return ServiceProviderTypeModifier and TypeMethodDescriptionOws20Factory.createServiceProviderType()
Returns a new object of class 'Service Provider Type'.CapabilitiesBaseType.getServiceProvider()
Returns the value of the 'Service Provider' containment reference.DocumentRoot.getServiceProvider()
Returns the value of the 'Service Provider' containment reference.Methods in net.opengis.ows20 with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionvoid
CapabilitiesBaseType.setServiceProvider
(ServiceProviderType value) Sets the value of the 'Service Provider
' containment reference.void
DocumentRoot.setServiceProvider
(ServiceProviderType value) Sets the value of the 'Service Provider
' containment reference. -
Uses of ServiceProviderType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ServiceProviderTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows20.impl declared as ServiceProviderTypeModifier and TypeFieldDescriptionprotected ServiceProviderType
CapabilitiesBaseTypeImpl.serviceProvider
The cached value of the 'Service Provider
' containment reference.Methods in net.opengis.ows20.impl that return ServiceProviderTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createServiceProviderType()
CapabilitiesBaseTypeImpl.getServiceProvider()
DocumentRootImpl.getServiceProvider()
Methods in net.opengis.ows20.impl with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionNotificationChain
CapabilitiesBaseTypeImpl.basicSetServiceProvider
(ServiceProviderType newServiceProvider, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetServiceProvider
(ServiceProviderType newServiceProvider, NotificationChain msgs) void
CapabilitiesBaseTypeImpl.setServiceProvider
(ServiceProviderType newServiceProvider) void
DocumentRootImpl.setServiceProvider
(ServiceProviderType newServiceProvider) -
Uses of ServiceProviderType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionOws20Switch.caseServiceProviderType
(ServiceProviderType object) Returns the result of interpreting the object as an instance of 'Service Provider Type'.boolean
Ows20Validator.validateServiceProviderType
(ServiceProviderType serviceProviderType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ServiceProviderType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionboolean
CapabilitiesBaseTypeValidator.validateServiceProvider
(ServiceProviderType value) boolean
DocumentRootValidator.validateServiceProvider
(ServiceProviderType value)