Documentation for fieldgml

Complex Type: LinearCSType

[Table of contents]

Super-types: gml:DefinitionType < AbstractCoordinateSystemBaseType (by restriction) < AbstractCoordinateSystemType (by extension) < LinearCSType (by extension)
Sub-types: None
Name LinearCSType
Abstract no
Documentation A one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. A LinearCS shall have one usesAxis association.
XML Instance Representation
<...
gml:id="[1]">
<gml:csName> ... </gml:csName> [1]
<gml:csID> ... </gml:csID> [0..*]

'Set of alternative identifications of this coordinate system. The first csID, if any, is normally the primary identification code, and any others are aliases.'

<gml:remarks> ... </gml:remarks> [0..1]

'Comments on or information about this coordinate system, including data source information.'

<gml:usesAxis> ... </gml:usesAxis> [1..*]

'Ordered sequence of associations to the coordinate system axes included in this coordinate system.'

</...>
Diagram
h876082152
Schema Component Representation
<complexType name="LinearCSType">
<complexContent>
<extension base=" gml:AbstractCoordinateSystemType "/>
</complexContent>
</complexType>