Uses of Interface
net.opengis.ows11.ServiceProviderType
- 
Packages that use ServiceProviderType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation org.geotools.ows.wmts.model 
- 
- 
Uses of ServiceProviderType in net.opengis.ows11Methods in net.opengis.ows11 that return ServiceProviderType Modifier and Type Method Description ServiceProviderTypeOws11Factory. 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.ows11 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.ows11.implClasses in net.opengis.ows11.impl that implement ServiceProviderType Modifier and Type Class Description classServiceProviderTypeImplAn implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows11.impl declared as ServiceProviderType Modifier and Type Field Description protected ServiceProviderTypeCapabilitiesBaseTypeImpl. serviceProviderThe cached value of the 'Service Provider' containment reference.Methods in net.opengis.ows11.impl that return ServiceProviderType Modifier and Type Method Description ServiceProviderTypeOws11FactoryImpl. createServiceProviderType()ServiceProviderTypeCapabilitiesBaseTypeImpl. getServiceProvider()ServiceProviderTypeDocumentRootImpl. getServiceProvider()Methods in net.opengis.ows11.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.ows11.utilMethods in net.opengis.ows11.util with parameters of type ServiceProviderType Modifier and Type Method Description ObjectOws11Switch. 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.validationMethods in net.opengis.ows11.validation with parameters of type ServiceProviderType Modifier and Type Method Description booleanCapabilitiesBaseTypeValidator. validateServiceProvider(ServiceProviderType value)booleanDocumentRootValidator. validateServiceProvider(ServiceProviderType value)
- 
Uses of ServiceProviderType in org.geotools.ows.wmts.modelConstructors in org.geotools.ows.wmts.model with parameters of type ServiceProviderType Constructor Description WMTSService(ServiceIdentificationType serviceType, ServiceProviderType serviceProvider)
 
-