Package net.opengis.gml311
Interface CoordinateSystemAxisType
-
- All Superinterfaces:
AbstractGMLType
,CoordinateSystemAxisBaseType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
CoordinateSystemAxisTypeImpl
public interface CoordinateSystemAxisType extends CoordinateSystemAxisBaseType
A representation of the model object 'Coordinate System Axis Type'. Definition of a coordinate system axis.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getAxisAbbrev()
Returns the value of the 'Axis Abbrev' containment reference.CodeType
getAxisDirection()
Returns the value of the 'Axis Direction' containment reference.EList<IdentifierType>
getAxisID()
Returns the value of the 'Axis ID' containment reference list.StringOrRefType
getRemarks()
Returns the value of the 'Remarks' containment reference.String
getUom()
Returns the value of the 'Uom' attribute.void
setAxisAbbrev(CodeType value)
Sets the value of the 'Axis Abbrev
' containment reference.void
setAxisDirection(CodeType value)
Sets the value of the 'Axis Direction
' containment reference.void
setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.void
setUom(String value)
Sets the value of the 'Uom
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getAxisID
EList<IdentifierType> getAxisID()
Returns the value of the 'Axis ID' containment reference list. The list contents are of typeIdentifierType
. Set of alternative identifications of this coordinate system axis. The first axisID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Axis ID' containment reference list.
- See Also:
Gml311Package.getCoordinateSystemAxisType_AxisID()
-
getRemarks
StringOrRefType getRemarks()
Returns the value of the 'Remarks' containment reference. Comments on or information about this coordinate system axis, including data source information.- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
setRemarks(StringOrRefType)
,Gml311Package.getCoordinateSystemAxisType_Remarks()
-
setRemarks
void setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.- Parameters:
value
- the new value of the 'Remarks' containment reference.- See Also:
getRemarks()
-
getAxisAbbrev
CodeType getAxisAbbrev()
Returns the value of the 'Axis Abbrev' containment reference. The abbreviation used for this coordinate system axis. This abbreviation can be used to identify the ordinates in a coordinate tuple. Examples are X and Y. The codeSpace attribute can reference a source of more information on a set of standardized abbreviations, or on this abbreviation.- Returns:
- the value of the 'Axis Abbrev' containment reference.
- See Also:
setAxisAbbrev(CodeType)
,Gml311Package.getCoordinateSystemAxisType_AxisAbbrev()
-
setAxisAbbrev
void setAxisAbbrev(CodeType value)
Sets the value of the 'Axis Abbrev
' containment reference.- Parameters:
value
- the new value of the 'Axis Abbrev' containment reference.- See Also:
getAxisAbbrev()
-
getAxisDirection
CodeType getAxisDirection()
Returns the value of the 'Axis Direction' containment reference. Direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Examples: north or south, east or west, up or down. Within any set of coordinate system axes, only one of each pair of terms can be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. Note that an EngineeringCRS can include specific descriptions of the directions of its coordinate system axes. For example, the path of a linear CRS axis can be referenced in another document, such as referencing a GML feature that references or includes a curve geometry. The codeSpace attribute can reference a source of more information on a set of standardized directions, or on this direction.- Returns:
- the value of the 'Axis Direction' containment reference.
- See Also:
setAxisDirection(CodeType)
,Gml311Package.getCoordinateSystemAxisType_AxisDirection()
-
setAxisDirection
void setAxisDirection(CodeType value)
Sets the value of the 'Axis Direction
' containment reference.- Parameters:
value
- the new value of the 'Axis Direction' containment reference.- See Also:
getAxisDirection()
-
getUom
String getUom()
Returns the value of the 'Uom' attribute. Identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.- Returns:
- the value of the 'Uom' attribute.
- See Also:
setUom(String)
,Gml311Package.getCoordinateSystemAxisType_Uom()
-
-