Package net.opengis.gml311.impl
Class AbstractReferenceSystemTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- AbstractGMLTypeImpl
-
- DefinitionTypeImpl
-
- AbstractReferenceSystemBaseTypeImpl
-
- AbstractReferenceSystemTypeImpl
-
- All Implemented Interfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
- Direct Known Subclasses:
AbstractGeneralDerivedCRSTypeImpl
,CompoundCRSTypeImpl
,EngineeringCRSTypeImpl
,GeocentricCRSTypeImpl
,GeographicCRSTypeImpl
,ImageCRSTypeImpl
,TemporalCRSTypeImpl
,VerticalCRSTypeImpl
public abstract class AbstractReferenceSystemTypeImpl extends AbstractReferenceSystemBaseTypeImpl implements AbstractReferenceSystemType
An implementation of the model object 'Abstract Reference System Type'.The following features are implemented:
-
-
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 Modifier and Type Field Description protected StringOrRefType
remarks
The cached value of the 'Remarks
' containment reference.protected String
scope
The cached value of the 'Scope
' attribute.protected static String
SCOPE_EDEFAULT
The default value of the 'Scope
' attribute.protected EList<IdentifierType>
srsID
The cached value of the 'Srs ID
' containment reference list.protected ExtentType
validArea
The cached value of the 'Valid Area
' containment reference.-
Fields inherited from class AbstractReferenceSystemBaseTypeImpl
srsName
-
Fields inherited from class AbstractGMLTypeImpl
description, id, ID_EDEFAULT, metaDataProperty, nameGroup
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractReferenceSystemTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetRemarks(StringOrRefType newRemarks, NotificationChain msgs)
NotificationChain
basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
StringOrRefType
getRemarks()
String
getScope()
EList<IdentifierType>
getSrsID()
ExtentType
getValidArea()
void
setRemarks(StringOrRefType newRemarks)
void
setScope(String newScope)
void
setValidArea(ExtentType newValidArea)
String
toString()
-
Methods inherited from class AbstractReferenceSystemBaseTypeImpl
basicSetSrsName, getSrsName, setSrsName
-
Methods inherited from class AbstractGMLTypeImpl
basicSetDescription, getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
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, eSetDirectResource, 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, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
-
-
-
-
Field Detail
-
srsID
protected EList<IdentifierType> srsID
The cached value of the 'Srs ID
' containment reference list.- See Also:
getSrsID()
-
remarks
protected StringOrRefType remarks
The cached value of the 'Remarks
' containment reference.- See Also:
getRemarks()
-
validArea
protected ExtentType validArea
The cached value of the 'Valid Area
' containment reference.- See Also:
getValidArea()
-
SCOPE_EDEFAULT
protected static final String SCOPE_EDEFAULT
The default value of the 'Scope
' attribute.- See Also:
getScope()
-
scope
protected String scope
The cached value of the 'Scope
' attribute.- See Also:
getScope()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classAbstractReferenceSystemBaseTypeImpl
-
getSrsID
public EList<IdentifierType> getSrsID()
- Specified by:
getSrsID
in interfaceAbstractReferenceSystemType
- Returns:
- the value of the 'Srs ID' containment reference list.
- See Also:
Gml311Package.getAbstractReferenceSystemType_SrsID()
-
getRemarks
public StringOrRefType getRemarks()
- Specified by:
getRemarks
in interfaceAbstractReferenceSystemType
- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
AbstractReferenceSystemType.setRemarks(StringOrRefType)
,Gml311Package.getAbstractReferenceSystemType_Remarks()
-
basicSetRemarks
public NotificationChain basicSetRemarks(StringOrRefType newRemarks, NotificationChain msgs)
-
setRemarks
public void setRemarks(StringOrRefType newRemarks)
- Specified by:
setRemarks
in interfaceAbstractReferenceSystemType
- Parameters:
newRemarks
- the new value of the 'Remarks' containment reference.- See Also:
AbstractReferenceSystemType.getRemarks()
-
getValidArea
public ExtentType getValidArea()
- Specified by:
getValidArea
in interfaceAbstractReferenceSystemType
- Returns:
- the value of the 'Valid Area' containment reference.
- See Also:
AbstractReferenceSystemType.setValidArea(ExtentType)
,Gml311Package.getAbstractReferenceSystemType_ValidArea()
-
basicSetValidArea
public NotificationChain basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)
-
setValidArea
public void setValidArea(ExtentType newValidArea)
- Specified by:
setValidArea
in interfaceAbstractReferenceSystemType
- Parameters:
newValidArea
- the new value of the 'Valid Area' containment reference.- See Also:
AbstractReferenceSystemType.getValidArea()
-
getScope
public String getScope()
- Specified by:
getScope
in interfaceAbstractReferenceSystemType
- Returns:
- the value of the 'Scope' attribute.
- See Also:
AbstractReferenceSystemType.setScope(String)
,Gml311Package.getAbstractReferenceSystemType_Scope()
-
setScope
public void setScope(String newScope)
- Specified by:
setScope
in interfaceAbstractReferenceSystemType
- Parameters:
newScope
- the new value of the 'Scope' attribute.- See Also:
AbstractReferenceSystemType.getScope()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classAbstractReferenceSystemBaseTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classAbstractReferenceSystemBaseTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classAbstractReferenceSystemBaseTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classAbstractReferenceSystemBaseTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classAbstractReferenceSystemBaseTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classAbstractGMLTypeImpl
-
-