Package net.opengis.ows10.impl
Class Ows10FactoryImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- EModelElementImpl
-
- EFactoryImpl
-
- Ows10FactoryImpl
-
- All Implemented Interfaces:
Ows10Factory,Notifier,EFactory,EModelElement,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,BinaryResourceImpl.DataConverter.Factory
public class Ows10FactoryImpl extends EFactoryImpl implements Ows10Factory
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 Ows10Factory
eINSTANCE
-
-
Constructor Summary
Constructors Constructor Description Ows10FactoryImpl()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 Ows10Factory 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
-
createAcceptFormatsType
public AcceptFormatsType createAcceptFormatsType()
- Specified by:
createAcceptFormatsTypein interfaceOws10Factory- Returns:
- a new object of class 'Accept Formats Type'.
-
createAcceptVersionsType
public AcceptVersionsType createAcceptVersionsType()
- Specified by:
createAcceptVersionsTypein interfaceOws10Factory- Returns:
- a new object of class 'Accept Versions Type'.
-
createAddressType
public AddressType createAddressType()
- Specified by:
createAddressTypein interfaceOws10Factory- Returns:
- a new object of class 'Address Type'.
-
createBoundingBoxType
public BoundingBoxType createBoundingBoxType()
- Specified by:
createBoundingBoxTypein interfaceOws10Factory- Returns:
- a new object of class 'Bounding Box Type'.
-
createCapabilitiesBaseType
public CapabilitiesBaseType createCapabilitiesBaseType()
- Specified by:
createCapabilitiesBaseTypein interfaceOws10Factory- Returns:
- a new object of class 'Capabilities Base Type'.
-
createCodeType
public CodeType createCodeType()
- Specified by:
createCodeTypein interfaceOws10Factory- Returns:
- a new object of class 'Code Type'.
-
createContactType
public ContactType createContactType()
- Specified by:
createContactTypein interfaceOws10Factory- Returns:
- a new object of class 'Contact Type'.
-
createDCPType
public DCPType createDCPType()
- Specified by:
createDCPTypein interfaceOws10Factory- Returns:
- a new object of class 'DCP Type'.
-
createDescriptionType
public DescriptionType createDescriptionType()
- Specified by:
createDescriptionTypein interfaceOws10Factory- Returns:
- a new object of class 'Description Type'.
-
createDocumentRoot
public DocumentRoot createDocumentRoot()
- Specified by:
createDocumentRootin interfaceOws10Factory- Returns:
- a new object of class 'Document Root'.
-
createDomainType
public DomainType createDomainType()
- Specified by:
createDomainTypein interfaceOws10Factory- Returns:
- a new object of class 'Domain Type'.
-
createExceptionReportType
public ExceptionReportType createExceptionReportType()
- Specified by:
createExceptionReportTypein interfaceOws10Factory- Returns:
- a new object of class 'Exception Report Type'.
-
createExceptionType
public ExceptionType createExceptionType()
- Specified by:
createExceptionTypein interfaceOws10Factory- Returns:
- a new object of class 'Exception Type'.
-
createGetCapabilitiesType
public GetCapabilitiesType createGetCapabilitiesType()
- Specified by:
createGetCapabilitiesTypein interfaceOws10Factory- Returns:
- a new object of class 'Get Capabilities Type'.
-
createHTTPType
public HTTPType createHTTPType()
- Specified by:
createHTTPTypein interfaceOws10Factory- Returns:
- a new object of class 'HTTP Type'.
-
createIdentificationType
public IdentificationType createIdentificationType()
- Specified by:
createIdentificationTypein interfaceOws10Factory- Returns:
- a new object of class 'Identification Type'.
-
createKeywordsType
public KeywordsType createKeywordsType()
- Specified by:
createKeywordsTypein interfaceOws10Factory- Returns:
- a new object of class 'Keywords Type'.
-
createMetadataType
public MetadataType createMetadataType()
- Specified by:
createMetadataTypein interfaceOws10Factory- Returns:
- a new object of class 'Metadata Type'.
-
createOnlineResourceType
public OnlineResourceType createOnlineResourceType()
- Specified by:
createOnlineResourceTypein interfaceOws10Factory- Returns:
- a new object of class 'Online Resource Type'.
-
createOperationType
public OperationType createOperationType()
- Specified by:
createOperationTypein interfaceOws10Factory- Returns:
- a new object of class 'Operation Type'.
-
createOperationsMetadataType
public OperationsMetadataType createOperationsMetadataType()
- Specified by:
createOperationsMetadataTypein interfaceOws10Factory- Returns:
- a new object of class 'Operations Metadata Type'.
-
createRequestMethodType
public RequestMethodType createRequestMethodType()
- Specified by:
createRequestMethodTypein interfaceOws10Factory- Returns:
- a new object of class 'Request Method Type'.
-
createResponsiblePartySubsetType
public ResponsiblePartySubsetType createResponsiblePartySubsetType()
- Specified by:
createResponsiblePartySubsetTypein interfaceOws10Factory- Returns:
- a new object of class 'Responsible Party Subset Type'.
-
createResponsiblePartyType
public ResponsiblePartyType createResponsiblePartyType()
- Specified by:
createResponsiblePartyTypein interfaceOws10Factory- Returns:
- a new object of class 'Responsible Party Type'.
-
createSectionsType
public SectionsType createSectionsType()
- Specified by:
createSectionsTypein interfaceOws10Factory- Returns:
- a new object of class 'Sections Type'.
-
createServiceIdentificationType
public ServiceIdentificationType createServiceIdentificationType()
- Specified by:
createServiceIdentificationTypein interfaceOws10Factory- Returns:
- a new object of class 'Service Identification Type'.
-
createServiceProviderType
public ServiceProviderType createServiceProviderType()
- Specified by:
createServiceProviderTypein interfaceOws10Factory- Returns:
- a new object of class 'Service Provider Type'.
-
createTelephoneType
public TelephoneType createTelephoneType()
- Specified by:
createTelephoneTypein interfaceOws10Factory- Returns:
- a new object of class 'Telephone Type'.
-
createWGS84BoundingBoxType
public WGS84BoundingBoxType createWGS84BoundingBoxType()
- Specified by:
createWGS84BoundingBoxTypein interfaceOws10Factory- Returns:
- a new object of class 'WGS84 Bounding Box Type'.
-
createMimeTypeFromString
public String createMimeTypeFromString(EDataType eDataType, String initialValue)
-
convertMimeTypeToString
public String convertMimeTypeToString(EDataType eDataType, Object instanceValue)
-
createVersionTypeFromString
public String createVersionTypeFromString(EDataType eDataType, String initialValue)
-
convertVersionTypeToString
public String convertVersionTypeToString(EDataType eDataType, Object instanceValue)
-
createPositionTypeFromString
public List createPositionTypeFromString(EDataType eDataType, String initialValue)
-
convertPositionTypeToString
public String convertPositionTypeToString(EDataType eDataType, Object instanceValue)
-
createUpdateSequenceTypeFromString
public String createUpdateSequenceTypeFromString(EDataType eDataType, String initialValue)
-
convertUpdateSequenceTypeToString
public String convertUpdateSequenceTypeToString(EDataType eDataType, Object instanceValue)
-
getOws10Package
public Ows10Package getOws10Package()
- Specified by:
getOws10Packagein interfaceOws10Factory- Returns:
- the package supported by this factory.
-
getPackage
@Deprecated public static Ows10Package getPackage()
Deprecated.
-
-