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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getCsName()
Returns the value of the 'Cs Name' containment reference.void
setCsName(CodeType value)
Sets the value of the 'Cs Name
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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(CodeType)
,Gml311Package.getAbstractCoordinateSystemBaseType_CsName()
-
setCsName
void 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()
-
-