Package net.opengis.gml311
Interface EllipsoidBaseType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
EllipsoidType
- All Known Implementing Classes:
EllipsoidBaseTypeImpl
,EllipsoidTypeImpl
A representation of the model object 'Ellipsoid Base Type'.
Basic encoding for ellipsoid objects, simplifying and restricting the DefinitionType as needed.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Ellipsoid Name' containment reference.void
setEllipsoidName
(CodeType value) Sets the value of the 'Ellipsoid Name
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEllipsoidName
CodeType getEllipsoidName()Returns the value of the 'Ellipsoid Name' containment reference. The name by which this ellipsoid is identified.- Returns:
- the value of the 'Ellipsoid Name' containment reference.
- See Also:
-
setEllipsoidName
Sets the value of the 'Ellipsoid Name
' containment reference.- Parameters:
value
- the new value of the 'Ellipsoid Name' containment reference.- See Also:
-