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 WCSCapabilitiesType
Wcs10Factory. createWCSCapabilitiesType()
Returns a new object of class 'WCS Capabilities Type'.WCSCapabilitiesType
DocumentRoot. 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 void
DocumentRoot. 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 class
WCSCapabilitiesTypeImpl
An implementation of the model object 'WCS Capabilities Type'.Methods in net.opengis.wcs10.impl that return WCSCapabilitiesType Modifier and Type Method Description WCSCapabilitiesType
Wcs10FactoryImpl. createWCSCapabilitiesType()
WCSCapabilitiesType
DocumentRootImpl. getWCSCapabilities()
Methods in net.opengis.wcs10.impl with parameters of type WCSCapabilitiesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetWCSCapabilities(WCSCapabilitiesType newWCSCapabilities, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateWCSCapabilities(WCSCapabilitiesType value)
-