Package net.opengis.wfs20
Interface Wfs20Factory
- 
- All Superinterfaces:
- EFactory,- EModelElement,- EObject,- Notifier
 - All Known Implementing Classes:
- Wfs20FactoryImpl
 
 public interface Wfs20Factory extends EFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
- Wfs20Package
 
- 
- 
Field SummaryFields Modifier and Type Field Description static Wfs20FactoryeINSTANCEThe singleton instance of the factory.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractTypecreateAbstractType()Returns a new object of class 'Abstract Type'.ActionResultsTypecreateActionResultsType()Returns a new object of class 'Action Results Type'.AdditionalObjectsTypecreateAdditionalObjectsType()Returns a new object of class 'Additional Objects Type'.AdditionalValuesTypecreateAdditionalValuesType()Returns a new object of class 'Additional Values Type'.CreatedOrModifiedFeatureTypecreateCreatedOrModifiedFeatureType()Returns a new object of class 'Created Or Modified Feature Type'.CreateStoredQueryResponseTypecreateCreateStoredQueryResponseType()Returns a new object of class 'Create Stored Query Response Type'.CreateStoredQueryTypecreateCreateStoredQueryType()Returns a new object of class 'Create Stored Query Type'.DeleteTypecreateDeleteType()Returns a new object of class 'Delete Type'.DescribeFeatureTypeTypecreateDescribeFeatureTypeType()Returns a new object of class 'Describe Feature Type Type'.DescribeStoredQueriesResponseTypecreateDescribeStoredQueriesResponseType()Returns a new object of class 'Describe Stored Queries Response Type'.DescribeStoredQueriesTypecreateDescribeStoredQueriesType()Returns a new object of class 'Describe Stored Queries Type'.DocumentRootcreateDocumentRoot()Returns a new object of class 'Document Root'.DropStoredQueryTypecreateDropStoredQueryType()Returns a new object of class 'Drop Stored Query Type'.ElementTypecreateElementType()Returns a new object of class 'Element Type'.EmptyTypecreateEmptyType()Returns a new object of class 'Empty Type'.EnvelopePropertyTypecreateEnvelopePropertyType()Returns a new object of class 'Envelope Property Type'.ExecutionStatusTypecreateExecutionStatusType()Returns a new object of class 'Execution Status Type'.ExtendedDescriptionTypecreateExtendedDescriptionType()Returns a new object of class 'Extended Description Type'.FeatureCollectionTypecreateFeatureCollectionType()Returns a new object of class 'Feature Collection Type'.FeaturesLockedTypecreateFeaturesLockedType()Returns a new object of class 'Features Locked Type'.FeaturesNotLockedTypecreateFeaturesNotLockedType()Returns a new object of class 'Features Not Locked Type'.FeatureTypeListTypecreateFeatureTypeListType()Returns a new object of class 'Feature Type List Type'.FeatureTypeTypecreateFeatureTypeType()Returns a new object of class 'Feature Type Type'.GetCapabilitiesTypecreateGetCapabilitiesType()Returns a new object of class 'Get Capabilities Type'.GetFeatureTypecreateGetFeatureType()Returns a new object of class 'Get Feature Type'.GetFeatureWithLockTypecreateGetFeatureWithLockType()Returns a new object of class 'Get Feature With Lock Type'.GetPropertyValueTypecreateGetPropertyValueType()Returns a new object of class 'Get Property Value Type'.InsertTypecreateInsertType()Returns a new object of class 'Insert Type'.ListStoredQueriesResponseTypecreateListStoredQueriesResponseType()Returns a new object of class 'List Stored Queries Response Type'.ListStoredQueriesTypecreateListStoredQueriesType()Returns a new object of class 'List Stored Queries Type'.LockFeatureResponseTypecreateLockFeatureResponseType()Returns a new object of class 'Lock Feature Response Type'.LockFeatureTypecreateLockFeatureType()Returns a new object of class 'Lock Feature Type'.MemberPropertyTypecreateMemberPropertyType()Returns a new object of class 'Member Property Type'.MetadataURLTypecreateMetadataURLType()Returns a new object of class 'Metadata URL Type'.NativeTypecreateNativeType()Returns a new object of class 'Native Type'.NoCRSTypecreateNoCRSType()Returns a new object of class 'No CRS Type'.OutputFormatListTypecreateOutputFormatListType()Returns a new object of class 'Output Format List Type'.ParameterExpressionTypecreateParameterExpressionType()Returns a new object of class 'Parameter Expression Type'.ParameterTypecreateParameterType()Returns a new object of class 'Parameter Type'.PropertyNameTypecreatePropertyNameType()Returns a new object of class 'Property Name Type'.PropertyTypecreatePropertyType()Returns a new object of class 'Property Type'.QueryExpressionTextTypecreateQueryExpressionTextType()Returns a new object of class 'Query Expression Text Type'.QueryTypecreateQueryType()Returns a new object of class 'Query Type'.ReplaceTypecreateReplaceType()Returns a new object of class 'Replace Type'.SimpleFeatureCollectionTypecreateSimpleFeatureCollectionType()Returns a new object of class 'Simple Feature Collection Type'.StoredQueryDescriptionTypecreateStoredQueryDescriptionType()Returns a new object of class 'Stored Query Description Type'.StoredQueryListItemTypecreateStoredQueryListItemType()Returns a new object of class 'Stored Query List Item Type'.StoredQueryTypecreateStoredQueryType()Returns a new object of class 'Stored Query Type'.TitleTypecreateTitleType()Returns a new object of class 'Title Type'.TransactionResponseTypecreateTransactionResponseType()Returns a new object of class 'Transaction Response Type'.TransactionSummaryTypecreateTransactionSummaryType()Returns a new object of class 'Transaction Summary Type'.TransactionTypecreateTransactionType()Returns a new object of class 'Transaction Type'.TruncatedResponseTypecreateTruncatedResponseType()Returns a new object of class 'Truncated Response Type'.TupleTypecreateTupleType()Returns a new object of class 'Tuple Type'.UpdateTypecreateUpdateType()Returns a new object of class 'Update Type'.ValueCollectionTypecreateValueCollectionType()Returns a new object of class 'Value Collection Type'.ValueListTypecreateValueListType()Returns a new object of class 'Value List Type'.ValueReferenceTypecreateValueReferenceType()Returns a new object of class 'Value Reference Type'.WFSCapabilitiesTypecreateWFSCapabilitiesType()Returns a new object of class 'WFS Capabilities Type'.WSDLTypecreateWSDLType()Returns a new object of class 'WSDL Type'.Wfs20PackagegetWfs20Package()Returns the package supported by this factory.- 
Methods inherited from interface EFactoryconvertToString, create, createFromString, getEPackage, setEPackage
 
