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.ows11
Methods in net.opengis.ows11 that return ServiceProviderType Modifier and Type Method Description ServiceProviderType
Ows11Factory. createServiceProviderType()
Returns a new object of class 'Service Provider Type'.ServiceProviderType
CapabilitiesBaseType. getServiceProvider()
Returns the value of the 'Service Provider' containment reference.ServiceProviderType
DocumentRoot. 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 void
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 ServiceProviderType Modifier and Type Class Description class
ServiceProviderTypeImpl
An implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows11.impl declared as ServiceProviderType Modifier and Type Field Description protected ServiceProviderType
CapabilitiesBaseTypeImpl. serviceProvider
The cached value of the 'Service Provider
' containment reference.Methods in net.opengis.ows11.impl that return ServiceProviderType Modifier and Type Method Description ServiceProviderType
Ows11FactoryImpl. createServiceProviderType()
ServiceProviderType
CapabilitiesBaseTypeImpl. getServiceProvider()
ServiceProviderType
DocumentRootImpl. getServiceProvider()
Methods in net.opengis.ows11.impl with parameters of type ServiceProviderType Modifier and Type Method Description NotificationChain
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 ServiceProviderType Modifier and Type Method Description Object
Ows11Switch. 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 ServiceProviderType Modifier and Type Method Description boolean
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 ServiceProviderType Constructor Description WMTSService(ServiceIdentificationType serviceType, ServiceProviderType serviceProvider)
-