Class Wfs20AdapterFactory

Object
AdapterFactoryImpl
Wfs20AdapterFactory
All Implemented Interfaces:
AdapterFactory

public class Wfs20AdapterFactory extends AdapterFactoryImpl
The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
See Also:
  • Field Details

    • modelPackage

      protected static Wfs20Package modelPackage
      The cached model package.
    • modelSwitch

      protected Wfs20Switch<Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
  • Constructor Details

    • Wfs20AdapterFactory

      public Wfs20AdapterFactory()
      Creates an instance of the adapter factory.
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType(Object object)
      Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
      Specified by:
      isFactoryForType in interface AdapterFactory
      Overrides:
      isFactoryForType in class AdapterFactoryImpl
      Returns:
      whether this factory is applicable for the type of the object.
    • createAdapter

      public Adapter createAdapter(Notifier target)
      Creates an adapter for the target.
      Overrides:
      createAdapter in class AdapterFactoryImpl
      Parameters:
      target - the object to adapt.
      Returns:
      the adapter for the target.
    • createAbstractTransactionActionTypeAdapter

      public Adapter createAbstractTransactionActionTypeAdapter()
      Creates a new adapter for an object of class 'Abstract Transaction Action 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:
    • createAbstractTypeAdapter

      public Adapter createAbstractTypeAdapter()
      Creates a new adapter for an object of class 'Abstract 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:
    • createActionResultsTypeAdapter

      public Adapter createActionResultsTypeAdapter()
      Creates a new adapter for an object of class 'Action Results 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:
    • createAdditionalObjectsTypeAdapter

      public Adapter createAdditionalObjectsTypeAdapter()
      Creates a new adapter for an object of class 'Additional Objects 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:
    • createAdditionalValuesTypeAdapter

      public Adapter createAdditionalValuesTypeAdapter()
      Creates a new adapter for an object of class 'Additional Values 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:
    • createBaseRequestTypeAdapter

      public Adapter createBaseRequestTypeAdapter()
      Creates a new adapter for an object of class 'Base Request 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:
    • createCreatedOrModifiedFeatureTypeAdapter

      public Adapter createCreatedOrModifiedFeatureTypeAdapter()
      Creates a new adapter for an object of class 'Created Or Modified Feature 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:
    • createCreateStoredQueryResponseTypeAdapter

      public Adapter createCreateStoredQueryResponseTypeAdapter()
      Creates a new adapter for an object of class 'Create Stored Query Response 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:
    • createCreateStoredQueryTypeAdapter

      public Adapter createCreateStoredQueryTypeAdapter()
      Creates a new adapter for an object of class 'Create Stored Query 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:
    • createDeleteTypeAdapter

      public Adapter createDeleteTypeAdapter()
      Creates a new adapter for an object of class 'Delete 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:
    • createDescribeFeatureTypeTypeAdapter

      public Adapter createDescribeFeatureTypeTypeAdapter()
      Creates a new adapter for an object of class 'Describe Feature Type 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:
    • createDescribeStoredQueriesResponseTypeAdapter

      public Adapter createDescribeStoredQueriesResponseTypeAdapter()
      Creates a new adapter for an object of class 'Describe Stored Queries Response 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:
    • createDescribeStoredQueriesTypeAdapter

      public Adapter createDescribeStoredQueriesTypeAdapter()
      Creates a new adapter for an object of class 'Describe Stored Queries 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:
    • createDropStoredQueryTypeAdapter

      public Adapter createDropStoredQueryTypeAdapter()
      Creates a new adapter for an object of class 'Drop Stored Query 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:
    • createElementTypeAdapter

      public Adapter createElementTypeAdapter()
      Creates a new adapter for an object of class 'Element 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:
    • createEmptyTypeAdapter

      public Adapter createEmptyTypeAdapter()
      Creates a new adapter for an object of class 'Empty 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:
    • createEnvelopePropertyTypeAdapter

      public Adapter createEnvelopePropertyTypeAdapter()
      Creates a new adapter for an object of class 'Envelope Property 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:
    • createExecutionStatusTypeAdapter

      public Adapter createExecutionStatusTypeAdapter()
      Creates a new adapter for an object of class 'Execution Status 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:
    • createExtendedDescriptionTypeAdapter

      public Adapter createExtendedDescriptionTypeAdapter()
      Creates a new adapter for an object of class 'Extended 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:
    • createFeatureCollectionTypeAdapter

      public Adapter createFeatureCollectionTypeAdapter()
      Creates a new adapter for an object of class 'Feature Collection 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:
    • createFeaturesLockedTypeAdapter

      public Adapter createFeaturesLockedTypeAdapter()
      Creates a new adapter for an object of class 'Features Locked 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:
    • createFeaturesNotLockedTypeAdapter

      public Adapter createFeaturesNotLockedTypeAdapter()
      Creates a new adapter for an object of class 'Features Not Locked 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:
    • createFeatureTypeListTypeAdapter

      public Adapter createFeatureTypeListTypeAdapter()
      Creates a new adapter for an object of class 'Feature Type List 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:
    • createFeatureTypeTypeAdapter

      public Adapter createFeatureTypeTypeAdapter()
      Creates a new adapter for an object of class 'Feature Type 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:
    • createGetFeatureTypeAdapter

      public Adapter createGetFeatureTypeAdapter()
      Creates a new adapter for an object of class 'Get Feature 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:
    • createGetFeatureWithLockTypeAdapter

      public Adapter createGetFeatureWithLockTypeAdapter()
      Creates a new adapter for an object of class 'Get Feature With Lock 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:
    • createGetPropertyValueTypeAdapter

      public Adapter createGetPropertyValueTypeAdapter()
      Creates a new adapter for an object of class 'Get Property Value 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:
    • createInsertTypeAdapter

      public Adapter createInsertTypeAdapter()
      Creates a new adapter for an object of class 'Insert 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:
    • createListStoredQueriesResponseTypeAdapter

      public Adapter createListStoredQueriesResponseTypeAdapter()
      Creates a new adapter for an object of class 'List Stored Queries Response 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:
    • createListStoredQueriesTypeAdapter

      public Adapter createListStoredQueriesTypeAdapter()
      Creates a new adapter for an object of class 'List Stored Queries 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:
    • createLockFeatureResponseTypeAdapter

      public Adapter createLockFeatureResponseTypeAdapter()
      Creates a new adapter for an object of class 'Lock Feature Response 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:
    • createLockFeatureTypeAdapter

      public Adapter createLockFeatureTypeAdapter()
      Creates a new adapter for an object of class 'Lock Feature 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:
    • createMemberPropertyTypeAdapter

      public Adapter createMemberPropertyTypeAdapter()
      Creates a new adapter for an object of class 'Member Property 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:
    • createMetadataURLTypeAdapter

      public Adapter createMetadataURLTypeAdapter()
      Creates a new adapter for an object of class 'Metadata URL 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:
    • createNativeTypeAdapter

      public Adapter createNativeTypeAdapter()
      Creates a new adapter for an object of class 'Native 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:
    • createNoCRSTypeAdapter

      public Adapter createNoCRSTypeAdapter()
      Creates a new adapter for an object of class 'No 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:
    • createOutputFormatListTypeAdapter

      public Adapter createOutputFormatListTypeAdapter()
      Creates a new adapter for an object of class 'Output Format List 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:
    • createParameterExpressionTypeAdapter

      public Adapter createParameterExpressionTypeAdapter()
      Creates a new adapter for an object of class 'Parameter Expression 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:
    • createParameterTypeAdapter

      public Adapter createParameterTypeAdapter()
      Creates a new adapter for an object of class 'Parameter 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:
    • createPropertyNameTypeAdapter

      public Adapter createPropertyNameTypeAdapter()
      Creates a new adapter for an object of class 'Property Name 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:
    • createPropertyTypeAdapter

      public Adapter createPropertyTypeAdapter()
      Creates a new adapter for an object of class 'Property 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:
    • createQueryExpressionTextTypeAdapter

      public Adapter createQueryExpressionTextTypeAdapter()
      Creates a new adapter for an object of class 'Query Expression Text 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:
    • createQueryTypeAdapter

      public Adapter createQueryTypeAdapter()
      Creates a new adapter for an object of class 'Query 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:
    • createReplaceTypeAdapter

      public Adapter createReplaceTypeAdapter()
      Creates a new adapter for an object of class 'Replace 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:
    • createSimpleFeatureCollectionTypeAdapter

      public Adapter createSimpleFeatureCollectionTypeAdapter()
      Creates a new adapter for an object of class 'Simple Feature Collection 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:
    • createStoredQueryDescriptionTypeAdapter

      public Adapter createStoredQueryDescriptionTypeAdapter()
      Creates a new adapter for an object of class 'Stored Query 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:
    • createStoredQueryListItemTypeAdapter

      public Adapter createStoredQueryListItemTypeAdapter()
      Creates a new adapter for an object of class 'Stored Query List Item 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:
    • createStoredQueryTypeAdapter

      public Adapter createStoredQueryTypeAdapter()
      Creates a new adapter for an object of class 'Stored Query 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:
    • createTitleTypeAdapter

      public Adapter createTitleTypeAdapter()
      Creates a new adapter for an object of class 'Title 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:
    • createTransactionResponseTypeAdapter

      public Adapter createTransactionResponseTypeAdapter()
      Creates a new adapter for an object of class 'Transaction Response 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:
    • createTransactionSummaryTypeAdapter

      public Adapter createTransactionSummaryTypeAdapter()
      Creates a new adapter for an object of class 'Transaction 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:
    • createTransactionTypeAdapter

      public Adapter createTransactionTypeAdapter()
      Creates a new adapter for an object of class 'Transaction 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:
    • createTruncatedResponseTypeAdapter

      public Adapter createTruncatedResponseTypeAdapter()
      Creates a new adapter for an object of class 'Truncated Response 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:
    • createTupleTypeAdapter

      public Adapter createTupleTypeAdapter()
      Creates a new adapter for an object of class 'Tuple 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:
    • createUpdateTypeAdapter

      public Adapter createUpdateTypeAdapter()
      Creates a new adapter for an object of class 'Update 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:
    • createValueCollectionTypeAdapter

      public Adapter createValueCollectionTypeAdapter()
      Creates a new adapter for an object of class 'Value Collection 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:
    • createValueListTypeAdapter

      public Adapter createValueListTypeAdapter()
      Creates a new adapter for an object of class 'Value List 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:
    • createValueReferenceTypeAdapter

      public Adapter createValueReferenceTypeAdapter()
      Creates a new adapter for an object of class 'Value Reference 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:
    • createWFSCapabilitiesTypeAdapter

      public Adapter createWFSCapabilitiesTypeAdapter()
      Creates a new adapter for an object of class 'WFS 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:
    • createWSDLTypeAdapter

      public Adapter createWSDLTypeAdapter()
      Creates a new adapter for an object of class 'WSDL 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:
    • createOws11_GetCapabilitiesTypeAdapter

      public Adapter createOws11_GetCapabilitiesTypeAdapter()
      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:
    • createAbstractQueryExpressionTypeAdapter

      public Adapter createAbstractQueryExpressionTypeAdapter()
      Creates a new adapter for an object of class 'Abstract Query Expression 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:
    • createAbstractAdhocQueryExpressionTypeAdapter

      public Adapter createAbstractAdhocQueryExpressionTypeAdapter()
      Creates a new adapter for an object of class 'Abstract Adhoc Query Expression 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:
    • createEObjectAdapter

      public Adapter createEObjectAdapter()
      Creates a new adapter for the default case. This default implementation returns null.
      Returns:
      the new adapter.