- 
 
- 
- 
- 
Field Detail- 
eINSTANCEstatic final Wfs20Factory eINSTANCE The singleton instance of the factory.
 
- 
 - 
Method Detail- 
createAbstractTypeAbstractType createAbstractType() Returns a new object of class 'Abstract Type'.- Returns:
- a new object of class 'Abstract Type'.
 
 - 
createActionResultsTypeActionResultsType createActionResultsType() Returns a new object of class 'Action Results Type'.- Returns:
- a new object of class 'Action Results Type'.
 
 - 
createAdditionalObjectsTypeAdditionalObjectsType createAdditionalObjectsType() Returns a new object of class 'Additional Objects Type'.- Returns:
- a new object of class 'Additional Objects Type'.
 
 - 
createAdditionalValuesTypeAdditionalValuesType createAdditionalValuesType() Returns a new object of class 'Additional Values Type'.- Returns:
- a new object of class 'Additional Values Type'.
 
 - 
createCreatedOrModifiedFeatureTypeCreatedOrModifiedFeatureType createCreatedOrModifiedFeatureType() Returns a new object of class 'Created Or Modified Feature Type'.- Returns:
- a new object of class 'Created Or Modified Feature Type'.
 
 - 
createCreateStoredQueryResponseTypeCreateStoredQueryResponseType createCreateStoredQueryResponseType() Returns a new object of class 'Create Stored Query Response Type'.- Returns:
- a new object of class 'Create Stored Query Response Type'.
 
 - 
createCreateStoredQueryTypeCreateStoredQueryType createCreateStoredQueryType() Returns a new object of class 'Create Stored Query Type'.- Returns:
- a new object of class 'Create Stored Query Type'.
 
 - 
createDeleteTypeDeleteType createDeleteType() Returns a new object of class 'Delete Type'.- Returns:
- a new object of class 'Delete Type'.
 
 - 
createDescribeFeatureTypeTypeDescribeFeatureTypeType createDescribeFeatureTypeType() Returns a new object of class 'Describe Feature Type Type'.- Returns:
- a new object of class 'Describe Feature Type Type'.
 
 - 
createDescribeStoredQueriesResponseTypeDescribeStoredQueriesResponseType createDescribeStoredQueriesResponseType() Returns a new object of class 'Describe Stored Queries Response Type'.- Returns:
- a new object of class 'Describe Stored Queries Response Type'.
 
 - 
createDescribeStoredQueriesTypeDescribeStoredQueriesType createDescribeStoredQueriesType() Returns a new object of class 'Describe Stored Queries Type'.- Returns:
- a new object of class 'Describe Stored Queries Type'.
 
 - 
createDocumentRootDocumentRoot createDocumentRoot() Returns a new object of class 'Document Root'.- Returns:
- a new object of class 'Document Root'.
 
 - 
