Package net.opengis.wcs11.util
Class Wcs11Switch
Object
Wcs11Switch
The Switch for the model's inheritance hierarchy.
It supports the call
doSwitch(object)
to invoke the caseXXX
method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Available Keys Type'.caseAxisSubsetType
(AxisSubsetType object) Returns the result of interpreting the object as an instance of 'Axis Subset Type'.caseAxisType
(AxisType object) Returns the result of interpreting the object as an instance of 'Axis Type'.Returns the result of interpreting the object as an instance of 'Capabilities Base Type'.caseCapabilitiesType
(CapabilitiesType object) Returns the result of interpreting the object as an instance of 'Capabilities Type'.caseCodeType
(CodeType object) Returns the result of interpreting the object as an instance of 'Code Type'.caseContentsType
(ContentsType object) Returns the result of interpreting the object as an instance of 'Contents Type'.Returns the result of interpreting the object as an instance of 'Coverage Descriptions Type'.Returns the result of interpreting the object as an instance of 'Coverage Description Type'.Returns the result of interpreting the object as an instance of 'Coverage Domain Type'.caseCoveragesType
(CoveragesType object) Returns the result of interpreting the object as an instance of 'Coverages Type'.Returns the result of interpreting the object as an instance of 'Coverage Summary Type'.Returns the result of interpreting the object as an instance of 'Describe Coverage Type'.caseDescriptionType
(DescriptionType object) Returns the result of interpreting the object as an instance of 'Description Type'.caseDocumentRoot
(DocumentRoot object) Returns the result of interpreting the object as an instance of 'Document Root'.caseDomainSubsetType
(DomainSubsetType object) Returns the result of interpreting the object as an instance of 'Domain Subset Type'.caseFieldSubsetType
(FieldSubsetType object) Returns the result of interpreting the object as an instance of 'Field Subset Type'.caseFieldType
(FieldType object) Returns the result of interpreting the object as an instance of 'Field Type'.Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.caseGetCoverageType
(GetCoverageType object) Returns the result of interpreting the object as an instance of 'Get Coverage Type'.caseGridCrsType
(GridCrsType object) Returns the result of interpreting the object as an instance of 'Grid Crs Type'.caseImageCRSRefType
(ImageCRSRefType object) Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.Returns the result of interpreting the object as an instance of 'Interpolation Method Base Type'.Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'.Returns the result of interpreting the object as an instance of 'Interpolation Method Type'.caseOutputType
(OutputType object) Returns the result of interpreting the object as an instance of 'Output Type'.Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.caseRangeSubsetType
(RangeSubsetType object) Returns the result of interpreting the object as an instance of 'Range Subset Type'.caseRangeType
(RangeType object) Returns the result of interpreting the object as an instance of 'Range Type'.caseRequestBaseType
(RequestBaseType object) Returns the result of interpreting the object as an instance of 'Request Base Type'.Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.caseTimePeriodType
(TimePeriodType object) Returns the result of interpreting the object as an instance of 'Time Period Type'.caseTimeSequenceType
(TimeSequenceType object) Returns the result of interpreting the object as an instance of 'Time Sequence Type'.defaultCase
(EObject object) Returns the result of interpreting the object as an instance of 'EObject'.protected Object
doSwitch
(int classifierID, EObject theEObject) CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.protected Object
doSwitch
(EClass theEClass, EObject theEObject) CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.doSwitch
(EObject theEObject) CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.
-
Field Details
-
modelPackage
The cached model package
-
-
Constructor Details
-
Wcs11Switch
public Wcs11Switch()Creates an instance of the switch.
-
-
Method Details
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXX
call.
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXX
call.
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXX
call.
-
caseAvailableKeysType
Returns the result of interpreting the object as an instance of 'Available Keys Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Available Keys Type'.
- See Also:
-
caseAxisSubsetType
Returns the result of interpreting the object as an instance of 'Axis Subset Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Axis Subset Type'.
- See Also:
-
caseAxisType
Returns the result of interpreting the object as an instance of 'Axis Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Axis Type'.
- See Also:
-
caseCapabilitiesType
Returns the result of interpreting the object as an instance of 'Capabilities Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Capabilities Type'.
- See Also:
-
caseContentsType
Returns the result of interpreting the object as an instance of 'Contents Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Contents Type'.
- See Also:
-
caseCoverageDescriptionsType
Returns the result of interpreting the object as an instance of 'Coverage Descriptions Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Coverage Descriptions Type'.
- See Also:
-
caseCoverageDescriptionType
Returns the result of interpreting the object as an instance of 'Coverage Description Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Coverage Description Type'.
- See Also:
-
caseCoverageDomainType
Returns the result of interpreting the object as an instance of 'Coverage Domain Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Coverage Domain Type'.
- See Also:
-
caseCoveragesType
Returns the result of interpreting the object as an instance of 'Coverages Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Coverages Type'.
- See Also:
-
caseCoverageSummaryType
Returns the result of interpreting the object as an instance of 'Coverage Summary Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Coverage Summary Type'.
- See Also:
-
caseDescribeCoverageType
Returns the result of interpreting the object as an instance of 'Describe Coverage Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Describe Coverage Type'.
- See Also:
-
caseDocumentRoot
Returns the result of interpreting the object as an instance of 'Document Root'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Document Root'.
- See Also:
-
caseDomainSubsetType
Returns the result of interpreting the object as an instance of 'Domain Subset Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Domain Subset Type'.
- See Also:
-
caseFieldSubsetType
Returns the result of interpreting the object as an instance of 'Field Subset Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Field Subset Type'.
- See Also:
-
caseFieldType
Returns the result of interpreting the object as an instance of 'Field Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Field Type'.
- See Also:
-
caseGetCapabilitiesType
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Capabilities Type'.
- See Also:
-
caseGetCoverageType
Returns the result of interpreting the object as an instance of 'Get Coverage Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Coverage Type'.
- See Also:
-
caseGridCrsType
Returns the result of interpreting the object as an instance of 'Grid Crs Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Grid Crs Type'.
- See Also:
-
caseImageCRSRefType
Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Image CRS Ref Type'.
- See Also:
-
caseInterpolationMethodBaseType
Returns the result of interpreting the object as an instance of 'Interpolation Method Base Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Interpolation Method Base Type'.
- See Also:
-
caseInterpolationMethodsType
Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Interpolation Methods Type'.
- See Also:
-
caseInterpolationMethodType
Returns the result of interpreting the object as an instance of 'Interpolation Method Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Interpolation Method Type'.
- See Also:
-
caseOutputType
Returns the result of interpreting the object as an instance of 'Output Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Output Type'.
- See Also:
-
caseRangeSubsetType
Returns the result of interpreting the object as an instance of 'Range Subset Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Range Subset Type'.
- See Also:
-
caseRangeType
Returns the result of interpreting the object as an instance of 'Range Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Range Type'.
- See Also:
-
caseRequestBaseType
Returns the result of interpreting the object as an instance of 'Request Base Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Request Base Type'.
- See Also:
-
caseSpatialDomainType
Returns the result of interpreting the object as an instance of 'Spatial Domain Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Spatial Domain Type'.
- See Also:
-
caseTimePeriodType
Returns the result of interpreting the object as an instance of 'Time Period Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Time Period Type'.
- See Also:
-
caseTimeSequenceType
Returns the result of interpreting the object as an instance of 'Time Sequence Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Time Sequence Type'.
- See Also:
-
caseDescriptionType
Returns the result of interpreting the object as an instance of 'Description Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Description Type'.
- See Also:
-
caseCapabilitiesBaseType
Returns the result of interpreting the object as an instance of 'Capabilities Base Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Capabilities Base Type'.
- See Also:
-
caseOws11_GetCapabilitiesType
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Capabilities Type'.
- See Also:
-
caseCodeType
Returns the result of interpreting the object as an instance of 'Code Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Code Type'.
- See Also:
-
defaultCase
Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'EObject'.
- See Also:
-