Package net.opengis.ows11.impl
Class Ows11FactoryImpl
Object
BasicNotifierImpl
BasicEObjectImpl
MinimalEObjectImpl
MinimalEObjectImpl.Container
EModelElementImpl
EFactoryImpl
Ows11FactoryImpl
- All Implemented Interfaces:
Ows11Factory
,Notifier
,EFactory
,EModelElement
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
,BinaryResourceImpl.DataConverter.Factory
An implementation of the model Factory.
-
Nested Class Summary
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
Nested classes/interfaces inherited from class MinimalEObjectImpl
MinimalEObjectImpl.Container
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
Nested classes/interfaces inherited from interface InternalEObject
InternalEObject.EStore
-
Field Summary
Fields inherited from class EFactoryImpl
EDATE_FORMATS, ePackage
Fields inherited from class EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
Fields inherited from class MinimalEObjectImpl.Container
eContainer
Fields inherited from class BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Fields inherited from interface EStructuralFeature.Internal.DynamicValueHolder
NIL
Fields inherited from interface InternalEObject
EOPPOSITE_FEATURE_BASE
Fields inherited from interface Ows11Factory
eINSTANCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertMapToString
(EDataType eDataType, Object instanceValue) convertMimeTypeToString
(EDataType eDataType, Object instanceValue) convertPositionType2DToString
(EDataType eDataType, Object instanceValue) convertPositionTypeToString
(EDataType eDataType, Object instanceValue) convertRangeClosureTypeObjectToString
(EDataType eDataType, Object instanceValue) convertRangeClosureTypeToString
(EDataType eDataType, Object instanceValue) convertServiceTypeToString
(EDataType eDataType, Object instanceValue) convertToString
(EDataType eDataType, Object instanceValue) convertUpdateSequenceTypeToString
(EDataType eDataType, Object instanceValue) convertVersionType1ToString
(EDataType eDataType, Object instanceValue) convertVersionTypeToString
(EDataType eDataType, Object instanceValue) EObject
create
(EClass eClass) createFromString
(EDataType eDataType, String initialValue) createMapFromString
(EDataType eDataType, String initialValue) createMimeTypeFromString
(EDataType eDataType, String initialValue) createPositionType2DFromString
(EDataType eDataType, String initialValue) createPositionTypeFromString
(EDataType eDataType, String initialValue) createRangeClosureTypeFromString
(EDataType eDataType, String initialValue) createRangeClosureTypeObjectFromString
(EDataType eDataType, String initialValue) createServiceTypeFromString
(EDataType eDataType, String initialValue) createUpdateSequenceTypeFromString
(EDataType eDataType, String initialValue) createVersionType1FromString
(EDataType eDataType, String initialValue) createVersionTypeFromString
(EDataType eDataType, String initialValue) static Ows11Package
Deprecated.static Ows11Factory
init()
Creates the default factory implementation.Methods inherited from class EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split
Methods inherited from class EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
Methods inherited from class MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
Methods inherited from class MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
Methods inherited from class BasicNotifierImpl
eNotificationRequired, eNotify
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface EFactory
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 InternalEObject
eNotificationRequired
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Constructor Details
-
Ows11FactoryImpl
public Ows11FactoryImpl()Creates an instance of the factory.
-
-
Method Details
-
init
Creates the default factory implementation. -
create
public EObject create(EClass eClass) - Specified by:
create
in interfaceEFactory
- Overrides:
create
in classEFactoryImpl
-
createFromString
- Specified by:
createFromString
in interfaceEFactory
- Overrides:
createFromString
in classEFactoryImpl
-
convertToString
- Specified by:
convertToString
in interfaceEFactory
- Overrides:
convertToString
in classEFactoryImpl
-
createAbstractReferenceBaseType
- Specified by:
createAbstractReferenceBaseType
in interfaceOws11Factory
- Returns:
- a new object of class 'Abstract Reference Base Type'.
-
createAcceptFormatsType
- Specified by:
createAcceptFormatsType
in interfaceOws11Factory
- Returns:
- a new object of class 'Accept Formats Type'.
-
createAcceptVersionsType
- Specified by:
createAcceptVersionsType
in interfaceOws11Factory
- Returns:
- a new object of class 'Accept Versions Type'.
-
createAddressType
- Specified by:
createAddressType
in interfaceOws11Factory
- Returns:
- a new object of class 'Address Type'.
-
createAllowedValuesType
- Specified by:
createAllowedValuesType
in interfaceOws11Factory
- Returns:
- a new object of class 'Allowed Values Type'.
-
createAnyValueType
- Specified by:
createAnyValueType
in interfaceOws11Factory
- Returns:
- a new object of class 'Any Value Type'.
-
createBasicIdentificationType
- Specified by:
createBasicIdentificationType
in interfaceOws11Factory
- Returns:
- a new object of class 'Basic Identification Type'.
-
createBoundingBoxType
- Specified by:
createBoundingBoxType
in interfaceOws11Factory
- Returns:
- a new object of class 'Bounding Box Type'.
-
createCapabilitiesBaseType
- Specified by:
createCapabilitiesBaseType
in interfaceOws11Factory
- Returns:
- a new object of class 'Capabilities Base Type'.
-
createCodeType
- Specified by:
createCodeType
in interfaceOws11Factory
- Returns:
- a new object of class 'Code Type'.
-
createContactType
- Specified by:
createContactType
in interfaceOws11Factory
- Returns:
- a new object of class 'Contact Type'.
-
createContentsBaseType
- Specified by:
createContentsBaseType
in interfaceOws11Factory
- Returns:
- a new object of class 'Contents Base Type'.
-
createDatasetDescriptionSummaryBaseType
- Specified by:
createDatasetDescriptionSummaryBaseType
in interfaceOws11Factory
- Returns:
- a new object of class 'Dataset Description Summary Base Type'.
-
createDCPType
- Specified by:
createDCPType
in interfaceOws11Factory
- Returns:
- a new object of class 'DCP Type'.
-
createDescriptionType
- Specified by:
createDescriptionType
in interfaceOws11Factory
- Returns:
- a new object of class 'Description Type'.
-
createDocumentRoot
- Specified by:
createDocumentRoot
in interfaceOws11Factory
- Returns:
- a new object of class 'Document Root'.
-
createDomainMetadataType
- Specified by:
createDomainMetadataType
in interfaceOws11Factory
- Returns:
- a new object of class 'Domain Metadata Type'.
-
createDomainType
- Specified by:
createDomainType
in interfaceOws11Factory
- Returns:
- a new object of class 'Domain Type'.
-
createExceptionReportType
- Specified by:
createExceptionReportType
in interfaceOws11Factory
- Returns:
- a new object of class 'Exception Report Type'.
-
createExceptionType
- Specified by:
createExceptionType
in interfaceOws11Factory
- Returns:
- a new object of class 'Exception Type'.
-
createGetCapabilitiesType
- Specified by:
createGetCapabilitiesType
in interfaceOws11Factory
- Returns:
- a new object of class 'Get Capabilities Type'.
-
createGetResourceByIdType
- Specified by:
createGetResourceByIdType
in interfaceOws11Factory
- Returns:
- a new object of class 'Get Resource By Id Type'.
-
createHTTPType
- Specified by:
createHTTPType
in interfaceOws11Factory
- Returns:
- a new object of class 'HTTP Type'.
-
createIdentificationType
- Specified by:
createIdentificationType
in interfaceOws11Factory
- Returns:
- a new object of class 'Identification Type'.
-
createKeywordsType
- Specified by:
createKeywordsType
in interfaceOws11Factory
- Returns:
- a new object of class 'Keywords Type'.
-
createLanguageStringType
- Specified by:
createLanguageStringType
in interfaceOws11Factory
- Returns:
- a new object of class 'Language String Type'.
-
createManifestType
- Specified by:
createManifestType
in interfaceOws11Factory
- Returns:
- a new object of class 'Manifest Type'.
-
createMetadataType
- Specified by:
createMetadataType
in interfaceOws11Factory
- Returns:
- a new object of class 'Metadata Type'.
-
createNoValuesType
- Specified by:
createNoValuesType
in interfaceOws11Factory
- Returns:
- a new object of class 'No Values Type'.
-
createOnlineResourceType
- Specified by:
createOnlineResourceType
in interfaceOws11Factory
- Returns:
- a new object of class 'Online Resource Type'.
-
createOperationsMetadataType
- Specified by:
createOperationsMetadataType
in interfaceOws11Factory
- Returns:
- a new object of class 'Operations Metadata Type'.
-
createOperationType
- Specified by:
createOperationType
in interfaceOws11Factory
- Returns:
- a new object of class 'Operation Type'.
-
createRangeType
- Specified by:
createRangeType
in interfaceOws11Factory
- Returns:
- a new object of class 'Range Type'.
-
createReferenceGroupType
- Specified by:
createReferenceGroupType
in interfaceOws11Factory
- Returns:
- a new object of class 'Reference Group Type'.
-
createReferenceType
- Specified by:
createReferenceType
in interfaceOws11Factory
- Returns:
- a new object of class 'Reference Type'.
-
createRequestMethodType
- Specified by:
createRequestMethodType
in interfaceOws11Factory
- Returns:
- a new object of class 'Request Method Type'.
-
createResponsiblePartySubsetType
- Specified by:
createResponsiblePartySubsetType
in interfaceOws11Factory
- Returns:
- a new object of class 'Responsible Party Subset Type'.
-
createResponsiblePartyType
- Specified by:
createResponsiblePartyType
in interfaceOws11Factory
- Returns:
- a new object of class 'Responsible Party Type'.
-
createSectionsType
- Specified by:
createSectionsType
in interfaceOws11Factory
- Returns:
- a new object of class 'Sections Type'.
-
createServiceIdentificationType
- Specified by:
createServiceIdentificationType
in interfaceOws11Factory
- Returns:
- a new object of class 'Service Identification Type'.
-
createServiceProviderType
- Specified by:
createServiceProviderType
in interfaceOws11Factory
- Returns:
- a new object of class 'Service Provider Type'.
-
createServiceReferenceType
- Specified by:
createServiceReferenceType
in interfaceOws11Factory
- Returns:
- a new object of class 'Service Reference Type'.
-
createTelephoneType
- Specified by:
createTelephoneType
in interfaceOws11Factory
- Returns:
- a new object of class 'Telephone Type'.
-
createUnNamedDomainType
- Specified by:
createUnNamedDomainType
in interfaceOws11Factory
- Returns:
- a new object of class 'Un Named Domain Type'.
-
createValuesReferenceType
- Specified by:
createValuesReferenceType
in interfaceOws11Factory
- Returns:
- a new object of class 'Values Reference Type'.
-
createValueType
- Specified by:
createValueType
in interfaceOws11Factory
- Returns:
- a new object of class 'Value Type'.
-
createWGS84BoundingBoxType
- Specified by:
createWGS84BoundingBoxType
in interfaceOws11Factory
- Returns:
- a new object of class 'WGS84 Bounding Box Type'.
-
createRangeClosureTypeFromString
-
convertRangeClosureTypeToString
-
createMimeTypeFromString
-
convertMimeTypeToString
-
createPositionTypeFromString
-
convertPositionTypeToString
-
createPositionType2DFromString
-
convertPositionType2DToString
-
createRangeClosureTypeObjectFromString
public RangeClosureType createRangeClosureTypeObjectFromString(EDataType eDataType, String initialValue) -
convertRangeClosureTypeObjectToString
-
createServiceTypeFromString
-
convertServiceTypeToString
-
createUpdateSequenceTypeFromString
-
convertUpdateSequenceTypeToString
-
createVersionTypeFromString
-
convertVersionTypeToString
-
createVersionType1FromString
-
convertVersionType1ToString
-
createMapFromString
-
convertMapToString
-
getOws11Package
- Specified by:
getOws11Package
in interfaceOws11Factory
- Returns:
- the package supported by this factory.
-
getPackage
Deprecated.
-