createDropStoredQueryTypeDropStoredQueryType createDropStoredQueryType() Returns a new object of class 'Drop Stored Query Type'.- Returns:
- a new object of class 'Drop Stored Query Type'.
 
 - 
createElementTypeElementType createElementType() Returns a new object of class 'Element Type'.- Returns:
- a new object of class 'Element Type'.
 
 - 
createEmptyTypeEmptyType createEmptyType() Returns a new object of class 'Empty Type'.- Returns:
- a new object of class 'Empty Type'.
 
 - 
createEnvelopePropertyTypeEnvelopePropertyType createEnvelopePropertyType() Returns a new object of class 'Envelope Property Type'.- Returns:
- a new object of class 'Envelope Property Type'.
 
 - 
createExecutionStatusTypeExecutionStatusType createExecutionStatusType() Returns a new object of class 'Execution Status Type'.- Returns:
- a new object of class 'Execution Status Type'.
 
 - 
createExtendedDescriptionTypeExtendedDescriptionType createExtendedDescriptionType() Returns a new object of class 'Extended Description Type'.- Returns:
- a new object of class 'Extended Description Type'.
 
 - 
createFeatureCollectionTypeFeatureCollectionType createFeatureCollectionType() Returns a new object of class 'Feature Collection Type'.- Returns:
- a new object of class 'Feature Collection Type'.
 
 - 
createFeaturesLockedTypeFeaturesLockedType createFeaturesLockedType() Returns a new object of class 'Features Locked Type'.- Returns:
- a new object of class 'Features Locked Type'.
 
 - 
createFeaturesNotLockedTypeFeaturesNotLockedType createFeaturesNotLockedType() Returns a new object of class 'Features Not Locked Type'.- Returns:
- a new object of class 'Features Not Locked Type'.
 
 - 
createFeatureTypeListTypeFeatureTypeListType createFeatureTypeListType() Returns a new object of class 'Feature Type List Type'.- Returns:
- a new object of class 'Feature Type List Type'.
 
 - 
createFeatureTypeTypeFeatureTypeType createFeatureTypeType() Returns a new object of class 'Feature Type Type'.- Returns:
- a new object of class 'Feature Type Type'.
 
 - 
createGetCapabilitiesTypeGetCapabilitiesType createGetCapabilitiesType() Returns a new object of class 'Get Capabilities Type'.- Returns:
- a new object of class 'Get Capabilities Type'.
 
 - 
createGetFeatureTypeGetFeatureType createGetFeatureType() Returns a new object of class 'Get Feature Type'.- Returns:
- a new object of class 'Get Feature Type'.
 
 - 
createGetFeatureWithLockTypeGetFeatureWithLockType createGetFeatureWithLockType() Returns a new object of class 'Get Feature With Lock Type'.- Returns:
- a new object of class 'Get Feature With Lock Type'.
 
 - 
createGetPropertyValueTypeGetPropertyValueType createGetPropertyValueType() Returns a new object of class 'Get Property Value Type'.- Returns:
- a new object of class 'Get Property Value Type'.
 
 - 
createInsertTypeInsertType createInsertType() Returns a new object of class 'Insert Type'.- Returns:
- a new object of class 'Insert Type'.
 
 - 
createListStoredQueriesResponseTypeListStoredQueriesResponseType createListStoredQueriesResponseType() Returns a new object of class 'List Stored Queries Response Type'.- Returns:
- a new object of class 'List Stored Queries Response Type'.
 
 - 
createListStoredQueriesTypeListStoredQueriesType createListStoredQueriesType() Returns a new object of class 'List Stored Queries Type'.- Returns:
- a new object of class 'List Stored Queries Type'.
 
 - 
createLockFeatureResponseTypeLockFeatureResponseType createLockFeatureResponseType() Returns a new object of class 'Lock Feature Response Type'.- Returns:
- a new object of class 'Lock Feature Response Type'.
 
 - 
createLockFeatureTypeLockFeatureType createLockFeatureType() Returns a new object of class 'Lock Feature Type'.- Returns:
- a new object of class 'Lock Feature Type'.
 
 - 
createMemberPropertyTypeMemberPropertyType createMemberPropertyType() Returns a new object of class 'Member Property Type'.- Returns:
- a new object of class 'Member Property Type'.
 
 - 
createMetadataURLTypeMetadataURLType createMetadataURLType() Returns a new object of class 'Metadata URL Type'.- Returns:
- a new object of class 'Metadata URL Type'.
 
 - 
createNativeTypeNativeType createNativeType() Returns a new object of class 'Native Type'.- Returns:
- a new object of class 'Native Type'.
 
 - 
createNoCRSTypeNoCRSType createNoCRSType() Returns a new object of class 'No CRS Type'.- Returns:
- a new object of class 'No CRS Type'.
 
 - 
