Uses of Interface
net.opengis.wcs20.GetCapabilitiesType
- 
Packages that use GetCapabilitiesType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of GetCapabilitiesType in net.opengis.wcs20Methods in net.opengis.wcs20 that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeWcs20Factory. createGetCapabilitiesType()Returns a new object of class 'Get Capabilities Type'.GetCapabilitiesTypeDocumentRoot. getGetCapabilities()Returns the value of the 'Get Capabilities' containment reference.Methods in net.opengis.wcs20 with parameters of type GetCapabilitiesType Modifier and Type Method Description voidDocumentRoot. setGetCapabilities(GetCapabilitiesType value)Sets the value of the 'Get Capabilities' containment reference.
- 
Uses of GetCapabilitiesType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement GetCapabilitiesType Modifier and Type Class Description classGetCapabilitiesTypeImplAn implementation of the model object 'Get Capabilities Type'.Methods in net.opengis.wcs20.impl that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeWcs20FactoryImpl. createGetCapabilitiesType()GetCapabilitiesTypeDocumentRootImpl. getGetCapabilities()Methods in net.opengis.wcs20.impl with parameters of type GetCapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)voidDocumentRootImpl. setGetCapabilities(GetCapabilitiesType newGetCapabilities)
- 
Uses of GetCapabilitiesType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type GetCapabilitiesType Modifier and Type Method Description booleanWcs20Validator. validateGetCapabilitiesType(GetCapabilitiesType getCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-