Class WfsFactoryImpl

Object
BasicNotifierImpl
BasicEObjectImpl
MinimalEObjectImpl
MinimalEObjectImpl.Container
EModelElementImpl
EFactoryImpl
WfsFactoryImpl
All Implemented Interfaces:
WfsFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BinaryResourceImpl.DataConverter.Factory

public class WfsFactoryImpl extends EFactoryImpl implements WfsFactory
An implementation of the model Factory.
  • Constructor Details

    • WfsFactoryImpl

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

    • init

      public static WfsFactory init()
      Creates the default factory implementation.
    • create

      public EObject create(EClass eClass)
      Specified by:
      create in interface EFactory
      Overrides:
      create in class EFactoryImpl
    • createFromString

      public Object createFromString(EDataType eDataType, String initialValue)
      Specified by:
      createFromString in interface EFactory
      Overrides:
      createFromString in class EFactoryImpl
    • convertToString

      public String convertToString(EDataType eDataType, Object instanceValue)
      Specified by:
      convertToString in interface EFactory
      Overrides:
      convertToString in class EFactoryImpl
    • createActionType

      public ActionType createActionType()
      Specified by:
      createActionType in interface WfsFactory
      Returns:
      a new object of class 'Action Type'.
    • createDeleteElementType

      public DeleteElementType createDeleteElementType()
      Specified by:
      createDeleteElementType in interface WfsFactory
      Returns:
      a new object of class 'Delete Element Type'.
    • createDescribeFeatureTypeType

      public DescribeFeatureTypeType createDescribeFeatureTypeType()
      Specified by:
      createDescribeFeatureTypeType in interface WfsFactory
      Returns:
      a new object of class 'Describe Feature Type Type'.
    • createDocumentRoot

      public DocumentRoot createDocumentRoot()
      Specified by:
      createDocumentRoot in interface WfsFactory
      Returns:
      a new object of class 'Document Root'.
    • createFeatureCollectionType

      public FeatureCollectionType createFeatureCollectionType()
      Specified by:
      createFeatureCollectionType in interface WfsFactory
      Returns:
      a new object of class 'Feature Collection Type'.
    • createFeatureTypeListType

      public FeatureTypeListType createFeatureTypeListType()
      Specified by:
      createFeatureTypeListType in interface WfsFactory
      Returns:
      a new object of class 'Feature Type List Type'.
    • createFeatureTypeType

      public FeatureTypeType createFeatureTypeType()
      Specified by:
      createFeatureTypeType in interface WfsFactory
      Returns:
      a new object of class 'Feature Type Type'.
    • createFeaturesLockedType

      public FeaturesLockedType createFeaturesLockedType()
      Specified by:
      createFeaturesLockedType in interface WfsFactory
      Returns:
      a new object of class 'Features Locked Type'.
    • createFeaturesNotLockedType

      public FeaturesNotLockedType createFeaturesNotLockedType()
      Specified by:
      createFeaturesNotLockedType in interface WfsFactory
      Returns:
      a new object of class 'Features Not Locked Type'.
    • createGMLObjectTypeListType

      public GMLObjectTypeListType createGMLObjectTypeListType()
      Specified by:
      createGMLObjectTypeListType in interface WfsFactory
      Returns:
      a new object of class 'GML Object Type List Type'.
    • createGMLObjectTypeType

      public GMLObjectTypeType createGMLObjectTypeType()
      Specified by:
      createGMLObjectTypeType in interface WfsFactory
      Returns:
      a new object of class 'GML Object Type Type'.
    • createGetCapabilitiesType

      public GetCapabilitiesType createGetCapabilitiesType()
      Specified by:
      createGetCapabilitiesType in interface WfsFactory
      Returns:
      a new object of class 'Get Capabilities Type'.
    • createGetFeatureType

      public GetFeatureType createGetFeatureType()
      Specified by:
      createGetFeatureType in interface WfsFactory
      Returns:
      a new object of class 'Get Feature Type'.
    • createGetFeatureWithLockType

      public GetFeatureWithLockType createGetFeatureWithLockType()
      Specified by:
      createGetFeatureWithLockType in interface WfsFactory
      Returns:
      a new object of class 'Get Feature With Lock Type'.
    • createGetGmlObjectType

      public GetGmlObjectType createGetGmlObjectType()
      Specified by:
      createGetGmlObjectType in interface WfsFactory
      Returns:
      a new object of class 'Get Gml Object Type'.
    • createInsertElementType

      public InsertElementType createInsertElementType()
      Specified by:
      createInsertElementType in interface WfsFactory
      Returns:
      a new object of class 'Insert Element Type'.
    • createInsertResultsType

      public InsertResultsType createInsertResultsType()
      Specified by:
      createInsertResultsType in interface WfsFactory
      Returns:
      a new object of class 'Insert Results Type'.
    • createInsertedFeatureType

      public InsertedFeatureType createInsertedFeatureType()
      Specified by:
      createInsertedFeatureType in interface WfsFactory
      Returns:
      a new object of class 'Inserted Feature Type'.
    • createLockFeatureResponseType

      public LockFeatureResponseType createLockFeatureResponseType()
      Specified by:
      createLockFeatureResponseType in interface WfsFactory
      Returns:
      a new object of class 'Lock Feature Response Type'.
    • createLockFeatureType

      public LockFeatureType createLockFeatureType()
      Specified by:
      createLockFeatureType in interface WfsFactory
      Returns:
      a new object of class 'Lock Feature Type'.
    • createLockType

      public LockType createLockType()
      Specified by:
      createLockType in interface WfsFactory
      Returns:
      a new object of class 'Lock Type'.
    • createMetadataURLType

      public MetadataURLType createMetadataURLType()
      Specified by:
      createMetadataURLType in interface WfsFactory
      Returns:
      a new object of class 'Metadata URL Type'.
    • createNativeType

      public NativeType createNativeType()
      Specified by:
      createNativeType in interface WfsFactory
      Returns:
      a new object of class 'Native Type'.
    • createNoSRSType

      public NoSRSType createNoSRSType()
      Specified by:
      createNoSRSType in interface WfsFactory
      Returns:
      a new object of class 'No SRS Type'.
    • createOperationsType

      public OperationsType createOperationsType()
      Specified by:
      createOperationsType in interface WfsFactory
      Returns:
      a new object of class 'Operations Type'.
    • createOutputFormatListType

      public OutputFormatListType createOutputFormatListType()
      Specified by:
      createOutputFormatListType in interface WfsFactory
      Returns:
      a new object of class 'Output Format List Type'.
    • createPropertyType

      public PropertyType createPropertyType()
      Specified by:
      createPropertyType in interface WfsFactory
      Returns:
      a new object of class 'Property Type'.
    • createQueryType

      public QueryType createQueryType()
      Specified by:
      createQueryType in interface WfsFactory
      Returns:
      a new object of class 'Query Type'.
    • createTransactionResponseType

      public TransactionResponseType createTransactionResponseType()
      Specified by:
      createTransactionResponseType in interface WfsFactory
      Returns:
      a new object of class 'Transaction Response Type'.
    • createTransactionResultsType

      public TransactionResultsType createTransactionResultsType()
      Specified by:
      createTransactionResultsType in interface WfsFactory
      Returns:
      a new object of class 'Transaction Results Type'.
    • createTransactionSummaryType

      public TransactionSummaryType createTransactionSummaryType()
      Specified by:
      createTransactionSummaryType in interface WfsFactory
      Returns:
      a new object of class 'Transaction Summary Type'.
    • createTransactionType

      public TransactionType createTransactionType()
      Specified by:
      createTransactionType in interface WfsFactory
      Returns:
      a new object of class 'Transaction Type'.
    • createUpdateElementType

      public UpdateElementType createUpdateElementType()
      Specified by:
      createUpdateElementType in interface WfsFactory
      Returns:
      a new object of class 'Update Element Type'.
    • createWFSCapabilitiesType

      public WFSCapabilitiesType createWFSCapabilitiesType()
      Specified by:
      createWFSCapabilitiesType in interface WfsFactory
      Returns:
      a new object of class 'WFS Capabilities Type'.
    • createXlinkPropertyNameType

      public XlinkPropertyNameType createXlinkPropertyNameType()
      Specified by:
      createXlinkPropertyNameType in interface WfsFactory
      Returns:
      a new object of class 'Xlink Property Name Type'.
    • createAllSomeTypeFromString

      public AllSomeType createAllSomeTypeFromString(EDataType eDataType, String initialValue)
    • convertAllSomeTypeToString

      public String convertAllSomeTypeToString(EDataType eDataType, Object instanceValue)
    • createIdentifierGenerationOptionTypeFromString

      public IdentifierGenerationOptionType createIdentifierGenerationOptionTypeFromString(EDataType eDataType, String initialValue)
    • convertIdentifierGenerationOptionTypeToString

      public String convertIdentifierGenerationOptionTypeToString(EDataType eDataType, Object instanceValue)
    • createOperationTypeFromString

      public OperationType createOperationTypeFromString(EDataType eDataType, String initialValue)
    • convertOperationTypeToString

      public String convertOperationTypeToString(EDataType eDataType, Object instanceValue)
    • createResultTypeTypeFromString

      public ResultTypeType createResultTypeTypeFromString(EDataType eDataType, String initialValue)
    • convertResultTypeTypeToString

      public String convertResultTypeTypeToString(EDataType eDataType, Object instanceValue)
    • createServiceTypeFromString

      public String createServiceTypeFromString(EDataType eDataType, String initialValue)
    • convertServiceTypeToString

      public String convertServiceTypeToString(EDataType eDataType, Object instanceValue)
    • createFilterFromString

      public Filter createFilterFromString(EDataType eDataType, String initialValue)
    • convertFilterToString

      public String convertFilterToString(EDataType eDataType, Object instanceValue)
    • createFilterCapabilitiesFromString

      public FilterCapabilities createFilterCapabilitiesFromString(EDataType eDataType, String initialValue)
    • convertFilterCapabilitiesToString

      public String convertFilterCapabilitiesToString(EDataType eDataType, Object instanceValue)
    • createQNameFromString

      public QName createQNameFromString(EDataType eDataType, String initialValue)
    • convertQNameToString

      public String convertQNameToString(EDataType eDataType, Object instanceValue)
    • createCalendarFromString

      public Calendar createCalendarFromString(EDataType eDataType, String initialValue)
    • convertCalendarToString

      public String convertCalendarToString(EDataType eDataType, Object instanceValue)
    • createFeatureCollectionFromString

      public FeatureCollection createFeatureCollectionFromString(EDataType eDataType, String initialValue)
    • convertFeatureCollectionToString

      public String convertFeatureCollectionToString(EDataType eDataType, Object instanceValue)
    • createFeatureIdFromString

      public FeatureId createFeatureIdFromString(EDataType eDataType, String initialValue)
    • convertFeatureIdToString

      public String convertFeatureIdToString(EDataType eDataType, Object instanceValue)
    • createServiceType_1FromString

      public String createServiceType_1FromString(EDataType eDataType, String initialValue)
    • convertServiceType_1ToString

      public String convertServiceType_1ToString(EDataType eDataType, Object instanceValue)
    • createURIFromString

      public URI createURIFromString(EDataType eDataType, String initialValue)
    • convertURIToString

      public String convertURIToString(EDataType eDataType, Object instanceValue)
    • createFormatTypeFromString

      public String createFormatTypeFromString(EDataType eDataType, String initialValue)
    • convertFormatTypeToString

      public String convertFormatTypeToString(EDataType eDataType, Object instanceValue)
    • createTypeTypeFromString

      public String createTypeTypeFromString(EDataType eDataType, String initialValue)
    • convertTypeTypeToString

      public String convertTypeTypeToString(EDataType eDataType, Object instanceValue)
    • createFunctionFromString

      public Function createFunctionFromString(EDataType eDataType, String initialValue)
    • convertFunctionToString

      public String convertFunctionToString(EDataType eDataType, Object instanceValue)
    • createSortByFromString

      public SortBy createSortByFromString(EDataType eDataType, String initialValue)
    • convertSortByToString

      public String convertSortByToString(EDataType eDataType, Object instanceValue)
    • createTypeNameListTypeFromString

      public List createTypeNameListTypeFromString(EDataType eDataType, String initialValue)
    • convertTypeNameListTypeToString

      public String convertTypeNameListTypeToString(EDataType eDataType, Object instanceValue)
    • createMapFromString

      public Map createMapFromString(EDataType eDataType, String initialValue)
    • convertMapToString

      public String convertMapToString(EDataType eDataType, Object instanceValue)
    • getWfsPackage

      public WfsPackage getWfsPackage()
      Specified by:
      getWfsPackage in interface WfsFactory
      Returns:
      the package supported by this factory.
    • getPackage

      public static WfsPackage getPackage()
      Deprecated.