Documentation for fieldgml

Complex Type: SecondDefiningParameterType

[Table of contents]

Super-types: None
Sub-types: None
Name SecondDefiningParameterType
Abstract no
Documentation Definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere.
XML Instance Representation
<...>
Start Choice [1]
<gml:inverseFlattening> ... </gml:inverseFlattening> [1]
<gml:semiMinorAxis> ... </gml:semiMinorAxis> [1]
<gml:isSphere> ... </gml:isSphere> [1]
End Choice
</...>
Diagram
h337511467 h1199617317 h1043629946
Schema Component Representation
<complexType name="SecondDefiningParameterType">
<choice>
<element ref=" gml:inverseFlattening "/>
<element ref=" gml:semiMinorAxis "/>
<element ref=" gml:isSphere "/>
</choice>
</complexType>