Package net.opengis.gml.impl
Class GmlFactoryImpl
Object
BasicNotifierImpl
BasicEObjectImpl
MinimalEObjectImpl
MinimalEObjectImpl.Container
EModelElementImpl
EFactoryImpl
GmlFactoryImpl
- All Implemented Interfaces:
GmlFactory
,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 GmlFactory
eINSTANCE
Fields inherited from interface InternalEObject
EOPPOSITE_FEATURE_BASE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertDoubleListToString
(EDataType eDataType, Object instanceValue) convertGridEnvelopeToString
(EDataType eDataType, Object instanceValue) convertIntegerListToString
(EDataType eDataType, Object instanceValue) convertNameListToString
(EDataType eDataType, Object instanceValue) convertTemporalPositionTypeToString
(EDataType eDataType, Object instanceValue) convertTimeDurationTypeToString
(EDataType eDataType, Object instanceValue) convertTimeIndeterminateValueTypeObjectToString
(EDataType eDataType, Object instanceValue) convertTimeIndeterminateValueTypeToString
(EDataType eDataType, Object instanceValue) convertToString
(EDataType eDataType, Object instanceValue) convertVectorTypeBaseToString
(EDataType eDataType, Object instanceValue) EObject
create
(EClass eClass) createDoubleListFromString
(EDataType eDataType, String initialValue) createFromString
(EDataType eDataType, String initialValue) createGridEnvelopeFromString
(EDataType eDataType, String initialValue) createIntegerListFromString
(EDataType eDataType, String initialValue) createNameListFromString
(EDataType eDataType, String initialValue) createTemporalPositionTypeFromString
(EDataType eDataType, String initialValue) createTimeDurationTypeFromString
(EDataType eDataType, String initialValue) createTimeIndeterminateValueTypeFromString
(EDataType eDataType, String initialValue) createTimeIndeterminateValueTypeObjectFromString
(EDataType eDataType, String initialValue) createVectorTypeBaseFromString
(EDataType eDataType, String initialValue) static GmlPackage
Deprecated.static GmlFactory
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
-
GmlFactoryImpl
public GmlFactoryImpl()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
-
createAbstractRingPropertyType
- Specified by:
createAbstractRingPropertyType
in interfaceGmlFactory
- Returns:
- a new object of class 'Abstract Ring Property Type'.
-
createAbstractSurfaceType
- Specified by:
createAbstractSurfaceType
in interfaceGmlFactory
- Returns:
- a new object of class 'Abstract Surface Type'.
-
createBoundingShapeType
- Specified by:
createBoundingShapeType
in interfaceGmlFactory
- Returns:
- a new object of class 'Bounding Shape Type'.
-
createCodeListType
- Specified by:
createCodeListType
in interfaceGmlFactory
- Returns:
- a new object of class 'Code List Type'.
-
createCodeType
- Specified by:
createCodeType
in interfaceGmlFactory
- Returns:
- a new object of class 'Code Type'.
-
createDirectPositionType
- Specified by:
createDirectPositionType
in interfaceGmlFactory
- Returns:
- a new object of class 'Direct Position Type'.
-
createDocumentRoot
- Specified by:
createDocumentRoot
in interfaceGmlFactory
- Returns:
- a new object of class 'Document Root'.
-
createEnvelopeType
- Specified by:
createEnvelopeType
in interfaceGmlFactory
- Returns:
- a new object of class 'Envelope Type'.
-
createEnvelopeWithTimePeriodType
- Specified by:
createEnvelopeWithTimePeriodType
in interfaceGmlFactory
- Returns:
- a new object of class 'Envelope With Time Period Type'.
-
createGridEnvelopeType
- Specified by:
createGridEnvelopeType
in interfaceGmlFactory
- Returns:
- a new object of class 'Grid Envelope Type'.
-
createGridLimitsType
- Specified by:
createGridLimitsType
in interfaceGmlFactory
- Returns:
- a new object of class 'Grid Limits Type'.
-
createGridType
- Specified by:
createGridType
in interfaceGmlFactory
- Returns:
- a new object of class 'Grid Type'.
-
createLinearRingType
- Specified by:
createLinearRingType
in interfaceGmlFactory
- Returns:
- a new object of class 'Linear Ring Type'.
-
createMetaDataPropertyType
- Specified by:
createMetaDataPropertyType
in interfaceGmlFactory
- Returns:
- a new object of class 'Meta Data Property Type'.
-
createPointType
- Specified by:
createPointType
in interfaceGmlFactory
- Returns:
- a new object of class 'Point Type'.
-
createPolygonType
- Specified by:
createPolygonType
in interfaceGmlFactory
- Returns:
- a new object of class 'Polygon Type'.
-
createRectifiedGridType
- Specified by:
createRectifiedGridType
in interfaceGmlFactory
- Returns:
- a new object of class 'Rectified Grid Type'.
-
createReferenceType
- Specified by:
createReferenceType
in interfaceGmlFactory
- Returns:
- a new object of class 'Reference Type'.
-
createStringOrRefType
- Specified by:
createStringOrRefType
in interfaceGmlFactory
- Returns:
- a new object of class 'String Or Ref Type'.
-
createTimePositionType
- Specified by:
createTimePositionType
in interfaceGmlFactory
- Returns:
- a new object of class 'Time Position Type'.
-
createVectorType
- Specified by:
createVectorType
in interfaceGmlFactory
- Returns:
- a new object of class 'Vector Type'.
-
createTimeIndeterminateValueTypeFromString
public TimeIndeterminateValueType createTimeIndeterminateValueTypeFromString(EDataType eDataType, String initialValue) -
convertTimeIndeterminateValueTypeToString
-
createDoubleListFromString
-
convertDoubleListToString
-
createIntegerListFromString
-
convertIntegerListToString
-
createNameListFromString
-
convertNameListToString
-
createTemporalPositionTypeFromString
-
convertTemporalPositionTypeToString
-
createTimeDurationTypeFromString
-
convertTimeDurationTypeToString
-
createTimeIndeterminateValueTypeObjectFromString
public TimeIndeterminateValueType createTimeIndeterminateValueTypeObjectFromString(EDataType eDataType, String initialValue) -
convertTimeIndeterminateValueTypeObjectToString
public String convertTimeIndeterminateValueTypeObjectToString(EDataType eDataType, Object instanceValue) -
createVectorTypeBaseFromString
-
convertVectorTypeBaseToString
-
createGridEnvelopeFromString
-
convertGridEnvelopeToString
-
getGmlPackage
- Specified by:
getGmlPackage
in interfaceGmlFactory
- Returns:
- the package supported by this factory.
-
getPackage
Deprecated.
-