Package net.opengis.wcs11.util
Class Wcs111AdapterFactory
- Object
- 
- AdapterFactoryImpl
- 
- Wcs111AdapterFactory
 
 
- 
- All Implemented Interfaces:
- AdapterFactory
 
 public class Wcs111AdapterFactory extends AdapterFactoryImplThe Adapter Factory for the model. It provides an adaptercreateXXXmethod for each class of the model.- See Also:
- Wcs111Package
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static Wcs111PackagemodelPackageThe cached model package.protected Wcs111SwitchmodelSwitchThe switch the delegates to thecreateXXXmethods.
 - 
Constructor SummaryConstructors Constructor Description Wcs111AdapterFactory()Creates an instance of the adapter factory.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AdaptercreateAdapter(Notifier target)Creates an adapter for thetarget.AdaptercreateAvailableKeysTypeAdapter()Creates a new adapter for an object of class 'Available Keys Type'.AdaptercreateAxisSubsetTypeAdapter()Creates a new adapter for an object of class 'Axis Subset Type'.AdaptercreateAxisTypeAdapter()Creates a new adapter for an object of class 'Axis Type'.AdaptercreateCapabilitiesBaseTypeAdapter()Creates a new adapter for an object of class 'Capabilities Base Type'.AdaptercreateCapabilitiesTypeAdapter()Creates a new adapter for an object of class 'Capabilities Type'.AdaptercreateCodeTypeAdapter()Creates a new adapter for an object of class 'Code Type'.AdaptercreateContentsTypeAdapter()Creates a new adapter for an object of class 'Contents Type'.AdaptercreateCoverageDescriptionsTypeAdapter()Creates a new adapter for an object of class 'Coverage Descriptions Type'.AdaptercreateCoverageDescriptionTypeAdapter()Creates a new adapter for an object of class 'Coverage Description Type'.AdaptercreateCoverageDomainTypeAdapter()Creates a new adapter for an object of class 'Coverage Domain Type'.AdaptercreateCoveragesTypeAdapter()Creates a new adapter for an object of class 'Coverages Type'.AdaptercreateCoverageSummaryTypeAdapter()Creates a new adapter for an object of class 'Coverage Summary Type'.AdaptercreateDescribeCoverageTypeAdapter()Creates a new adapter for an object of class 'Describe Coverage Type'.AdaptercreateDescriptionTypeAdapter()Creates a new adapter for an object of class 'Description Type'.AdaptercreateDocumentRootAdapter()Creates a new adapter for an object of class 'Document Root'.AdaptercreateDomainSubsetTypeAdapter()Creates a new adapter for an object of class 'Domain Subset Type'.AdaptercreateEObjectAdapter()Creates a new adapter for the default case.AdaptercreateFieldSubsetTypeAdapter()Creates a new adapter for an object of class 'Field Subset Type'.AdaptercreateFieldTypeAdapter()Creates a new adapter for an object of class 'Field Type'.AdaptercreateGetCapabilitiesType_1Adapter()Creates a new adapter for an object of class 'Get Capabilities Type'.AdaptercreateGetCapabilitiesTypeAdapter()Creates a new adapter for an object of class 'Get Capabilities Type'.AdaptercreateGetCoverageTypeAdapter()Creates a new adapter for an object of class 'Get Coverage Type'.AdaptercreateGridCrsTypeAdapter()Creates a new adapter for an object of class 'Grid Crs Type'.AdaptercreateImageCRSRefTypeAdapter()Creates a new adapter for an object of class 'Image CRS Ref Type'.AdaptercreateInterpolationMethodBaseTypeAdapter()Creates a new adapter for an object of class 'Interpolation Method Base Type'.AdaptercreateInterpolationMethodsTypeAdapter()Creates a new adapter for an object of class 'Interpolation Methods Type'.AdaptercreateInterpolationMethodTypeAdapter()Creates a new adapter for an object of class 'Interpolation Method Type'.AdaptercreateOutputTypeAdapter()Creates a new adapter for an object of class 'Output Type'.AdaptercreateRangeSubsetTypeAdapter()Creates a new adapter for an object of class 'Range Subset Type'.AdaptercreateRangeTypeAdapter()Creates a new adapter for an object of class 'Range Type'.AdaptercreateRequestBaseTypeAdapter()Creates a new adapter for an object of class 'Request Base Type'.AdaptercreateSpatialDomainTypeAdapter()Creates a new adapter for an object of class 'Spatial Domain Type'.AdaptercreateTimePeriodTypeAdapter()Creates a new adapter for an object of class 'Time Period Type'.AdaptercreateTimeSequenceTypeAdapter()Creates a new adapter for an object of class 'Time Sequence Type'.booleanisFactoryForType(Object object)Returns whether this factory is applicable for the type of the object.
 
