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 TypeMethodDescriptionvoidCapabilitiesBaseType.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.ows11.impl
Classes in net.opengis.ows11.impl that implement ServiceProviderTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows11.impl declared as ServiceProviderTypeModifier and TypeFieldDescriptionprotected ServiceProviderTypeCapabilitiesBaseTypeImpl.serviceProviderThe 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 TypeMethodDescriptionNotificationChainCapabilitiesBaseTypeImpl.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.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'.booleanOws11Validator.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 TypeMethodDescriptionbooleanCapabilitiesBaseTypeValidator.validateServiceProvider(ServiceProviderType value) booleanDocumentRootValidator.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)