Package net.opengis.gml311
Interface AbstractCoordinateSystemBaseType
- 
- All Superinterfaces:
- AbstractGMLType,- DefinitionType,- EObject,- Notifier
 - All Known Subinterfaces:
- AbstractCoordinateSystemType,- CartesianCSType,- CylindricalCSType,- EllipsoidalCSType,- LinearCSType,- ObliqueCartesianCSType,- PolarCSType,- SphericalCSType,- TemporalCSType,- UserDefinedCSType,- VerticalCSType
 - All Known Implementing Classes:
- AbstractCoordinateSystemBaseTypeImpl,- AbstractCoordinateSystemTypeImpl,- CartesianCSTypeImpl,- CylindricalCSTypeImpl,- EllipsoidalCSTypeImpl,- LinearCSTypeImpl,- ObliqueCartesianCSTypeImpl,- PolarCSTypeImpl,- SphericalCSTypeImpl,- TemporalCSTypeImpl,- UserDefinedCSTypeImpl,- VerticalCSTypeImpl
 
 public interface AbstractCoordinateSystemBaseType extends DefinitionType A representation of the model object 'Abstract Coordinate System Base Type'. Basic encoding for coordinate system objects, simplifying and restricting the DefinitionType as needed.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetCsName()Returns the value of the 'Cs Name' containment reference.voidsetCsName(CodeType value)Sets the value of the 'Cs Name' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getCsNameCodeType getCsName() Returns the value of the 'Cs Name' containment reference. The name by which this coordinate system is identified.- Returns:
- the value of the 'Cs Name' containment reference.
- See Also:
- setCsName(CodeType),- Gml311Package.getAbstractCoordinateSystemBaseType_CsName()
 
 - 
setCsNamevoid setCsName(CodeType value) Sets the value of the 'Cs Name' containment reference.- Parameters:
- value- the new value of the 'Cs Name' containment reference.
- See Also:
- getCsName()
 
 
- 
 
-