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 Summary
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
-
getCsName
CodeType 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
Sets the value of the 'Cs Name
' containment reference.- Parameters:
value
- the new value of the 'Cs Name' containment reference.- See Also:
-