Uses of Interface
net.opengis.wcs10.WCSCapabilityType
Packages that use WCSCapabilityType
Package
Description
-
Uses of WCSCapabilityType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return WCSCapabilityTypeModifier and TypeMethodDescriptionWcs10Factory.createWCSCapabilityType()
Returns a new object of class 'WCS Capability Type'.DocumentRoot.getCapability()
Returns the value of the 'Capability' containment reference.WCSCapabilitiesType.getCapability()
Returns the value of the 'Capability' containment reference.Methods in net.opengis.wcs10 with parameters of type WCSCapabilityTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCapability
(WCSCapabilityType value) Sets the value of the 'Capability
' containment reference.void
WCSCapabilitiesType.setCapability
(WCSCapabilityType value) Sets the value of the 'Capability
' containment reference. -
Uses of WCSCapabilityType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement WCSCapabilityTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'WCS Capability Type'.Fields in net.opengis.wcs10.impl declared as WCSCapabilityTypeModifier and TypeFieldDescriptionprotected WCSCapabilityType
WCSCapabilitiesTypeImpl.capability
The cached value of the 'Capability
' containment reference.Methods in net.opengis.wcs10.impl that return WCSCapabilityTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createWCSCapabilityType()
DocumentRootImpl.getCapability()
WCSCapabilitiesTypeImpl.getCapability()
Methods in net.opengis.wcs10.impl with parameters of type WCSCapabilityTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCapability
(WCSCapabilityType newCapability, NotificationChain msgs) NotificationChain
WCSCapabilitiesTypeImpl.basicSetCapability
(WCSCapabilityType newCapability, NotificationChain msgs) void
DocumentRootImpl.setCapability
(WCSCapabilityType newCapability) void
WCSCapabilitiesTypeImpl.setCapability
(WCSCapabilityType newCapability) -
Uses of WCSCapabilityType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type WCSCapabilityTypeModifier and TypeMethodDescriptionWcs10Switch.caseWCSCapabilityType
(WCSCapabilityType object) Returns the result of interpreting the object as an instance of 'WCS Capability Type'. -
Uses of WCSCapabilityType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type WCSCapabilityTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateCapability
(WCSCapabilityType value) boolean
WCSCapabilitiesTypeValidator.validateCapability
(WCSCapabilityType value)