Uses of Interface
net.opengis.wcs20.CapabilitiesType
Packages that use CapabilitiesType
-
Uses of CapabilitiesType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return CapabilitiesTypeModifier and TypeMethodDescriptionWcs20Factory.createCapabilitiesType()
Returns a new object of class 'Capabilities Type'.DocumentRoot.getCapabilities()
Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wcs20 with parameters of type CapabilitiesTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCapabilities
(CapabilitiesType value) Sets the value of the 'Capabilities
' containment reference. -
Uses of CapabilitiesType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement CapabilitiesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Capabilities Type'.Methods in net.opengis.wcs20.impl that return CapabilitiesTypeModifier and TypeMethodDescriptionWcs20FactoryImpl.createCapabilitiesType()
DocumentRootImpl.getCapabilities()
Methods in net.opengis.wcs20.impl with parameters of type CapabilitiesTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCapabilities
(CapabilitiesType newCapabilities, NotificationChain msgs) void
DocumentRootImpl.setCapabilities
(CapabilitiesType newCapabilities) -
Uses of CapabilitiesType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type CapabilitiesTypeModifier and TypeMethodDescriptionboolean
Wcs20Validator.validateCapabilitiesType
(CapabilitiesType capabilitiesType, DiagnosticChain diagnostics, Map<Object, Object> context)