Package net.opengis.gml311.impl
Class GeodesicStringTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- AbstractCurveSegmentTypeImpl
-
- GeodesicStringTypeImpl
-
- All Implemented Interfaces:
AbstractCurveSegmentType
,GeodesicStringType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
- Direct Known Subclasses:
GeodesicTypeImpl
public class GeodesicStringTypeImpl extends AbstractCurveSegmentTypeImpl implements GeodesicStringType
An implementation of the model object 'Geodesic String 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 FeatureMap
geometricPositionGroup
The cached value of the 'Geometric Position Group
' attribute list.protected CurveInterpolationType
interpolation
The cached value of the 'Interpolation
' attribute.protected static CurveInterpolationType
INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.protected boolean
interpolationESet
This is true if the Interpolation attribute has been set.protected DirectPositionListType
posList
The cached value of the 'Pos List
' containment reference.-
Fields inherited from class AbstractCurveSegmentTypeImpl
NUM_DERIVATIVE_INTERIOR_EDEFAULT, NUM_DERIVATIVES_AT_END_EDEFAULT, NUM_DERIVATIVES_AT_START_EDEFAULT, numDerivativeInterior, numDerivativeInteriorESet, numDerivativesAtEnd, numDerivativesAtEndESet, numDerivativesAtStart, numDerivativesAtStartESet
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GeodesicStringTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetPosList(DirectPositionListType newPosList, 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)
FeatureMap
getGeometricPositionGroup()
CurveInterpolationType
getInterpolation()
EList<PointPropertyType>
getPointProperty()
EList<DirectPositionType>
getPos()
DirectPositionListType
getPosList()
boolean
isSetInterpolation()
void
setInterpolation(CurveInterpolationType newInterpolation)
void
setPosList(DirectPositionListType newPosList)
String
toString()
void
unsetInterpolation()
-
Methods inherited from class AbstractCurveSegmentTypeImpl
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
-
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 AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
-
-
-
-
Field Detail
-
posList
protected DirectPositionListType posList
The cached value of the 'Pos List
' containment reference.- See Also:
getPosList()
-
geometricPositionGroup
protected FeatureMap geometricPositionGroup
The cached value of the 'Geometric Position Group
' attribute list.- See Also:
getGeometricPositionGroup()
-
INTERPOLATION_EDEFAULT
protected static final CurveInterpolationType INTERPOLATION_EDEFAULT
The default value of the 'Interpolation
' attribute.- See Also:
getInterpolation()
-
interpolation
protected CurveInterpolationType interpolation
The cached value of the 'Interpolation
' attribute.- See Also:
getInterpolation()
-
interpolationESet
protected boolean interpolationESet
This is true if the Interpolation attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classAbstractCurveSegmentTypeImpl
-
getPosList
public DirectPositionListType getPosList()
- Specified by:
getPosList
in interfaceGeodesicStringType
- Returns:
- the value of the 'Pos List' containment reference.
- See Also:
GeodesicStringType.setPosList(DirectPositionListType)
,Gml311Package.getGeodesicStringType_PosList()
-
basicSetPosList
public NotificationChain basicSetPosList(DirectPositionListType newPosList, NotificationChain msgs)
-
setPosList
public void setPosList(DirectPositionListType newPosList)
- Specified by:
setPosList
in interfaceGeodesicStringType
- Parameters:
newPosList
- the new value of the 'Pos List' containment reference.- See Also:
GeodesicStringType.getPosList()
-
getGeometricPositionGroup
public FeatureMap getGeometricPositionGroup()
- Specified by:
getGeometricPositionGroup
in interfaceGeodesicStringType
- Returns:
- the value of the 'Geometric Position Group' attribute list.
- See Also:
Gml311Package.getGeodesicStringType_GeometricPositionGroup()
-
getPos
public EList<DirectPositionType> getPos()
- Specified by:
getPos
in interfaceGeodesicStringType
- Returns:
- the value of the 'Pos' containment reference list.
- See Also:
Gml311Package.getGeodesicStringType_Pos()
-
getPointProperty
public EList<PointPropertyType> getPointProperty()
- Specified by:
getPointProperty
in interfaceGeodesicStringType
- Returns:
- the value of the 'Point Property' containment reference list.
- See Also:
Gml311Package.getGeodesicStringType_PointProperty()
-
getInterpolation
public CurveInterpolationType getInterpolation()
- Specified by:
getInterpolation
in interfaceGeodesicStringType
- Returns:
- the value of the 'Interpolation' attribute.
- See Also:
CurveInterpolationType
,GeodesicStringType.isSetInterpolation()
,GeodesicStringType.unsetInterpolation()
,GeodesicStringType.setInterpolation(CurveInterpolationType)
,Gml311Package.getGeodesicStringType_Interpolation()
-
setInterpolation
public void setInterpolation(CurveInterpolationType newInterpolation)
- Specified by:
setInterpolation
in interfaceGeodesicStringType
- Parameters:
newInterpolation
- the new value of the 'Interpolation' attribute.- See Also:
CurveInterpolationType
,GeodesicStringType.isSetInterpolation()
,GeodesicStringType.unsetInterpolation()
,GeodesicStringType.getInterpolation()
-
unsetInterpolation
public void unsetInterpolation()
- Specified by:
unsetInterpolation
in interfaceGeodesicStringType
- See Also:
GeodesicStringType.isSetInterpolation()
,GeodesicStringType.getInterpolation()
,GeodesicStringType.setInterpolation(CurveInterpolationType)
-
isSetInterpolation
public boolean isSetInterpolation()
- Specified by:
isSetInterpolation
in interfaceGeodesicStringType
- Returns:
- whether the value of the 'Interpolation' attribute is set.
- See Also:
GeodesicStringType.unsetInterpolation()
,GeodesicStringType.getInterpolation()
,GeodesicStringType.setInterpolation(CurveInterpolationType)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classAbstractCurveSegmentTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classAbstractCurveSegmentTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classAbstractCurveSegmentTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classAbstractCurveSegmentTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classAbstractCurveSegmentTypeImpl
-
-