Documentation for fieldgml

Complex Type: CartesianCSType

[Table of contents]

Super-types: gml:DefinitionType < AbstractCoordinateSystemBaseType (by restriction) < AbstractCoordinateSystemType (by extension) < CartesianCSType (by extension)
Sub-types: None
Name CartesianCSType
Abstract no
Documentation A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three usesAxis associations.
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="CartesianCSType">
<complexContent>
<extension base=" gml:AbstractCoordinateSystemType "/>
</complexContent>
</complexType>