Package net.opengis.gml311
Interface EllipsoidBaseType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
EllipsoidType
- All Known Implementing Classes:
EllipsoidBaseTypeImpl
,EllipsoidTypeImpl
public interface EllipsoidBaseType extends DefinitionType
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:
Gml311Package.getEllipsoidBaseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getEllipsoidName()
Returns 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
-
-
-
-
Method Detail
-
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(CodeType)
,Gml311Package.getEllipsoidBaseType_EllipsoidName()
-
setEllipsoidName
void setEllipsoidName(CodeType value)
Sets the value of the 'Ellipsoid Name
' containment reference.- Parameters:
value
- the new value of the 'Ellipsoid Name' containment reference.- See Also:
getEllipsoidName()
-
-