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