createOutputFormatListTypeOutputFormatListType createOutputFormatListType() Returns a new object of class 'Output Format List Type'.- Returns:
- a new object of class 'Output Format List Type'.
 
 - 
createParameterExpressionTypeParameterExpressionType createParameterExpressionType() Returns a new object of class 'Parameter Expression Type'.- Returns:
- a new object of class 'Parameter Expression Type'.
 
 - 
createParameterTypeParameterType createParameterType() Returns a new object of class 'Parameter Type'.- Returns:
- a new object of class 'Parameter Type'.
 
 - 
createPropertyNameTypePropertyNameType createPropertyNameType() Returns a new object of class 'Property Name Type'.- Returns:
- a new object of class 'Property Name Type'.
 
 - 
createPropertyTypePropertyType createPropertyType() Returns a new object of class 'Property Type'.- Returns:
- a new object of class 'Property Type'.
 
 - 
createQueryExpressionTextTypeQueryExpressionTextType createQueryExpressionTextType() Returns a new object of class 'Query Expression Text Type'.- Returns:
- a new object of class 'Query Expression Text Type'.
 
 - 
createQueryTypeQueryType createQueryType() Returns a new object of class 'Query Type'.- Returns:
- a new object of class 'Query Type'.
 
 - 
createReplaceTypeReplaceType createReplaceType() Returns a new object of class 'Replace Type'.- Returns:
- a new object of class 'Replace Type'.
 
 - 
createSimpleFeatureCollectionTypeSimpleFeatureCollectionType createSimpleFeatureCollectionType() Returns a new object of class 'Simple Feature Collection Type'.- Returns:
- a new object of class 'Simple Feature Collection Type'.
 
 - 
createStoredQueryDescriptionTypeStoredQueryDescriptionType createStoredQueryDescriptionType() Returns a new object of class 'Stored Query Description Type'.- Returns:
- a new object of class 'Stored Query Description Type'.
 
 - 
createStoredQueryListItemTypeStoredQueryListItemType createStoredQueryListItemType() Returns a new object of class 'Stored Query List Item Type'.- Returns:
- a new object of class 'Stored Query List Item Type'.
 
 - 
createStoredQueryTypeStoredQueryType createStoredQueryType() Returns a new object of class 'Stored Query Type'.- Returns:
- a new object of class 'Stored Query Type'.
 
 - 
createTitleTypeTitleType createTitleType() Returns a new object of class 'Title Type'.- Returns:
- a new object of class 'Title Type'.
 
 - 
createTransactionResponseTypeTransactionResponseType createTransactionResponseType() Returns a new object of class 'Transaction Response Type'.- Returns:
- a new object of class 'Transaction Response Type'.
 
 - 
createTransactionSummaryTypeTransactionSummaryType createTransactionSummaryType() Returns a new object of class 'Transaction Summary Type'.- Returns:
- a new object of class 'Transaction Summary Type'.
 
 - 
createTransactionTypeTransactionType createTransactionType() Returns a new object of class 'Transaction Type'.- Returns:
- a new object of class 'Transaction Type'.
 
 - 
createTruncatedResponseTypeTruncatedResponseType createTruncatedResponseType() Returns a new object of class 'Truncated Response Type'.- Returns:
- a new object of class 'Truncated Response Type'.
 
 - 
createTupleTypeTupleType createTupleType() Returns a new object of class 'Tuple Type'.- Returns:
- a new object of class 'Tuple Type'.
 
 - 
createUpdateTypeUpdateType createUpdateType() Returns a new object of class 'Update Type'.- Returns:
- a new object of class 'Update Type'.
 
 - 
createValueCollectionTypeValueCollectionType createValueCollectionType() Returns a new object of class 'Value Collection Type'.- Returns:
- a new object of class 'Value Collection Type'.
 
 - 
createValueListTypeValueListType createValueListType() Returns a new object of class 'Value List Type'.- Returns:
- a new object of class 'Value List Type'.
 
 - 
createValueReferenceTypeValueReferenceType createValueReferenceType() Returns a new object of class 'Value Reference Type'.- Returns:
- a new object of class 'Value Reference Type'.
 
 - 
createWFSCapabilitiesTypeWFSCapabilitiesType createWFSCapabilitiesType() Returns a new object of class 'WFS Capabilities Type'.- Returns:
- a new object of class 'WFS Capabilities Type'.
 
 - 
createWSDLTypeWSDLType createWSDLType() Returns a new object of class 'WSDL Type'.- Returns:
- a new object of class 'WSDL Type'.
 
 - 
getWfs20PackageWfs20Package getWfs20Package() Returns the package supported by this factory.- Returns:
- the package supported by this factory.
 
 
- 
 
-