Uses of Interface
net.opengis.wcs11.CapabilitiesType
-
Packages that use CapabilitiesType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of CapabilitiesType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return CapabilitiesType Modifier and Type Method Description CapabilitiesType
Wcs111Factory. createCapabilitiesType()
Returns a new object of class 'Capabilities Type'.CapabilitiesType
Wcs11Factory. createCapabilitiesType()
Returns a new object of class 'Capabilities Type'.CapabilitiesType
DocumentRoot. getCapabilities()
Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wcs11 with parameters of type CapabilitiesType Modifier and Type Method Description void
DocumentRoot. setCapabilities(CapabilitiesType value)
Sets the value of the 'Capabilities
' containment reference. -
Uses of CapabilitiesType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement CapabilitiesType Modifier and Type Class Description class
CapabilitiesTypeImpl
An implementation of the model object 'Capabilities Type'.Methods in net.opengis.wcs11.impl that return CapabilitiesType Modifier and Type Method Description CapabilitiesType
Wcs111FactoryImpl. createCapabilitiesType()
CapabilitiesType
Wcs11FactoryImpl. createCapabilitiesType()
CapabilitiesType
DocumentRootImpl. getCapabilities()
Methods in net.opengis.wcs11.impl with parameters of type CapabilitiesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCapabilities(CapabilitiesType newCapabilities, NotificationChain msgs)
void
DocumentRootImpl. setCapabilities(CapabilitiesType newCapabilities)
-
Uses of CapabilitiesType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type CapabilitiesType Modifier and Type Method Description Object
Wcs111Switch. caseCapabilitiesType(CapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Capabilities Type'.Object
Wcs11Switch. caseCapabilitiesType(CapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Capabilities Type'.boolean
Wcs111Validator. validateCapabilitiesType(CapabilitiesType capabilitiesType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateCapabilitiesType(CapabilitiesType capabilitiesType, DiagnosticChain diagnostics, Map context)
-
Uses of CapabilitiesType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type CapabilitiesType Modifier and Type Method Description boolean
DocumentRootValidator. validateCapabilities(CapabilitiesType value)
-