Uses of Interface
net.opengis.ows20.ServiceProviderType
-
Packages that use ServiceProviderType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ServiceProviderType in net.opengis.ows20
Methods in net.opengis.ows20 that return ServiceProviderType Modifier and Type Method Description ServiceProviderType
Ows20Factory. 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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement ServiceProviderType Modifier and Type Class Description class
ServiceProviderTypeImpl
An implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows20.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.ows20.impl that return ServiceProviderType Modifier and Type Method Description ServiceProviderType
Ows20FactoryImpl. createServiceProviderType()
ServiceProviderType
CapabilitiesBaseTypeImpl. getServiceProvider()
ServiceProviderType
DocumentRootImpl. getServiceProvider()
Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type ServiceProviderType Modifier and Type Method Description T
Ows20Switch. caseServiceProviderType(ServiceProviderType object)
Returns the result of interpreting the object as an instance of 'Service Provider Type'.boolean
Ows20Validator. 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 ServiceProviderType Modifier and Type Method Description boolean
CapabilitiesBaseTypeValidator. validateServiceProvider(ServiceProviderType value)
boolean
DocumentRootValidator. validateServiceProvider(ServiceProviderType value)
-