Package net.opengis.wcs10.impl
Class Wcs10FactoryImpl
Object
BasicNotifierImpl
BasicEObjectImpl
MinimalEObjectImpl
MinimalEObjectImpl.Container
EModelElementImpl
EFactoryImpl
Wcs10FactoryImpl
- All Implemented Interfaces:
Wcs10Factory
,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 Wcs10Factory
eINSTANCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertCapabilitiesSectionTypeObjectToString
(EDataType eDataType, Object instanceValue) convertCapabilitiesSectionTypeToString
(EDataType eDataType, Object instanceValue) convertClosureTypeObjectToString
(EDataType eDataType, Object instanceValue) convertClosureTypeToString
(EDataType eDataType, Object instanceValue) convertInterpolationMethodTypeObjectToString
(EDataType eDataType, Object instanceValue) convertInterpolationMethodTypeToString
(EDataType eDataType, Object instanceValue) convertMapToString
(EDataType eDataType, Object instanceValue) convertMetadataTypeTypeObjectToString
(EDataType eDataType, Object instanceValue) convertMetadataTypeTypeToString
(EDataType eDataType, Object instanceValue) convertToString
(EDataType eDataType, Object instanceValue) EObject
create
(EClass eClass) createCapabilitiesSectionTypeFromString
(EDataType eDataType, String initialValue) createCapabilitiesSectionTypeObjectFromString
(EDataType eDataType, String initialValue) createClosureTypeFromString
(EDataType eDataType, String initialValue) createClosureTypeObjectFromString
(EDataType eDataType, String initialValue) createFromString
(EDataType eDataType, String initialValue) createInterpolationMethodTypeFromString
(EDataType eDataType, String initialValue) createInterpolationMethodTypeObjectFromString
(EDataType eDataType, String initialValue) createMapFromString
(EDataType eDataType, String initialValue) createMetadataTypeTypeFromString
(EDataType eDataType, String initialValue) createMetadataTypeTypeObjectFromString
(EDataType eDataType, String initialValue) static Wcs10Package
Deprecated.static Wcs10Factory
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
-
Wcs10FactoryImpl
public Wcs10FactoryImpl()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
-
createAddressType
- Specified by:
createAddressType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Address Type'.
-
createAxisDescriptionType
- Specified by:
createAxisDescriptionType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Axis Description Type'.
-
createAxisDescriptionType1
- Specified by:
createAxisDescriptionType1
in interfaceWcs10Factory
- Returns:
- a new object of class 'Axis Description Type1'.
-
createAxisSubsetType
- Specified by:
createAxisSubsetType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Axis Subset Type'.
-
createContactType
- Specified by:
createContactType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Contact Type'.
-
createContentMetadataType
- Specified by:
createContentMetadataType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Content Metadata Type'.
-
createCoverageDescriptionType
- Specified by:
createCoverageDescriptionType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Coverage Description Type'.
-
createCoverageOfferingBriefType
- Specified by:
createCoverageOfferingBriefType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Coverage Offering Brief Type'.
-
createCoverageOfferingType
- Specified by:
createCoverageOfferingType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Coverage Offering Type'.
-
createDCPTypeType
- Specified by:
createDCPTypeType
in interfaceWcs10Factory
- Returns:
- a new object of class 'DCP Type Type'.
-
createDescribeCoverageType
- Specified by:
createDescribeCoverageType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Describe Coverage Type'.
-
createDescribeCoverageType1
- Specified by:
createDescribeCoverageType1
in interfaceWcs10Factory
- Returns:
- a new object of class 'Describe Coverage Type1'.
-
createDocumentRoot
- Specified by:
createDocumentRoot
in interfaceWcs10Factory
- Returns:
- a new object of class 'Document Root'.
-
createDomainSetType
- Specified by:
createDomainSetType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Domain Set Type'.
-
createDomainSubsetType
- Specified by:
createDomainSubsetType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Domain Subset Type'.
-
createExceptionType
- Specified by:
createExceptionType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Exception Type'.
-
createGetCapabilitiesType
- Specified by:
createGetCapabilitiesType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Get Capabilities Type'.
-
createGetCapabilitiesType1
- Specified by:
createGetCapabilitiesType1
in interfaceWcs10Factory
- Returns:
- a new object of class 'Get Capabilities Type1'.
-
createGetCoverageType
- Specified by:
createGetCoverageType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Get Coverage Type'.
-
createGetCoverageType1
- Specified by:
createGetCoverageType1
in interfaceWcs10Factory
- Returns:
- a new object of class 'Get Coverage Type1'.
-
createGetType
- Specified by:
createGetType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Get Type'.
-
createHTTPType
- Specified by:
createHTTPType
in interfaceWcs10Factory
- Returns:
- a new object of class 'HTTP Type'.
-
createIntervalType
- Specified by:
createIntervalType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Interval Type'.
-
createKeywordsType
- Specified by:
createKeywordsType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Keywords Type'.
-
createLonLatEnvelopeBaseType
- Specified by:
createLonLatEnvelopeBaseType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Lon Lat Envelope Base Type'.
-
createLonLatEnvelopeType
- Specified by:
createLonLatEnvelopeType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Lon Lat Envelope Type'.
-
createMetadataAssociationType
- Specified by:
createMetadataAssociationType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Metadata Association Type'.
-
createMetadataLinkType
- Specified by:
createMetadataLinkType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Metadata Link Type'.
-
createOnlineResourceType
- Specified by:
createOnlineResourceType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Online Resource Type'.
-
createOutputType
- Specified by:
createOutputType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Output Type'.
-
createPostType
- Specified by:
createPostType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Post Type'.
-
createRangeSetType
- Specified by:
createRangeSetType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Range Set Type'.
-
createRangeSetType1
- Specified by:
createRangeSetType1
in interfaceWcs10Factory
- Returns:
- a new object of class 'Range Set Type1'.
-
createRangeSubsetType
- Specified by:
createRangeSubsetType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Range Subset Type'.
-
createRequestType
- Specified by:
createRequestType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Request Type'.
-
createResponsiblePartyType
- Specified by:
createResponsiblePartyType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Responsible Party Type'.
-
createServiceType
- Specified by:
createServiceType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Service Type'.
-
createSpatialDomainType
- Specified by:
createSpatialDomainType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Spatial Domain Type'.
-
createSpatialSubsetType
- Specified by:
createSpatialSubsetType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Spatial Subset Type'.
-
createSupportedCRSsType
- Specified by:
createSupportedCRSsType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Supported CR Ss Type'.
-
createSupportedFormatsType
- Specified by:
createSupportedFormatsType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Supported Formats Type'.
-
createSupportedInterpolationsType
- Specified by:
createSupportedInterpolationsType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Supported Interpolations Type'.
-
createTelephoneType
- Specified by:
createTelephoneType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Telephone Type'.
-
createTimePeriodType
- Specified by:
createTimePeriodType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Time Period Type'.
-
createTimeSequenceType
- Specified by:
createTimeSequenceType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Time Sequence Type'.
-
createTypedLiteralType
- Specified by:
createTypedLiteralType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Typed Literal Type'.
-
createValueEnumBaseType
- Specified by:
createValueEnumBaseType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Value Enum Base Type'.
-
createValueEnumType
- Specified by:
createValueEnumType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Value Enum Type'.
-
createValueRangeType
- Specified by:
createValueRangeType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Value Range Type'.
-
createValuesType
- Specified by:
createValuesType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Values Type'.
-
createVendorSpecificCapabilitiesType
- Specified by:
createVendorSpecificCapabilitiesType
in interfaceWcs10Factory
- Returns:
- a new object of class 'Vendor Specific Capabilities Type'.
-
createWCSCapabilitiesType
- Specified by:
createWCSCapabilitiesType
in interfaceWcs10Factory
- Returns:
- a new object of class 'WCS Capabilities Type'.
-
createWCSCapabilityType
- Specified by:
createWCSCapabilityType
in interfaceWcs10Factory
- Returns:
- a new object of class 'WCS Capability Type'.
-
createCapabilitiesSectionTypeFromString
public CapabilitiesSectionType createCapabilitiesSectionTypeFromString(EDataType eDataType, String initialValue) -
convertCapabilitiesSectionTypeToString
-
createClosureTypeFromString
-
convertClosureTypeToString
-
createInterpolationMethodTypeFromString
public InterpolationMethodType createInterpolationMethodTypeFromString(EDataType eDataType, String initialValue) -
convertInterpolationMethodTypeToString
-
createMetadataTypeTypeFromString
-
convertMetadataTypeTypeToString
-
createCapabilitiesSectionTypeObjectFromString
public CapabilitiesSectionType createCapabilitiesSectionTypeObjectFromString(EDataType eDataType, String initialValue) -
convertCapabilitiesSectionTypeObjectToString
public String convertCapabilitiesSectionTypeObjectToString(EDataType eDataType, Object instanceValue) -
createClosureTypeObjectFromString
-
convertClosureTypeObjectToString
-
createInterpolationMethodTypeObjectFromString
public InterpolationMethodType createInterpolationMethodTypeObjectFromString(EDataType eDataType, String initialValue) -
convertInterpolationMethodTypeObjectToString
public String convertInterpolationMethodTypeObjectToString(EDataType eDataType, Object instanceValue) -
createMetadataTypeTypeObjectFromString
public MetadataTypeType createMetadataTypeTypeObjectFromString(EDataType eDataType, String initialValue) -
convertMetadataTypeTypeObjectToString
-
createMapFromString
-
convertMapToString
-
getWcs10Package
- Specified by:
getWcs10Package
in interfaceWcs10Factory
- Returns:
- the package supported by this factory.
-
getPackage
Deprecated.
-