Uses of Interface
net.opengis.wcs10.WCSCapabilitiesType
-
Packages that use WCSCapabilitiesType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of WCSCapabilitiesType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return WCSCapabilitiesType Modifier and Type Method Description WCSCapabilitiesTypeWcs10Factory. createWCSCapabilitiesType()Returns a new object of class 'WCS Capabilities Type'.WCSCapabilitiesTypeDocumentRoot. getWCSCapabilities()Returns the value of the 'WCS Capabilities' containment reference.Methods in net.opengis.wcs10 with parameters of type WCSCapabilitiesType Modifier and Type Method Description voidDocumentRoot. setWCSCapabilities(WCSCapabilitiesType value)Sets the value of the 'WCS Capabilities' containment reference. -
Uses of WCSCapabilitiesType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement WCSCapabilitiesType Modifier and Type Class Description classWCSCapabilitiesTypeImplAn implementation of the model object 'WCS Capabilities Type'.Methods in net.opengis.wcs10.impl that return WCSCapabilitiesType Modifier and Type Method Description WCSCapabilitiesTypeWcs10FactoryImpl. createWCSCapabilitiesType()WCSCapabilitiesTypeDocumentRootImpl. getWCSCapabilities()Methods in net.opengis.wcs10.impl with parameters of type WCSCapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetWCSCapabilities(WCSCapabilitiesType newWCSCapabilities, NotificationChain msgs)voidDocumentRootImpl. setWCSCapabilities(WCSCapabilitiesType newWCSCapabilities) -
Uses of WCSCapabilitiesType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type WCSCapabilitiesType Modifier and Type Method Description ObjectWcs10Switch. caseWCSCapabilitiesType(WCSCapabilitiesType object)Returns the result of interpreting the object as an instance of 'WCS Capabilities Type'. -
Uses of WCSCapabilitiesType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type WCSCapabilitiesType Modifier and Type Method Description booleanDocumentRootValidator. validateWCSCapabilities(WCSCapabilitiesType value)
-