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 TypeMethodDescriptionvoidDocumentRoot.setService(ServiceType value) Sets the value of the 'Service' containment reference.voidWCSCapabilitiesType.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 TypeClassDescriptionclassAn implementation of the model object 'Service Type'.Fields in net.opengis.wcs10.impl declared as ServiceTypeModifier and TypeFieldDescriptionprotected ServiceTypeWCSCapabilitiesTypeImpl.serviceThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetService(ServiceType newService, NotificationChain msgs) NotificationChainWCSCapabilitiesTypeImpl.basicSetService(ServiceType newService, NotificationChain msgs) voidDocumentRootImpl.setService(ServiceType newService) voidWCSCapabilitiesTypeImpl.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateService(ServiceType value) booleanWCSCapabilitiesTypeValidator.validateService(ServiceType value)