Uses of Interface
net.opengis.wcs10.ServiceType
Packages that use ServiceType
Package
Description
-
Uses of ServiceType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ServiceTypeModifier and TypeMethodDescriptionWcs10Factory.createServiceType()
Returns a new object of class 'Service Type'.DocumentRoot.getService()
Returns the value of the 'Service' containment reference.WCSCapabilitiesType.getService()
Returns the value of the 'Service' containment reference.Methods in net.opengis.wcs10 with parameters of type ServiceTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setService
(ServiceType value) Sets the value of the 'Service
' containment reference.void
WCSCapabilitiesType.setService
(ServiceType value) Sets the value of the 'Service
' containment reference. -
Uses of ServiceType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ServiceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Service Type'.Fields in net.opengis.wcs10.impl declared as ServiceTypeModifier and TypeFieldDescriptionprotected ServiceType
WCSCapabilitiesTypeImpl.service
The cached value of the 'Service
' containment reference.Methods in net.opengis.wcs10.impl that return ServiceTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createServiceType()
DocumentRootImpl.getService()
WCSCapabilitiesTypeImpl.getService()
Methods in net.opengis.wcs10.impl with parameters of type ServiceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetService
(ServiceType newService, NotificationChain msgs) NotificationChain
WCSCapabilitiesTypeImpl.basicSetService
(ServiceType newService, NotificationChain msgs) void
DocumentRootImpl.setService
(ServiceType newService) void
WCSCapabilitiesTypeImpl.setService
(ServiceType newService) -
Uses of ServiceType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ServiceTypeModifier and TypeMethodDescriptionWcs10Switch.caseServiceType
(ServiceType object) Returns the result of interpreting the object as an instance of 'Service Type'. -
Uses of ServiceType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ServiceTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateService
(ServiceType value) boolean
WCSCapabilitiesTypeValidator.validateService
(ServiceType value)