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 CapabilitiesTypeWcs111Factory. createCapabilitiesType()Returns a new object of class 'Capabilities Type'.CapabilitiesTypeWcs11Factory. createCapabilitiesType()Returns a new object of class 'Capabilities Type'.CapabilitiesTypeDocumentRoot. getCapabilities()Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wcs11 with parameters of type CapabilitiesType Modifier and Type Method Description voidDocumentRoot. 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 classCapabilitiesTypeImplAn implementation of the model object 'Capabilities Type'.Methods in net.opengis.wcs11.impl that return CapabilitiesType Modifier and Type Method Description CapabilitiesTypeWcs111FactoryImpl. createCapabilitiesType()CapabilitiesTypeWcs11FactoryImpl. createCapabilitiesType()CapabilitiesTypeDocumentRootImpl. getCapabilities()Methods in net.opengis.wcs11.impl with parameters of type CapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCapabilities(CapabilitiesType newCapabilities, NotificationChain msgs)voidDocumentRootImpl. 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 ObjectWcs111Switch. caseCapabilitiesType(CapabilitiesType object)Returns the result of interpreting the object as an instance of 'Capabilities Type'.ObjectWcs11Switch. caseCapabilitiesType(CapabilitiesType object)Returns the result of interpreting the object as an instance of 'Capabilities Type'.booleanWcs111Validator. validateCapabilitiesType(CapabilitiesType capabilitiesType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. 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 booleanDocumentRootValidator. validateCapabilities(CapabilitiesType value)
-