Uses of Interface
net.opengis.ows11.ServiceIdentificationType
Packages that use ServiceIdentificationType
Package
Description
-
Uses of ServiceIdentificationType in net.opengis.ows11
Methods in net.opengis.ows11 that return ServiceIdentificationTypeModifier and TypeMethodDescriptionOws11Factory.createServiceIdentificationType()
Returns a new object of class 'Service Identification Type'.CapabilitiesBaseType.getServiceIdentification()
Returns the value of the 'Service Identification' containment reference.DocumentRoot.getServiceIdentification()
Returns the value of the 'Service Identification' containment reference.Methods in net.opengis.ows11 with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionvoid
CapabilitiesBaseType.setServiceIdentification
(ServiceIdentificationType value) Sets the value of the 'Service Identification
' containment reference.void
DocumentRoot.setServiceIdentification
(ServiceIdentificationType value) Sets the value of the 'Service Identification
' containment reference. -
Uses of ServiceIdentificationType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ServiceIdentificationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Service Identification Type'.Fields in net.opengis.ows11.impl declared as ServiceIdentificationTypeModifier and TypeFieldDescriptionprotected ServiceIdentificationType
CapabilitiesBaseTypeImpl.serviceIdentification
The cached value of the 'Service Identification
' containment reference.Methods in net.opengis.ows11.impl that return ServiceIdentificationTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createServiceIdentificationType()
CapabilitiesBaseTypeImpl.getServiceIdentification()
DocumentRootImpl.getServiceIdentification()
Methods in net.opengis.ows11.impl with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionNotificationChain
CapabilitiesBaseTypeImpl.basicSetServiceIdentification
(ServiceIdentificationType newServiceIdentification, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetServiceIdentification
(ServiceIdentificationType newServiceIdentification, NotificationChain msgs) void
CapabilitiesBaseTypeImpl.setServiceIdentification
(ServiceIdentificationType newServiceIdentification) void
DocumentRootImpl.setServiceIdentification
(ServiceIdentificationType newServiceIdentification) -
Uses of ServiceIdentificationType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionOws11Switch.caseServiceIdentificationType
(ServiceIdentificationType object) Returns the result of interpreting the object as an instance of 'Service Identification Type'.boolean
Ows11Validator.validateServiceIdentificationType
(ServiceIdentificationType serviceIdentificationType, DiagnosticChain diagnostics, Map context) -
Uses of ServiceIdentificationType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ServiceIdentificationTypeModifier and TypeMethodDescriptionboolean
CapabilitiesBaseTypeValidator.validateServiceIdentification
(ServiceIdentificationType value) boolean
DocumentRootValidator.validateServiceIdentification
(ServiceIdentificationType value) -
Uses of ServiceIdentificationType in org.geotools.ows.wmts.model
Constructors in org.geotools.ows.wmts.model with parameters of type ServiceIdentificationTypeModifierConstructorDescriptionWMTSService
(ServiceIdentificationType serviceType) WMTSService
(ServiceIdentificationType serviceType, ServiceProviderType serviceProvider)