Package net.opengis.wcs20.impl
Class Wcs20FactoryImpl
Object
BasicNotifierImpl
BasicEObjectImpl
MinimalEObjectImpl
MinimalEObjectImpl.Container
EModelElementImpl
EFactoryImpl
Wcs20FactoryImpl
- All Implemented Interfaces:
Wcs20Factory
,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 Wcs20Factory
eINSTANCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertContainmentTypeToString
(EDataType eDataType, Object instanceValue) convertFilterToString
(EDataType eDataType, Object instanceValue) convertQNameToString
(EDataType eDataType, Object instanceValue) convertSectionToString
(EDataType eDataType, Object instanceValue) convertSortByToString
(EDataType eDataType, Object instanceValue) convertToString
(EDataType eDataType, Object instanceValue) convertVersionStringType_1ToString
(EDataType eDataType, Object instanceValue) convertVersionStringTypeToString
(EDataType eDataType, Object instanceValue) EObject
create
(EClass eClass) createContainmentTypeFromString
(EDataType eDataType, String initialValue) createFilterFromString
(EDataType eDataType, String initialValue) createFromString
(EDataType eDataType, String initialValue) createQNameFromString
(EDataType eDataType, String initialValue) createSectionFromString
(EDataType eDataType, String initialValue) createSortByFromString
(EDataType eDataType, String initialValue) createVersionStringType_1FromString
(EDataType eDataType, String initialValue) createVersionStringTypeFromString
(EDataType eDataType, String initialValue) static Wcs20Package
Deprecated.static Wcs20Factory
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
-
Wcs20FactoryImpl
public Wcs20FactoryImpl()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
-
createCapabilitiesType
- Specified by:
createCapabilitiesType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Capabilities Type'.
-
createContentsType
- Specified by:
createContentsType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Contents Type'.
-
createCoverageDescriptionsType
- Specified by:
createCoverageDescriptionsType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Coverage Descriptions Type'.
-
createCoverageDescriptionType
- Specified by:
createCoverageDescriptionType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Coverage Description Type'.
-
createCoverageOfferingsType
- Specified by:
createCoverageOfferingsType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Coverage Offerings Type'.
-
createCoverageSubtypeParentType
- Specified by:
createCoverageSubtypeParentType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Coverage Subtype Parent Type'.
-
createCoverageSummaryType
- Specified by:
createCoverageSummaryType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Coverage Summary Type'.
-
createDescribeCoverageType
- Specified by:
createDescribeCoverageType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Describe Coverage Type'.
-
createDimensionSliceType
- Specified by:
createDimensionSliceType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Dimension Slice Type'.
-
createDimensionTrimType
- Specified by:
createDimensionTrimType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Dimension Trim Type'.
-
createDocumentRoot
- Specified by:
createDocumentRoot
in interfaceWcs20Factory
- Returns:
- a new object of class 'Document Root'.
-
createExtensionType
- Specified by:
createExtensionType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Extension Type'.
-
createGetCapabilitiesType
- Specified by:
createGetCapabilitiesType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Get Capabilities Type'.
-
createGetCoverageType
- Specified by:
createGetCoverageType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Get Coverage Type'.
-
createOfferedCoverageType
- Specified by:
createOfferedCoverageType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Offered Coverage Type'.
-
createServiceMetadataType
- Specified by:
createServiceMetadataType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Service Metadata Type'.
-
createServiceParametersType
- Specified by:
createServiceParametersType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Service Parameters Type'.
-
createExtensionItemType
- Specified by:
createExtensionItemType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Extension Item Type'.
-
createRangeIntervalType
- Specified by:
createRangeIntervalType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Range Interval Type'.
-
createRangeItemType
- Specified by:
createRangeItemType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Range Item Type'.
-
createRangeSubsetType
- Specified by:
createRangeSubsetType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Range Subset Type'.
-
createScaleAxisByFactorType
- Specified by:
createScaleAxisByFactorType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Scale Axis By Factor Type'.
-
createScaleAxisType
- Specified by:
createScaleAxisType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Scale Axis Type'.
-
createScaleByFactorType
- Specified by:
createScaleByFactorType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Scale By Factor Type'.
-
createScaleToExtentType
- Specified by:
createScaleToExtentType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Scale To Extent Type'.
-
createScaleToSizeType
- Specified by:
createScaleToSizeType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Scale To Size Type'.
-
createScalingType
- Specified by:
createScalingType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Scaling Type'.
-
createTargetAxisExtentType
- Specified by:
createTargetAxisExtentType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Target Axis Extent Type'.
-
createTargetAxisSizeType
- Specified by:
createTargetAxisSizeType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Target Axis Size Type'.
-
createInterpolationAxesType
- Specified by:
createInterpolationAxesType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Interpolation Axes Type'.
-
createInterpolationAxisType
- Specified by:
createInterpolationAxisType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Interpolation Axis Type'.
-
createInterpolationMethodType
- Specified by:
createInterpolationMethodType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Interpolation Method Type'.
-
createInterpolationType
- Specified by:
createInterpolationType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Interpolation Type'.
-
createDescribeEOCoverageSetType
- Specified by:
createDescribeEOCoverageSetType
in interfaceWcs20Factory
- Returns:
- a new object of class 'Describe EO Coverage Set Type'.
-
createSections
- Specified by:
createSections
in interfaceWcs20Factory
- Returns:
- a new object of class 'Sections'.
-
createContainmentTypeFromString
-
convertContainmentTypeToString
-
createSectionFromString
-
convertSectionToString
-
createVersionStringTypeFromString
-
convertVersionStringTypeToString
-
createVersionStringType_1FromString
-
convertVersionStringType_1ToString
-
createQNameFromString
-
convertQNameToString
-
createFilterFromString
-
convertFilterToString
-
createSortByFromString
-
convertSortByToString
-
getWcs20Package
- Specified by:
getWcs20Package
in interfaceWcs20Factory
- Returns:
- the package supported by this factory.
-
getPackage
Deprecated.
-