Uses of Interface
net.opengis.ows11.ServiceProviderType
Packages that use ServiceProviderType
Package
Description
-
Uses of ServiceProviderType in net.opengis.ows11
Methods in net.opengis.ows11 that return ServiceProviderTypeModifier and TypeMethodDescriptionOws11Factory.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.ows11 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.ows11.impl
Classes in net.opengis.ows11.impl that implement ServiceProviderTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows11.impl declared as ServiceProviderTypeModifier and TypeFieldDescriptionprotected ServiceProviderType
CapabilitiesBaseTypeImpl.serviceProvider
The cached value of the 'Service Provider
' containment reference.Methods in net.opengis.ows11.impl that return ServiceProviderTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createServiceProviderType()
CapabilitiesBaseTypeImpl.getServiceProvider()
DocumentRootImpl.getServiceProvider()
Methods in net.opengis.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionOws11Switch.caseServiceProviderType
(ServiceProviderType object) Returns the result of interpreting the object as an instance of 'Service Provider Type'.boolean
Ows11Validator.validateServiceProviderType
(ServiceProviderType serviceProviderType, DiagnosticChain diagnostics, Map context) -
Uses of ServiceProviderType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionboolean
CapabilitiesBaseTypeValidator.validateServiceProvider
(ServiceProviderType value) boolean
DocumentRootValidator.validateServiceProvider
(ServiceProviderType value) -
Uses of ServiceProviderType in org.geotools.ows.wmts.model
Constructors in org.geotools.ows.wmts.model with parameters of type ServiceProviderTypeModifierConstructorDescriptionWMTSService
(ServiceIdentificationType serviceType, ServiceProviderType serviceProvider)