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 TypeMethodDescriptionvoidDocumentRoot.setCapability(WCSCapabilityType value) Sets the value of the 'Capability' containment reference.voidWCSCapabilitiesType.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 TypeClassDescriptionclassAn implementation of the model object 'WCS Capability Type'.Fields in net.opengis.wcs10.impl declared as WCSCapabilityTypeModifier and TypeFieldDescriptionprotected WCSCapabilityTypeWCSCapabilitiesTypeImpl.capabilityThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetCapability(WCSCapabilityType newCapability, NotificationChain msgs) NotificationChainWCSCapabilitiesTypeImpl.basicSetCapability(WCSCapabilityType newCapability, NotificationChain msgs) voidDocumentRootImpl.setCapability(WCSCapabilityType newCapability) voidWCSCapabilitiesTypeImpl.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateCapability(WCSCapabilityType value) booleanWCSCapabilitiesTypeValidator.validateCapability(WCSCapabilityType value)