Class 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:
    Wfs20Package
    • Field Detail

      • modelPackage

        protected static Wfs20Package modelPackage
        The cached model package.
      • modelSwitch

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

      • Wfs20AdapterFactory

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

      • 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:
        AbstractTransactionActionType
      • 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:
        AbstractType
      • 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:
        ActionResultsType
      • 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:
        AdditionalObjectsType
      • 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:
        AdditionalValuesType
      • 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:
        BaseRequestType
      • 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:
        CreatedOrModifiedFeatureType
      • 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:
        CreateStoredQueryResponseType
      • 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:
        CreateStoredQueryType
      • 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:
        DeleteType
      • 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:
        DescribeFeatureTypeType
      • 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:
        DescribeStoredQueriesResponseType
      • 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:
        DescribeStoredQueriesType
      • 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:
        DocumentRoot
      • 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:
        DropStoredQueryType
      • 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:
        ElementType
      • 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:
        EmptyType
      • 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:
        EnvelopePropertyType
      • 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:
        ExecutionStatusType
      • 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:
        ExtendedDescriptionType
      • 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:
        FeatureCollectionType
      • 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:
        FeaturesLockedType
      • 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:
        FeaturesNotLockedType
      • 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:
        FeatureTypeListType
      • 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:
        FeatureTypeType
      • 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:
        GetCapabilitiesType
      • 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:
        GetFeatureType
      • 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:
        GetFeatureWithLockType
      • 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:
        GetPropertyValueType
      • 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:
        InsertType
      • 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:
        ListStoredQueriesResponseType
      • 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:
        ListStoredQueriesType
      • 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:
        LockFeatureResponseType
      • 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:
        LockFeatureType
      • 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:
        MemberPropertyType
      • 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:
        MetadataURLType
      • 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:
        NativeType
      • 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:
        NoCRSType
      • 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:
        OutputFormatListType
      • 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:
        ParameterExpressionType
      • 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:
        ParameterType
      • 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:
        PropertyNameType
      • 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:
        PropertyType
      • 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:
        QueryExpressionTextType
      • 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:
        QueryType
      • 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:
        ReplaceType
      • 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:
        SimpleFeatureCollectionType
      • 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:
        StoredQueryDescriptionType
      • 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:
        StoredQueryListItemType
      • 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:
        StoredQueryType
      • 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:
        TitleType
      • 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:
        TransactionResponseType
      • 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:
        TransactionSummaryType
      • 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:
        TransactionType
      • 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:
        TruncatedResponseType
      • 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:
        TupleType
      • 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:
        UpdateType
      • 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:
        ValueCollectionType
      • 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:
        ValueListType
      • 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:
        ValueReferenceType
      • 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:
        WFSCapabilitiesType
      • 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:
        WSDLType
      • 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:
        GetCapabilitiesType
      • 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:
        AbstractQueryExpressionType
      • 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:
        AbstractAdhocQueryExpressionType
      • 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:
        CapabilitiesBaseType
      • createEObjectAdapter

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