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
public class Ows11FactoryImpl extends EFactoryImpl implements Ows11Factory
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 BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
-
Fields inherited from class EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
-
Fields inherited from class BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface Ows11Factory
eINSTANCE
-
-
Constructor Summary
Constructors Constructor Description Ows11FactoryImpl()Creates an instance of the factory.
-
Method Summary
-
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
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
init
public static Ows11Factory init()
Creates the default factory implementation.
-
create
public EObject create(EClass eClass)
- Specified by:
createin interfaceEFactory- Overrides:
createin classEFactoryImpl
-
createFromString
public Object createFromString(EDataType eDataType, String initialValue)
- Specified by:
createFromStringin interfaceEFactory- Overrides:
createFromStringin classEFactoryImpl
-
convertToString
public String convertToString(EDataType eDataType, Object instanceValue)
- Specified by:
convertToStringin interfaceEFactory- Overrides:
convertToStringin classEFactoryImpl
-
createAbstractReferenceBaseType
public AbstractReferenceBaseType createAbstractReferenceBaseType()
- Specified by:
createAbstractReferenceBaseTypein interfaceOws11Factory- Returns:
- a new object of class 'Abstract Reference Base Type'.
-
createAcceptFormatsType
public AcceptFormatsType createAcceptFormatsType()
- Specified by:
createAcceptFormatsTypein interfaceOws11Factory- Returns:
- a new object of class 'Accept Formats Type'.
-
createAcceptVersionsType
public AcceptVersionsType createAcceptVersionsType()
- Specified by:
createAcceptVersionsTypein interfaceOws11Factory- Returns:
- a new object of class 'Accept Versions Type'.
-
createAddressType
public AddressType createAddressType()
- Specified by:
createAddressTypein interfaceOws11Factory- Returns:
- a new object of class 'Address Type'.
-
createAllowedValuesType
public AllowedValuesType createAllowedValuesType()
- Specified by:
createAllowedValuesTypein interfaceOws11Factory- Returns:
- a new object of class 'Allowed Values Type'.
-
createAnyValueType
public AnyValueType createAnyValueType()
- Specified by:
createAnyValueTypein interfaceOws11Factory- Returns:
- a new object of class 'Any Value Type'.
-
createBasicIdentificationType
public BasicIdentificationType createBasicIdentificationType()
- Specified by:
createBasicIdentificationTypein interfaceOws11Factory- Returns:
- a new object of class 'Basic Identification Type'.
-
createBoundingBoxType
public BoundingBoxType createBoundingBoxType()
- Specified by:
createBoundingBoxTypein interfaceOws11Factory- Returns:
- a new object of class 'Bounding Box Type'.
-
createCapabilitiesBaseType
public CapabilitiesBaseType createCapabilitiesBaseType()
- Specified by:
createCapabilitiesBaseTypein interfaceOws11Factory- Returns:
- a new object of class 'Capabilities Base Type'.
-
createCodeType
public CodeType createCodeType()
- Specified by:
createCodeTypein interfaceOws11Factory- Returns:
- a new object of class 'Code Type'.
-
createContactType
public ContactType createContactType()
- Specified by:
createContactTypein interfaceOws11Factory- Returns:
- a new object of class 'Contact Type'.
-
createContentsBaseType
public ContentsBaseType createContentsBaseType()
- Specified by:
createContentsBaseTypein interfaceOws11Factory- Returns:
- a new object of class 'Contents Base Type'.
-
createDatasetDescriptionSummaryBaseType
public DatasetDescriptionSummaryBaseType createDatasetDescriptionSummaryBaseType()
- Specified by:
createDatasetDescriptionSummaryBaseTypein interfaceOws11Factory- Returns:
- a new object of class 'Dataset Description Summary Base Type'.
-
createDCPType
public DCPType createDCPType()
- Specified by:
createDCPTypein interfaceOws11Factory- Returns:
- a new object of class 'DCP Type'.
-
createDescriptionType
public DescriptionType createDescriptionType()
- Specified by:
createDescriptionTypein interfaceOws11Factory- Returns:
- a new object of class 'Description Type'.
-
createDocumentRoot
public DocumentRoot createDocumentRoot()
- Specified by:
createDocumentRootin interfaceOws11Factory- Returns:
- a new object of class 'Document Root'.
-
createDomainMetadataType
public DomainMetadataType createDomainMetadataType()
- Specified by:
createDomainMetadataTypein interfaceOws11Factory- Returns:
- a new object of class 'Domain Metadata Type'.
-
createDomainType
public DomainType createDomainType()
- Specified by:
createDomainTypein interfaceOws11Factory- Returns:
- a new object of class 'Domain Type'.
-
createExceptionReportType
public ExceptionReportType createExceptionReportType()
- Specified by:
createExceptionReportTypein interfaceOws11Factory- Returns:
- a new object of class 'Exception Report Type'.
-
createExceptionType
public ExceptionType createExceptionType()
- Specified by:
createExceptionTypein interfaceOws11Factory- Returns:
- a new object of class 'Exception Type'.
-
createGetCapabilitiesType
public GetCapabilitiesType createGetCapabilitiesType()
- Specified by:
createGetCapabilitiesTypein interfaceOws11Factory- Returns:
- a new object of class 'Get Capabilities Type'.
-
createGetResourceByIdType
public GetResourceByIdType createGetResourceByIdType()
- Specified by:
createGetResourceByIdTypein interfaceOws11Factory- Returns:
- a new object of class 'Get Resource By Id Type'.
-
createHTTPType
public HTTPType createHTTPType()
- Specified by:
createHTTPTypein interfaceOws11Factory- Returns:
- a new object of class 'HTTP Type'.
-
createIdentificationType
public IdentificationType createIdentificationType()
- Specified by:
createIdentificationTypein interfaceOws11Factory- Returns:
- a new object of class 'Identification Type'.
-
createKeywordsType
public KeywordsType createKeywordsType()
- Specified by:
createKeywordsTypein interfaceOws11Factory- Returns:
- a new object of class 'Keywords Type'.
-
createLanguageStringType
public LanguageStringType createLanguageStringType()
- Specified by:
createLanguageStringTypein interfaceOws11Factory- Returns:
- a new object of class 'Language String Type'.
-
createManifestType
public ManifestType createManifestType()
- Specified by:
createManifestTypein interfaceOws11Factory- Returns:
- a new object of class 'Manifest Type'.
-
createMetadataType
public MetadataType createMetadataType()
- Specified by:
createMetadataTypein interfaceOws11Factory- Returns:
- a new object of class 'Metadata Type'.
-
createNoValuesType
public NoValuesType createNoValuesType()
- Specified by:
createNoValuesTypein interfaceOws11Factory- Returns:
- a new object of class 'No Values Type'.
-
createOnlineResourceType
public OnlineResourceType createOnlineResourceType()
- Specified by:
createOnlineResourceTypein interfaceOws11Factory- Returns:
- a new object of class 'Online Resource Type'.
-
createOperationsMetadataType
public OperationsMetadataType createOperationsMetadataType()
- Specified by:
createOperationsMetadataTypein interfaceOws11Factory- Returns:
- a new object of class 'Operations Metadata Type'.
-
createOperationType
public OperationType createOperationType()
- Specified by:
createOperationTypein interfaceOws11Factory- Returns:
- a new object of class 'Operation Type'.
-
createRangeType
public RangeType createRangeType()
- Specified by:
createRangeTypein interfaceOws11Factory- Returns:
- a new object of class 'Range Type'.
-
createReferenceGroupType
public ReferenceGroupType createReferenceGroupType()
- Specified by:
createReferenceGroupTypein interfaceOws11Factory- Returns:
- a new object of class 'Reference Group Type'.
-
createReferenceType
public ReferenceType createReferenceType()
- Specified by:
createReferenceTypein interfaceOws11Factory- Returns:
- a new object of class 'Reference Type'.
-
createRequestMethodType
public RequestMethodType createRequestMethodType()
- Specified by:
createRequestMethodTypein interfaceOws11Factory- Returns:
- a new object of class 'Request Method Type'.
-
createResponsiblePartySubsetType
public ResponsiblePartySubsetType createResponsiblePartySubsetType()
- Specified by:
createResponsiblePartySubsetTypein interfaceOws11Factory- Returns:
- a new object of class 'Responsible Party Subset Type'.
-
createResponsiblePartyType
public ResponsiblePartyType createResponsiblePartyType()
- Specified by:
createResponsiblePartyTypein interfaceOws11Factory- Returns:
- a new object of class 'Responsible Party Type'.
-
createSectionsType
public SectionsType createSectionsType()
- Specified by:
createSectionsTypein interfaceOws11Factory- Returns:
- a new object of class 'Sections Type'.
-
createServiceIdentificationType
public ServiceIdentificationType createServiceIdentificationType()
- Specified by:
createServiceIdentificationTypein interfaceOws11Factory- Returns:
- a new object of class 'Service Identification Type'.
-
createServiceProviderType
public ServiceProviderType createServiceProviderType()
- Specified by:
createServiceProviderTypein interfaceOws11Factory- Returns:
- a new object of class 'Service Provider Type'.
-
createServiceReferenceType
public ServiceReferenceType createServiceReferenceType()
- Specified by:
createServiceReferenceTypein interfaceOws11Factory- Returns:
- a new object of class 'Service Reference Type'.
-
createTelephoneType
public TelephoneType createTelephoneType()
- Specified by:
createTelephoneTypein interfaceOws11Factory- Returns:
- a new object of class 'Telephone Type'.
-
createUnNamedDomainType
public UnNamedDomainType createUnNamedDomainType()
- Specified by:
createUnNamedDomainTypein interfaceOws11Factory- Returns:
- a new object of class 'Un Named Domain Type'.
-
createValuesReferenceType
public ValuesReferenceType createValuesReferenceType()
- Specified by:
createValuesReferenceTypein interfaceOws11Factory- Returns:
- a new object of class 'Values Reference Type'.
-
createValueType
public ValueType createValueType()
- Specified by:
createValueTypein interfaceOws11Factory- Returns:
- a new object of class 'Value Type'.
-
createWGS84BoundingBoxType
public WGS84BoundingBoxType createWGS84BoundingBoxType()
- Specified by:
createWGS84BoundingBoxTypein interfaceOws11Factory- Returns:
- a new object of class 'WGS84 Bounding Box Type'.
-
createRangeClosureTypeFromString
public RangeClosureType createRangeClosureTypeFromString(EDataType eDataType, String initialValue)
-
convertRangeClosureTypeToString
public String convertRangeClosureTypeToString(EDataType eDataType, Object instanceValue)
-
createMimeTypeFromString
public String createMimeTypeFromString(EDataType eDataType, String initialValue)
-
convertMimeTypeToString
public String convertMimeTypeToString(EDataType eDataType, Object instanceValue)
-
createPositionTypeFromString
public List createPositionTypeFromString(EDataType eDataType, String initialValue)
-
convertPositionTypeToString
public String convertPositionTypeToString(EDataType eDataType, Object instanceValue)
-
createPositionType2DFromString
public List createPositionType2DFromString(EDataType eDataType, String initialValue)
-
convertPositionType2DToString
public String convertPositionType2DToString(EDataType eDataType, Object instanceValue)
-
createRangeClosureTypeObjectFromString
public RangeClosureType createRangeClosureTypeObjectFromString(EDataType eDataType, String initialValue)
-
convertRangeClosureTypeObjectToString
public String convertRangeClosureTypeObjectToString(EDataType eDataType, Object instanceValue)
-
createServiceTypeFromString
public String createServiceTypeFromString(EDataType eDataType, String initialValue)
-
convertServiceTypeToString
public String convertServiceTypeToString(EDataType eDataType, Object instanceValue)
-
createUpdateSequenceTypeFromString
public String createUpdateSequenceTypeFromString(EDataType eDataType, String initialValue)
-
convertUpdateSequenceTypeToString
public String convertUpdateSequenceTypeToString(EDataType eDataType, Object instanceValue)
-
createVersionTypeFromString
public String createVersionTypeFromString(EDataType eDataType, String initialValue)
-
convertVersionTypeToString
public String convertVersionTypeToString(EDataType eDataType, Object instanceValue)
-
createVersionType1FromString
public String createVersionType1FromString(EDataType eDataType, String initialValue)
-
convertVersionType1ToString
public String convertVersionType1ToString(EDataType eDataType, Object instanceValue)
-
getOws11Package
public Ows11Package getOws11Package()
- Specified by:
getOws11Packagein interfaceOws11Factory- Returns:
- the package supported by this factory.
-
getPackage
public static Ows11Package getPackage()
Deprecated.
-
-