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 WCSCapabilityType
Wcs10Factory. createWCSCapabilityType()
Returns a new object of class 'WCS Capability Type'.WCSCapabilityType
DocumentRoot. getCapability()
Returns the value of the 'Capability' containment reference.WCSCapabilityType
WCSCapabilitiesType. getCapability()
Returns the value of the 'Capability' containment reference.Methods in net.opengis.wcs10 with parameters of type WCSCapabilityType Modifier and Type Method Description void
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 WCSCapabilityType Modifier and Type Class Description class
WCSCapabilityTypeImpl
An implementation of the model object 'WCS Capability Type'.Fields in net.opengis.wcs10.impl declared as WCSCapabilityType Modifier and Type Field Description protected WCSCapabilityType
WCSCapabilitiesTypeImpl. capability
The cached value of the 'Capability
' containment reference.Methods in net.opengis.wcs10.impl that return WCSCapabilityType Modifier and Type Method Description WCSCapabilityType
Wcs10FactoryImpl. createWCSCapabilityType()
WCSCapabilityType
DocumentRootImpl. getCapability()
WCSCapabilityType
WCSCapabilitiesTypeImpl. getCapability()
Methods in net.opengis.wcs10.impl with parameters of type WCSCapabilityType Modifier and Type Method Description NotificationChain
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 WCSCapabilityType Modifier and Type Method Description Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateCapability(WCSCapabilityType value)
boolean
WCSCapabilitiesTypeValidator. validateCapability(WCSCapabilityType value)
-