- 
- 
- 
Field Detail- 
modelPackageprotected static Wcs111Package modelPackage The cached model package.
 - 
modelSwitchprotected Wcs111Switch modelSwitch The switch the delegates to thecreateXXXmethods.
 
- 
 - 
Method Detail- 
isFactoryForTypepublic boolean isFactoryForType(Object object) Returns whether this factory is applicable for the type of the object. This implementation returnstrueif the object is either the model's package or is an instance object of the model.- Specified by:
- isFactoryForTypein interface- AdapterFactory
- Overrides:
- isFactoryForTypein class- AdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
 
 - 
createAdapterpublic Adapter createAdapter(Notifier target) Creates an adapter for thetarget.- Overrides:
- createAdapterin class- AdapterFactoryImpl
- Parameters:
- target- the object to adapt.
- Returns:
- the adapter for the target.
 
 - 
createAvailableKeysTypeAdapterpublic 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:
- AvailableKeysType
 
 - 
createAxisSubsetTypeAdapterpublic 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:
- AxisSubsetType
 
 - 
createAxisTypeAdapterpublic 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:
- AxisType
 
 - 
createCapabilitiesTypeAdapterpublic 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:
- CapabilitiesType
 
 - 
createContentsTypeAdapterpublic 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:
- ContentsType
 
 - 
createCoverageDescriptionsTypeAdapterpublic 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:
- CoverageDescriptionsType
 
 - 
createCoverageDescriptionTypeAdapterpublic 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:
- CoverageDescriptionType
 
 - 
createCoverageDomainTypeAdapterpublic 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:
- CoverageDomainType
 
 - 
createCoveragesTypeAdapterpublic 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:
- CoveragesType
 
 - 
createCoverageSummaryTypeAdapterpublic 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:
- CoverageSummaryType
 
 - 
createDescribeCoverageTypeAdapterpublic 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:
- DescribeCoverageType
 
 - 
createDocumentRootAdapterpublic 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:
- DocumentRoot
 
 - 
createDomainSubsetTypeAdapterpublic 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:
- DomainSubsetType
 
 - 
createFieldSubsetTypeAdapterpublic 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:
- FieldSubsetType
 
 - 
createFieldTypeAdapterpublic 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:
- FieldType
 
 - 
createGetCapabilitiesTypeAdapterpublic 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:
- GetCapabilitiesType
 
 - 
createGetCoverageTypeAdapterpublic 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:
- GetCoverageType
 
 - 
createGridCrsTypeAdapterpublic 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:
- GridCrsType
 
 - 
createImageCRSRefTypeAdapterpublic 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:
- ImageCRSRefType
 
 - 
createInterpolationMethodBaseTypeAdapterpublic 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:
- InterpolationMethodBaseType
 
 - 
createInterpolationMethodsTypeAdapterpublic 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:
- InterpolationMethodsType
 
 - 
createInterpolationMethodTypeAdapterpublic 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:
- InterpolationMethodType
 
 - 
createOutputTypeAdapterpublic 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:
- OutputType
 
 - 
createRangeSubsetTypeAdapterpublic 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:
- RangeSubsetType
 
 - 
createRangeTypeAdapterpublic 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:
- RangeType
 
 - 
createRequestBaseTypeAdapterpublic 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:
- RequestBaseType
 
 - 
createSpatialDomainTypeAdapterpublic 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:
- SpatialDomainType
 
 - 
createTimePeriodTypeAdapterpublic 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:
- TimePeriodType
 
 - 
createTimeSequenceTypeAdapterpublic 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:
- TimeSequenceType
 
 - 
createDescriptionTypeAdapterpublic 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:
- DescriptionType
 
 - 
createCapabilitiesBaseTypeAdapterpublic 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:
- CapabilitiesBaseType
 
 - 
createGetCapabilitiesType_1Adapterpublic 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:
- GetCapabilitiesType
 
 - 
createCodeTypeAdapterpublic 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:
- CodeType
 
 - 
createEObjectAdapterpublic Adapter createEObjectAdapter() Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
 
 
- 
 
-