Package net.opengis.gml311.impl
Class AbstractCoordinateOperationTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- AbstractGMLTypeImpl
-
- DefinitionTypeImpl
-
- AbstractCoordinateOperationBaseTypeImpl
-
- AbstractCoordinateOperationTypeImpl
-
- All Implemented Interfaces:
AbstractCoordinateOperationBaseType
,AbstractCoordinateOperationType
,AbstractGMLType
,DefinitionType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
- Direct Known Subclasses:
AbstractGeneralConversionTypeImpl
,AbstractGeneralTransformationTypeImpl
,ConcatenatedOperationTypeImpl
,PassThroughOperationTypeImpl
public abstract class AbstractCoordinateOperationTypeImpl extends AbstractCoordinateOperationBaseTypeImpl implements AbstractCoordinateOperationType
An implementation of the model object 'Abstract Coordinate Operation 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 EList<IdentifierType>
coordinateOperationID
The cached value of the 'Coordinate Operation ID
' containment reference list.protected static String
OPERATION_VERSION_EDEFAULT
The default value of the 'Operation Version
' attribute.protected String
operationVersion
The cached value of the 'Operation Version
' attribute.protected FeatureMap
positionalAccuracyGroup
The cached value of the 'Positional Accuracy Group
' attribute list.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 CRSRefType
sourceCRS
The cached value of the 'Source CRS
' containment reference.protected CRSRefType
targetCRS
The cached value of the 'Target CRS
' containment reference.protected ExtentType
validArea
The cached value of the 'Valid Area
' containment reference.-
Fields inherited from class AbstractCoordinateOperationBaseTypeImpl
coordinateOperationName
-
Fields inherited from class AbstractGMLTypeImpl
description, id, ID_EDEFAULT, metaDataProperty, nameGroup
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractCoordinateOperationTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetRemarks(StringOrRefType newRemarks, NotificationChain msgs)
NotificationChain
basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs)
NotificationChain
basicSetTargetCRS(CRSRefType newTargetCRS, 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)
EList<IdentifierType>
getCoordinateOperationID()
String
getOperationVersion()
EList<AbstractPositionalAccuracyType>
getPositionalAccuracy()
FeatureMap
getPositionalAccuracyGroup()
StringOrRefType
getRemarks()
String
getScope()
CRSRefType
getSourceCRS()
CRSRefType
getTargetCRS()
ExtentType
getValidArea()
void
setOperationVersion(String newOperationVersion)
void
setRemarks(StringOrRefType newRemarks)
void
setScope(String newScope)
void
setSourceCRS(CRSRefType newSourceCRS)
void
setTargetCRS(CRSRefType newTargetCRS)
void
setValidArea(ExtentType newValidArea)
String
toString()
-
Methods inherited from class AbstractCoordinateOperationBaseTypeImpl
basicSetCoordinateOperationName, getCoordinateOperationName, setCoordinateOperationName
-
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 AbstractCoordinateOperationBaseType
getCoordinateOperationName, setCoordinateOperationName
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Field Detail
-
coordinateOperationID
protected EList<IdentifierType> coordinateOperationID
The cached value of the 'Coordinate Operation ID
' containment reference list.- See Also:
getCoordinateOperationID()
-
remarks
protected StringOrRefType remarks
The cached value of the 'Remarks
' containment reference.- See Also:
getRemarks()
-
OPERATION_VERSION_EDEFAULT
protected static final String OPERATION_VERSION_EDEFAULT
The default value of the 'Operation Version
' attribute.- See Also:
getOperationVersion()
-
operationVersion
protected String operationVersion
The cached value of the 'Operation Version
' attribute.- See Also:
getOperationVersion()
-
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()
-
positionalAccuracyGroup
protected FeatureMap positionalAccuracyGroup
The cached value of the 'Positional Accuracy Group
' attribute list.- See Also:
getPositionalAccuracyGroup()
-
sourceCRS
protected CRSRefType sourceCRS
The cached value of the 'Source CRS
' containment reference.- See Also:
getSourceCRS()
-
targetCRS
protected CRSRefType targetCRS
The cached value of the 'Target CRS
' containment reference.- See Also:
getTargetCRS()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classAbstractCoordinateOperationBaseTypeImpl
-
getCoordinateOperationID
public EList<IdentifierType> getCoordinateOperationID()
- Specified by:
getCoordinateOperationID
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Coordinate Operation ID' containment reference list.
- See Also:
Gml311Package.getAbstractCoordinateOperationType_CoordinateOperationID()
-
getRemarks
public StringOrRefType getRemarks()
- Specified by:
getRemarks
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
AbstractCoordinateOperationType.setRemarks(StringOrRefType)
,Gml311Package.getAbstractCoordinateOperationType_Remarks()
-
basicSetRemarks
public NotificationChain basicSetRemarks(StringOrRefType newRemarks, NotificationChain msgs)
-
setRemarks
public void setRemarks(StringOrRefType newRemarks)
- Specified by:
setRemarks
in interfaceAbstractCoordinateOperationType
- Parameters:
newRemarks
- the new value of the 'Remarks' containment reference.- See Also:
AbstractCoordinateOperationType.getRemarks()
-
getOperationVersion
public String getOperationVersion()
- Specified by:
getOperationVersion
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Operation Version' attribute.
- See Also:
AbstractCoordinateOperationType.setOperationVersion(String)
,Gml311Package.getAbstractCoordinateOperationType_OperationVersion()
-
setOperationVersion
public void setOperationVersion(String newOperationVersion)
- Specified by:
setOperationVersion
in interfaceAbstractCoordinateOperationType
- Parameters:
newOperationVersion
- the new value of the 'Operation Version' attribute.- See Also:
AbstractCoordinateOperationType.getOperationVersion()
-
getValidArea
public ExtentType getValidArea()
- Specified by:
getValidArea
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Valid Area' containment reference.
- See Also:
AbstractCoordinateOperationType.setValidArea(ExtentType)
,Gml311Package.getAbstractCoordinateOperationType_ValidArea()
-
basicSetValidArea
public NotificationChain basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)
-
setValidArea
public void setValidArea(ExtentType newValidArea)
- Specified by:
setValidArea
in interfaceAbstractCoordinateOperationType
- Parameters:
newValidArea
- the new value of the 'Valid Area' containment reference.- See Also:
AbstractCoordinateOperationType.getValidArea()
-
getScope
public String getScope()
- Specified by:
getScope
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Scope' attribute.
- See Also:
AbstractCoordinateOperationType.setScope(String)
,Gml311Package.getAbstractCoordinateOperationType_Scope()
-
setScope
public void setScope(String newScope)
- Specified by:
setScope
in interfaceAbstractCoordinateOperationType
- Parameters:
newScope
- the new value of the 'Scope' attribute.- See Also:
AbstractCoordinateOperationType.getScope()
-
getPositionalAccuracyGroup
public FeatureMap getPositionalAccuracyGroup()
- Specified by:
getPositionalAccuracyGroup
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Positional Accuracy Group' attribute list.
- See Also:
Gml311Package.getAbstractCoordinateOperationType_PositionalAccuracyGroup()
-
getPositionalAccuracy
public EList<AbstractPositionalAccuracyType> getPositionalAccuracy()
- Specified by:
getPositionalAccuracy
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Positional Accuracy' containment reference list.
- See Also:
Gml311Package.getAbstractCoordinateOperationType_PositionalAccuracy()
-
getSourceCRS
public CRSRefType getSourceCRS()
- Specified by:
getSourceCRS
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Source CRS' containment reference.
- See Also:
AbstractCoordinateOperationType.setSourceCRS(CRSRefType)
,Gml311Package.getAbstractCoordinateOperationType_SourceCRS()
-
basicSetSourceCRS
public NotificationChain basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs)
-
setSourceCRS
public void setSourceCRS(CRSRefType newSourceCRS)
- Specified by:
setSourceCRS
in interfaceAbstractCoordinateOperationType
- Parameters:
newSourceCRS
- the new value of the 'Source CRS' containment reference.- See Also:
AbstractCoordinateOperationType.getSourceCRS()
-
getTargetCRS
public CRSRefType getTargetCRS()
- Specified by:
getTargetCRS
in interfaceAbstractCoordinateOperationType
- Returns:
- the value of the 'Target CRS' containment reference.
- See Also:
AbstractCoordinateOperationType.setTargetCRS(CRSRefType)
,Gml311Package.getAbstractCoordinateOperationType_TargetCRS()
-
basicSetTargetCRS
public NotificationChain basicSetTargetCRS(CRSRefType newTargetCRS, NotificationChain msgs)
-
setTargetCRS
public void setTargetCRS(CRSRefType newTargetCRS)
- Specified by:
setTargetCRS
in interfaceAbstractCoordinateOperationType
- Parameters:
newTargetCRS
- the new value of the 'Target CRS' containment reference.- See Also:
AbstractCoordinateOperationType.getTargetCRS()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classAbstractCoordinateOperationBaseTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classAbstractCoordinateOperationBaseTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classAbstractCoordinateOperationBaseTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classAbstractCoordinateOperationBaseTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classAbstractCoordinateOperationBaseTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classAbstractGMLTypeImpl
-
-