Package net.opengis.wfs20
Interface Wfs20Factory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
Wfs20FactoryImpl
public interface Wfs20Factory
extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Wfs20Factory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Abstract Type'.Returns a new object of class 'Action Results Type'.Returns a new object of class 'Additional Objects Type'.Returns a new object of class 'Additional Values Type'.Returns a new object of class 'Created Or Modified Feature Type'.Returns a new object of class 'Create Stored Query Response Type'.Returns a new object of class 'Create Stored Query Type'.Returns a new object of class 'Delete Type'.Returns a new object of class 'Describe Feature Type Type'.Returns a new object of class 'Describe Stored Queries Response Type'.Returns a new object of class 'Describe Stored Queries Type'.Returns a new object of class 'Document Root'.Returns a new object of class 'Drop Stored Query Type'.Returns a new object of class 'Element Type'.Returns a new object of class 'Empty Type'.Returns a new object of class 'Envelope Property Type'.Returns a new object of class 'Execution Status Type'.Returns a new object of class 'Extended Description Type'.Returns a new object of class 'Feature Collection Type'.Returns a new object of class 'Features Locked Type'.Returns a new object of class 'Features Not Locked Type'.Returns a new object of class 'Feature Type List Type'.Returns a new object of class 'Feature Type Type'.Returns a new object of class 'Get Capabilities Type'.Returns a new object of class 'Get Feature Type'.Returns a new object of class 'Get Feature With Lock Type'.Returns a new object of class 'Get Property Value Type'.Returns a new object of class 'Insert Type'.Returns a new object of class 'List Stored Queries Response Type'.Returns a new object of class 'List Stored Queries Type'.Returns a new object of class 'Lock Feature Response Type'.Returns a new object of class 'Lock Feature Type'.Returns a new object of class 'Member Property Type'.Returns a new object of class 'Metadata URL Type'.Returns a new object of class 'Native Type'.Returns a new object of class 'No CRS Type'.Returns a new object of class 'Output Format List Type'.Returns a new object of class 'Parameter Expression Type'.Returns a new object of class 'Parameter Type'.Returns a new object of class 'Property Name Type'.Returns a new object of class 'Property Type'.Returns a new object of class 'Query Expression Text Type'.Returns a new object of class 'Query Type'.Returns a new object of class 'Replace Type'.Returns a new object of class 'Simple Feature Collection Type'.Returns a new object of class 'Stored Query Description Type'.Returns a new object of class 'Stored Query List Item Type'.Returns a new object of class 'Stored Query Type'.Returns a new object of class 'Title Type'.Returns a new object of class 'Transaction Response Type'.Returns a new object of class 'Transaction Summary Type'.Returns a new object of class 'Transaction Type'.Returns a new object of class 'Truncated Response Type'.Returns a new object of class 'Tuple Type'.Returns a new object of class 'Update Type'.Returns a new object of class 'Value Collection Type'.Returns a new object of class 'Value List Type'.Returns a new object of class 'Value Reference Type'.Returns a new object of class 'WFS Capabilities Type'.Returns a new object of class 'WSDL Type'.Returns the package supported by this factory.Methods inherited from interface EFactory
convertToString, create, createFromString, getEPackage, setEPackage
Methods inherited from interface EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eINSTANCE
The singleton instance of the factory.
-
-
Method Details
-
createAbstractType
AbstractType createAbstractType()Returns a new object of class 'Abstract Type'.- Returns:
- a new object of class 'Abstract Type'.
-
createActionResultsType
ActionResultsType createActionResultsType()Returns a new object of class 'Action Results Type'.- Returns:
- a new object of class 'Action Results Type'.
-
createAdditionalObjectsType
AdditionalObjectsType createAdditionalObjectsType()Returns a new object of class 'Additional Objects Type'.- Returns:
- a new object of class 'Additional Objects Type'.
-
createAdditionalValuesType
AdditionalValuesType createAdditionalValuesType()Returns a new object of class 'Additional Values Type'.- Returns:
- a new object of class 'Additional Values Type'.
-
createCreatedOrModifiedFeatureType
CreatedOrModifiedFeatureType createCreatedOrModifiedFeatureType()Returns a new object of class 'Created Or Modified Feature Type'.- Returns:
- a new object of class 'Created Or Modified Feature Type'.
-
createCreateStoredQueryResponseType
CreateStoredQueryResponseType createCreateStoredQueryResponseType()Returns a new object of class 'Create Stored Query Response Type'.- Returns:
- a new object of class 'Create Stored Query Response Type'.
-
createCreateStoredQueryType
CreateStoredQueryType createCreateStoredQueryType()Returns a new object of class 'Create Stored Query Type'.- Returns:
- a new object of class 'Create Stored Query Type'.
-
createDeleteType
DeleteType createDeleteType()Returns a new object of class 'Delete Type'.- Returns:
- a new object of class 'Delete Type'.
-
createDescribeFeatureTypeType
DescribeFeatureTypeType createDescribeFeatureTypeType()Returns a new object of class 'Describe Feature Type Type'.- Returns:
- a new object of class 'Describe Feature Type Type'.
-
createDescribeStoredQueriesResponseType
DescribeStoredQueriesResponseType createDescribeStoredQueriesResponseType()Returns a new object of class 'Describe Stored Queries Response Type'.- Returns:
- a new object of class 'Describe Stored Queries Response Type'.
-
createDescribeStoredQueriesType
DescribeStoredQueriesType createDescribeStoredQueriesType()Returns a new object of class 'Describe Stored Queries Type'.- Returns:
- a new object of class 'Describe Stored Queries Type'.
-
createDocumentRoot
DocumentRoot createDocumentRoot()Returns a new object of class 'Document Root'.- Returns:
- a new object of class 'Document Root'.
-
createDropStoredQueryType
DropStoredQueryType createDropStoredQueryType()Returns a new object of class 'Drop Stored Query Type'.- Returns:
- a new object of class 'Drop Stored Query Type'.
-
createElementType
ElementType createElementType()Returns a new object of class 'Element Type'.- Returns:
- a new object of class 'Element Type'.
-
createEmptyType
EmptyType createEmptyType()Returns a new object of class 'Empty Type'.- Returns:
- a new object of class 'Empty Type'.
-
createEnvelopePropertyType
EnvelopePropertyType createEnvelopePropertyType()Returns a new object of class 'Envelope Property Type'.- Returns:
- a new object of class 'Envelope Property Type'.
-
createExecutionStatusType
ExecutionStatusType createExecutionStatusType()Returns a new object of class 'Execution Status Type'.- Returns:
- a new object of class 'Execution Status Type'.
-
createExtendedDescriptionType
ExtendedDescriptionType createExtendedDescriptionType()Returns a new object of class 'Extended Description Type'.- Returns:
- a new object of class 'Extended Description Type'.
-
createFeatureCollectionType
FeatureCollectionType createFeatureCollectionType()Returns a new object of class 'Feature Collection Type'.- Returns:
- a new object of class 'Feature Collection Type'.
-
createFeaturesLockedType
FeaturesLockedType createFeaturesLockedType()Returns a new object of class 'Features Locked Type'.- Returns:
- a new object of class 'Features Locked Type'.
-
createFeaturesNotLockedType
FeaturesNotLockedType createFeaturesNotLockedType()Returns a new object of class 'Features Not Locked Type'.- Returns:
- a new object of class 'Features Not Locked Type'.
-
createFeatureTypeListType
FeatureTypeListType createFeatureTypeListType()Returns a new object of class 'Feature Type List Type'.- Returns:
- a new object of class 'Feature Type List Type'.
-
createFeatureTypeType
FeatureTypeType createFeatureTypeType()Returns a new object of class 'Feature Type Type'.- Returns:
- a new object of class 'Feature Type Type'.
-
createGetCapabilitiesType
GetCapabilitiesType createGetCapabilitiesType()Returns a new object of class 'Get Capabilities Type'.- Returns:
- a new object of class 'Get Capabilities Type'.
-
createGetFeatureType
GetFeatureType createGetFeatureType()Returns a new object of class 'Get Feature Type'.- Returns:
- a new object of class 'Get Feature Type'.
-
createGetFeatureWithLockType
GetFeatureWithLockType createGetFeatureWithLockType()Returns a new object of class 'Get Feature With Lock Type'.- Returns:
- a new object of class 'Get Feature With Lock Type'.
-
createGetPropertyValueType
GetPropertyValueType createGetPropertyValueType()Returns a new object of class 'Get Property Value Type'.- Returns:
- a new object of class 'Get Property Value Type'.
-
createInsertType
InsertType createInsertType()Returns a new object of class 'Insert Type'.- Returns:
- a new object of class 'Insert Type'.
-
createListStoredQueriesResponseType
ListStoredQueriesResponseType createListStoredQueriesResponseType()Returns a new object of class 'List Stored Queries Response Type'.- Returns:
- a new object of class 'List Stored Queries Response Type'.
-
createListStoredQueriesType
ListStoredQueriesType createListStoredQueriesType()Returns a new object of class 'List Stored Queries Type'.- Returns:
- a new object of class 'List Stored Queries Type'.
-
createLockFeatureResponseType
LockFeatureResponseType createLockFeatureResponseType()Returns a new object of class 'Lock Feature Response Type'.- Returns:
- a new object of class 'Lock Feature Response Type'.
-
createLockFeatureType
LockFeatureType createLockFeatureType()Returns a new object of class 'Lock Feature Type'.- Returns:
- a new object of class 'Lock Feature Type'.
-
createMemberPropertyType
MemberPropertyType createMemberPropertyType()Returns a new object of class 'Member Property Type'.- Returns:
- a new object of class 'Member Property Type'.
-
createMetadataURLType
MetadataURLType createMetadataURLType()Returns a new object of class 'Metadata URL Type'.- Returns:
- a new object of class 'Metadata URL Type'.
-
createNativeType
NativeType createNativeType()Returns a new object of class 'Native Type'.- Returns:
- a new object of class 'Native Type'.
-
createNoCRSType
NoCRSType createNoCRSType()Returns a new object of class 'No CRS Type'.- Returns:
- a new object of class 'No CRS Type'.
-
createOutputFormatListType
OutputFormatListType createOutputFormatListType()Returns a new object of class 'Output Format List Type'.- Returns:
- a new object of class 'Output Format List Type'.
-
createParameterExpressionType
ParameterExpressionType createParameterExpressionType()Returns a new object of class 'Parameter Expression Type'.- Returns:
- a new object of class 'Parameter Expression Type'.
-
createParameterType
ParameterType createParameterType()Returns a new object of class 'Parameter Type'.- Returns:
- a new object of class 'Parameter Type'.
-
createPropertyNameType
PropertyNameType createPropertyNameType()Returns a new object of class 'Property Name Type'.- Returns:
- a new object of class 'Property Name Type'.
-
createPropertyType
PropertyType createPropertyType()Returns a new object of class 'Property Type'.- Returns:
- a new object of class 'Property Type'.
-
createQueryExpressionTextType
QueryExpressionTextType createQueryExpressionTextType()Returns a new object of class 'Query Expression Text Type'.- Returns:
- a new object of class 'Query Expression Text Type'.
-
createQueryType
QueryType createQueryType()Returns a new object of class 'Query Type'.- Returns:
- a new object of class 'Query Type'.
-
createReplaceType
ReplaceType createReplaceType()Returns a new object of class 'Replace Type'.- Returns:
- a new object of class 'Replace Type'.
-
createSimpleFeatureCollectionType
SimpleFeatureCollectionType createSimpleFeatureCollectionType()Returns a new object of class 'Simple Feature Collection Type'.- Returns:
- a new object of class 'Simple Feature Collection Type'.
-
createStoredQueryDescriptionType
StoredQueryDescriptionType createStoredQueryDescriptionType()Returns a new object of class 'Stored Query Description Type'.- Returns:
- a new object of class 'Stored Query Description Type'.
-
createStoredQueryListItemType
StoredQueryListItemType createStoredQueryListItemType()Returns a new object of class 'Stored Query List Item Type'.- Returns:
- a new object of class 'Stored Query List Item Type'.
-
createStoredQueryType
StoredQueryType createStoredQueryType()Returns a new object of class 'Stored Query Type'.- Returns:
- a new object of class 'Stored Query Type'.
-
createTitleType
TitleType createTitleType()Returns a new object of class 'Title Type'.- Returns:
- a new object of class 'Title Type'.
-
createTransactionResponseType
TransactionResponseType createTransactionResponseType()Returns a new object of class 'Transaction Response Type'.- Returns:
- a new object of class 'Transaction Response Type'.
-
createTransactionSummaryType
TransactionSummaryType createTransactionSummaryType()Returns a new object of class 'Transaction Summary Type'.- Returns:
- a new object of class 'Transaction Summary Type'.
-
createTransactionType
TransactionType createTransactionType()Returns a new object of class 'Transaction Type'.- Returns:
- a new object of class 'Transaction Type'.
-
createTruncatedResponseType
TruncatedResponseType createTruncatedResponseType()Returns a new object of class 'Truncated Response Type'.- Returns:
- a new object of class 'Truncated Response Type'.
-
createTupleType
TupleType createTupleType()Returns a new object of class 'Tuple Type'.- Returns:
- a new object of class 'Tuple Type'.
-
createUpdateType
UpdateType createUpdateType()Returns a new object of class 'Update Type'.- Returns:
- a new object of class 'Update Type'.
-
createValueCollectionType
ValueCollectionType createValueCollectionType()Returns a new object of class 'Value Collection Type'.- Returns:
- a new object of class 'Value Collection Type'.
-
createValueListType
ValueListType createValueListType()Returns a new object of class 'Value List Type'.- Returns:
- a new object of class 'Value List Type'.
-
createValueReferenceType
ValueReferenceType createValueReferenceType()Returns a new object of class 'Value Reference Type'.- Returns:
- a new object of class 'Value Reference Type'.
-
createWFSCapabilitiesType
WFSCapabilitiesType createWFSCapabilitiesType()Returns a new object of class 'WFS Capabilities Type'.- Returns:
- a new object of class 'WFS Capabilities Type'.
-
createWSDLType
WSDLType createWSDLType()Returns a new object of class 'WSDL Type'.- Returns:
- a new object of class 'WSDL Type'.
-
getWfs20Package
Wfs20Package getWfs20Package()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-