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
 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 SummaryMethods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
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:
 
- 
setCsNameSets the value of the 'Cs Name' containment reference.- Parameters:
- value- the new value of the 'Cs Name' containment reference.
- See Also:
 
 
-