Uses of Interface
net.opengis.wcs20.CapabilitiesType
-
Packages that use CapabilitiesType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of CapabilitiesType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return CapabilitiesType Modifier and Type Method Description CapabilitiesType
Wcs20Factory. createCapabilitiesType()
Returns a new object of class 'Capabilities Type'.CapabilitiesType
DocumentRoot. getCapabilities()
Returns the value of the 'Capabilities' containment reference.Methods in net.opengis.wcs20 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.wcs20.impl
Classes in net.opengis.wcs20.impl that implement CapabilitiesType Modifier and Type Class Description class
CapabilitiesTypeImpl
An implementation of the model object 'Capabilities Type'.Methods in net.opengis.wcs20.impl that return CapabilitiesType Modifier and Type Method Description CapabilitiesType
Wcs20FactoryImpl. createCapabilitiesType()
CapabilitiesType
DocumentRootImpl. getCapabilities()
Methods in net.opengis.wcs20.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.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type CapabilitiesType Modifier and Type Method Description boolean
Wcs20Validator. validateCapabilitiesType(CapabilitiesType capabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-