Package net.opengis.ows11.impl
Class IdentificationTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- DescriptionTypeImpl
- 
- BasicIdentificationTypeImpl
- 
- IdentificationTypeImpl
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- BasicIdentificationType,- DescriptionType,- IdentificationType,- Notifier,- EObject,- InternalEObject
 
 public class IdentificationTypeImpl extends BasicIdentificationTypeImpl implements IdentificationType An implementation of the model object 'Identification Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static StringAVAILABLE_CRS_EDEFAULTThe default value of the 'Available CRS' attribute.protected FeatureMapavailableCRSGroupThe cached value of the 'Available CRS Group' attribute list.protected FeatureMapboundingBoxGroupThe cached value of the 'Bounding Box Group' attribute list.protected static StringOUTPUT_FORMAT_EDEFAULTThe default value of the 'Output Format' attribute.protected StringoutputFormatThe cached value of the 'Output Format' attribute.- 
Fields inherited from class BasicIdentificationTypeImplidentifier, metadata
 - 
Fields inherited from class DescriptionTypeImplabstract_, keywords, title
 - 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedIdentificationTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)StringgetAvailableCRS()FeatureMapgetAvailableCRSGroup()EListgetBoundingBox()FeatureMapgetBoundingBoxGroup()StringgetOutputFormat()voidsetAvailableCRS(String newAvailableCRS)voidsetOutputFormat(String newOutputFormat)StringtoString()- 
Methods inherited from class BasicIdentificationTypeImplbasicSetIdentifier, getIdentifier, getMetadata, setIdentifier
 - 
Methods inherited from class DescriptionTypeImplgetAbstract, getKeywords, getTitle
 - 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface BasicIdentificationTypegetIdentifier, getMetadata, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Field Detail- 
boundingBoxGroupprotected FeatureMap boundingBoxGroup The cached value of the 'Bounding Box Group' attribute list.- See Also:
- getBoundingBoxGroup()
 
 - 
OUTPUT_FORMAT_EDEFAULTprotected static final String OUTPUT_FORMAT_EDEFAULT The default value of the 'Output Format' attribute.- See Also:
- getOutputFormat()
 
 - 
outputFormatprotected String outputFormat The cached value of the 'Output Format' attribute.- See Also:
- getOutputFormat()
 
 - 
availableCRSGroupprotected FeatureMap availableCRSGroup The cached value of the 'Available CRS Group' attribute list.- See Also:
- getAvailableCRSGroup()
 
 - 
AVAILABLE_CRS_EDEFAULTprotected static final String AVAILABLE_CRS_EDEFAULT The default value of the 'Available CRS' attribute.- See Also:
- getAvailableCRS()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- BasicIdentificationTypeImpl
 
 - 
getBoundingBoxGrouppublic FeatureMap getBoundingBoxGroup() - Specified by:
- getBoundingBoxGroupin interface- IdentificationType
- Returns:
- the value of the 'Bounding Box Group' attribute list.
- See Also:
- Ows11Package.getIdentificationType_BoundingBoxGroup()
 
 - 
getBoundingBoxpublic EList getBoundingBox() - Specified by:
- getBoundingBoxin interface- IdentificationType
- Returns:
- the value of the 'Bounding Box' containment reference list.
- See Also:
- Ows11Package.getIdentificationType_BoundingBox()
 
 - 
getOutputFormatpublic String getOutputFormat() - Specified by:
- getOutputFormatin interface- IdentificationType
- Returns:
- the value of the 'Output Format' attribute.
- See Also:
- IdentificationType.setOutputFormat(String),- Ows11Package.getIdentificationType_OutputFormat()
 
 - 
setOutputFormatpublic void setOutputFormat(String newOutputFormat) - Specified by:
- setOutputFormatin interface- IdentificationType
- Parameters:
- newOutputFormat- the new value of the 'Output Format' attribute.
- See Also:
- IdentificationType.getOutputFormat()
 
 - 
getAvailableCRSGrouppublic FeatureMap getAvailableCRSGroup() - Specified by:
- getAvailableCRSGroupin interface- IdentificationType
- Returns:
- the value of the 'Available CRS Group' attribute list.
- See Also:
- Ows11Package.getIdentificationType_AvailableCRSGroup()
 
 - 
getAvailableCRSpublic String getAvailableCRS() - Specified by:
- getAvailableCRSin interface- IdentificationType
- Returns:
- the value of the 'Available CRS' attribute.
- See Also:
- IdentificationType.setAvailableCRS(String),- Ows11Package.getIdentificationType_AvailableCRS()
 
 - 
setAvailableCRSpublic void setAvailableCRS(String newAvailableCRS) - Specified by:
- setAvailableCRSin interface- IdentificationType
- Parameters:
- newAvailableCRS- the new value of the 'Available CRS' attribute.
- See Also:
- IdentificationType.getAvailableCRS()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicIdentificationTypeImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicIdentificationTypeImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicIdentificationTypeImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicIdentificationTypeImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicIdentificationTypeImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-