Uses of Interface
net.opengis.wcs10.WCSCapabilityType
-
Packages that use WCSCapabilityType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of WCSCapabilityType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return WCSCapabilityType Modifier and Type Method Description WCSCapabilityTypeWcs10Factory. createWCSCapabilityType()Returns a new object of class 'WCS Capability Type'.WCSCapabilityTypeDocumentRoot. getCapability()Returns the value of the 'Capability' containment reference.WCSCapabilityTypeWCSCapabilitiesType. getCapability()Returns the value of the 'Capability' containment reference.Methods in net.opengis.wcs10 with parameters of type WCSCapabilityType Modifier and Type Method Description voidDocumentRoot. 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 WCSCapabilityType Modifier and Type Class Description classWCSCapabilityTypeImplAn implementation of the model object 'WCS Capability Type'.Fields in net.opengis.wcs10.impl declared as WCSCapabilityType Modifier and Type Field Description protected WCSCapabilityTypeWCSCapabilitiesTypeImpl. capabilityThe cached value of the 'Capability' containment reference.Methods in net.opengis.wcs10.impl that return WCSCapabilityType Modifier and Type Method Description WCSCapabilityTypeWcs10FactoryImpl. createWCSCapabilityType()WCSCapabilityTypeDocumentRootImpl. getCapability()WCSCapabilityTypeWCSCapabilitiesTypeImpl. getCapability()Methods in net.opengis.wcs10.impl with parameters of type WCSCapabilityType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 WCSCapabilityType Modifier and Type Method Description ObjectWcs10Switch. 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 WCSCapabilityType Modifier and Type Method Description booleanDocumentRootValidator. validateCapability(WCSCapabilityType value)booleanWCSCapabilitiesTypeValidator. validateCapability(WCSCapabilityType value)
-