Package net.opengis.wcs11.util
Class Wcs111AdapterFactory
Object
AdapterFactoryImpl
Wcs111AdapterFactory
- All Implemented Interfaces:
AdapterFactory
public class Wcs111AdapterFactory
extends AdapterFactoryImpl
The Adapter Factory for the model.
It provides an adapter
createXXX
method for each class of the model.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Wcs111Package
The cached model package.protected Wcs111Switch
The switch the delegates to thecreateXXX
methods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdapter
createAdapter
(Notifier target) Creates an adapter for thetarget
.Adapter
Creates a new adapter for an object of class 'Available Keys Type
'.Adapter
Creates a new adapter for an object of class 'Axis Subset Type
'.Adapter
Creates a new adapter for an object of class 'Axis Type
'.Adapter
Creates a new adapter for an object of class 'Capabilities Base Type
'.Adapter
Creates a new adapter for an object of class 'Capabilities Type
'.Adapter
Creates a new adapter for an object of class 'Code Type
'.Adapter
Creates a new adapter for an object of class 'Contents Type
'.Adapter
Creates a new adapter for an object of class 'Coverage Descriptions Type
'.Adapter
Creates a new adapter for an object of class 'Coverage Description Type
'.Adapter
Creates a new adapter for an object of class 'Coverage Domain Type
'.Adapter
Creates a new adapter for an object of class 'Coverages Type
'.Adapter
Creates a new adapter for an object of class 'Coverage Summary Type
'.Adapter
Creates a new adapter for an object of class 'Describe Coverage Type
'.Adapter
Creates a new adapter for an object of class 'Description Type
'.Adapter
Creates a new adapter for an object of class 'Document Root
'.Adapter
Creates a new adapter for an object of class 'Domain Subset Type
'.Adapter
Creates a new adapter for the default case.Adapter
Creates a new adapter for an object of class 'Field Subset Type
'.Adapter
Creates a new adapter for an object of class 'Field Type
'.Adapter
Creates a new adapter for an object of class 'Get Capabilities Type
'.Adapter
Creates a new adapter for an object of class 'Get Capabilities Type
'.Adapter
Creates a new adapter for an object of class 'Get Coverage Type
'.Adapter
Creates a new adapter for an object of class 'Grid Crs Type
'.Adapter
Creates a new adapter for an object of class 'Image CRS Ref Type
'.Adapter
Creates a new adapter for an object of class 'Interpolation Method Base Type
'.Adapter
Creates a new adapter for an object of class 'Interpolation Methods Type
'.Adapter
Creates a new adapter for an object of class 'Interpolation Method Type
'.Adapter
Creates a new adapter for an object of class 'Output Type
'.Adapter
Creates a new adapter for an object of class 'Range Subset Type
'.Adapter
Creates a new adapter for an object of class 'Range Type
'.Adapter
Creates a new adapter for an object of class 'Request Base Type
'.Adapter
Creates a new adapter for an object of class 'Spatial Domain Type
'.Adapter
Creates a new adapter for an object of class 'Time Period Type
'.Adapter
Creates a new adapter for an object of class 'Time Sequence Type
'.boolean
isFactoryForType
(Object object) Returns whether this factory is applicable for the type of the object.Methods inherited from class AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
Field Details
-
modelPackage
The cached model package. -
modelSwitch
The switch the delegates to thecreateXXX
methods.
-
-
Constructor Details
-
Wcs111AdapterFactory
public Wcs111AdapterFactory()Creates an instance of the adapter factory.
-
-
Method Details
-
isFactoryForType
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceAdapterFactory
- Overrides:
isFactoryForType
in classAdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
-
createAdapter
public Adapter createAdapter(Notifier target) Creates an adapter for thetarget
.- Overrides:
createAdapter
in classAdapterFactoryImpl
- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
.
-
createAvailableKeysTypeAdapter
public Adapter createAvailableKeysTypeAdapter()Creates a new adapter for an object of class 'Available Keys Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createAxisSubsetTypeAdapter
public Adapter createAxisSubsetTypeAdapter()Creates a new adapter for an object of class 'Axis Subset Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createAxisTypeAdapter
public Adapter createAxisTypeAdapter()Creates a new adapter for an object of class 'Axis Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCapabilitiesTypeAdapter
public Adapter createCapabilitiesTypeAdapter()Creates a new adapter for an object of class 'Capabilities Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createContentsTypeAdapter
public Adapter createContentsTypeAdapter()Creates a new adapter for an object of class 'Contents Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCoverageDescriptionsTypeAdapter
public Adapter createCoverageDescriptionsTypeAdapter()Creates a new adapter for an object of class 'Coverage Descriptions Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCoverageDescriptionTypeAdapter
public Adapter createCoverageDescriptionTypeAdapter()Creates a new adapter for an object of class 'Coverage Description Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCoverageDomainTypeAdapter
public Adapter createCoverageDomainTypeAdapter()Creates a new adapter for an object of class 'Coverage Domain Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCoveragesTypeAdapter
public Adapter createCoveragesTypeAdapter()Creates a new adapter for an object of class 'Coverages Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCoverageSummaryTypeAdapter
public Adapter createCoverageSummaryTypeAdapter()Creates a new adapter for an object of class 'Coverage Summary Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createDescribeCoverageTypeAdapter
public Adapter createDescribeCoverageTypeAdapter()Creates a new adapter for an object of class 'Describe Coverage Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createDocumentRootAdapter
public Adapter createDocumentRootAdapter()Creates a new adapter for an object of class 'Document Root
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createDomainSubsetTypeAdapter
public Adapter createDomainSubsetTypeAdapter()Creates a new adapter for an object of class 'Domain Subset Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createFieldSubsetTypeAdapter
public Adapter createFieldSubsetTypeAdapter()Creates a new adapter for an object of class 'Field Subset Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createFieldTypeAdapter
public Adapter createFieldTypeAdapter()Creates a new adapter for an object of class 'Field Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createGetCapabilitiesTypeAdapter
public Adapter createGetCapabilitiesTypeAdapter()Creates a new adapter for an object of class 'Get Capabilities Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createGetCoverageTypeAdapter
public Adapter createGetCoverageTypeAdapter()Creates a new adapter for an object of class 'Get Coverage Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createGridCrsTypeAdapter
public Adapter createGridCrsTypeAdapter()Creates a new adapter for an object of class 'Grid Crs Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createImageCRSRefTypeAdapter
public Adapter createImageCRSRefTypeAdapter()Creates a new adapter for an object of class 'Image CRS Ref Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createInterpolationMethodBaseTypeAdapter
public Adapter createInterpolationMethodBaseTypeAdapter()Creates a new adapter for an object of class 'Interpolation Method Base Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createInterpolationMethodsTypeAdapter
public Adapter createInterpolationMethodsTypeAdapter()Creates a new adapter for an object of class 'Interpolation Methods Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createInterpolationMethodTypeAdapter
public Adapter createInterpolationMethodTypeAdapter()Creates a new adapter for an object of class 'Interpolation Method Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createOutputTypeAdapter
public Adapter createOutputTypeAdapter()Creates a new adapter for an object of class 'Output Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createRangeSubsetTypeAdapter
public Adapter createRangeSubsetTypeAdapter()Creates a new adapter for an object of class 'Range Subset Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createRangeTypeAdapter
public Adapter createRangeTypeAdapter()Creates a new adapter for an object of class 'Range Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createRequestBaseTypeAdapter
public Adapter createRequestBaseTypeAdapter()Creates a new adapter for an object of class 'Request Base Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createSpatialDomainTypeAdapter
public Adapter createSpatialDomainTypeAdapter()Creates a new adapter for an object of class 'Spatial Domain Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createTimePeriodTypeAdapter
public Adapter createTimePeriodTypeAdapter()Creates a new adapter for an object of class 'Time Period Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createTimeSequenceTypeAdapter
public Adapter createTimeSequenceTypeAdapter()Creates a new adapter for an object of class 'Time Sequence Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createDescriptionTypeAdapter
public Adapter createDescriptionTypeAdapter()Creates a new adapter for an object of class 'Description Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCapabilitiesBaseTypeAdapter
public Adapter createCapabilitiesBaseTypeAdapter()Creates a new adapter for an object of class 'Capabilities Base Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createGetCapabilitiesType_1Adapter
public Adapter createGetCapabilitiesType_1Adapter()Creates a new adapter for an object of class 'Get Capabilities Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createCodeTypeAdapter
public Adapter createCodeTypeAdapter()Creates a new adapter for an object of class 'Code Type
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
-
createEObjectAdapter
public Adapter createEObjectAdapter()Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
-