Uses of Interface
net.opengis.wcs10.GetCapabilitiesType
-
Packages that use GetCapabilitiesType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of GetCapabilitiesType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesType
Wcs10Factory. createGetCapabilitiesType()
Returns a new object of class 'Get Capabilities Type'.GetCapabilitiesType
DocumentRoot. getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.Methods in net.opengis.wcs10 with parameters of type GetCapabilitiesType Modifier and Type Method Description void
DocumentRoot. setGetCapabilities(GetCapabilitiesType value)
Sets the value of the 'Get Capabilities
' containment reference. -
Uses of GetCapabilitiesType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement GetCapabilitiesType Modifier and Type Class Description class
GetCapabilitiesTypeImpl
An implementation of the model object 'Get Capabilities Type'.Methods in net.opengis.wcs10.impl that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesType
Wcs10FactoryImpl. createGetCapabilitiesType()
GetCapabilitiesType
DocumentRootImpl. getGetCapabilities()
Methods in net.opengis.wcs10.impl with parameters of type GetCapabilitiesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)
void
DocumentRootImpl. setGetCapabilities(GetCapabilitiesType newGetCapabilities)
-
Uses of GetCapabilitiesType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type GetCapabilitiesType Modifier and Type Method Description Object
Wcs10Switch. caseGetCapabilitiesType(GetCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type GetCapabilitiesType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetCapabilities(GetCapabilitiesType value)
-