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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetEllipsoidName()Returns the value of the 'Ellipsoid Name' containment reference.voidsetEllipsoidName(CodeType value)Sets the value of the 'Ellipsoid Name' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getEllipsoidNameCodeType 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()
 
 - 
setEllipsoidNamevoid 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()
 
 
- 
 
-