Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type diggs:BearingMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
A measure type for bearing angles with an optional reference azimuth attribute. Bearings are horizontal angles measured clockwise from a reference direction (typically true north, magnetic north, or grid north). The reference direction is specified using the refAzimuth attribute. Values are constrained to the range 0-360 degrees or equivalent.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_PlaneAngleMeasureType.tmp#PlaneAngleMeasureType_uomMeasureTypes_xsd_Complex_Type_diggs_PlaneAngleMeasureType.tmp#PlaneAngleMeasureTypeMeasureTypes_xsd_Complex_Type_diggs_BearingMeasureBaseType.tmp#BearingMeasureBaseTypeMeasureTypes_xsd_Complex_Type_diggs_BearingMeasureType.tmp#BearingMeasureType_refAzimuth
Type extension of diggs:BearingMeasureBaseType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
refAzimuth diggs:AziRefEnumType optional
The reference direction from which the bearing is measured (e.g., true north, magnetic north, grid north). This attribute specifies the azimuth reference system used.
uom diggs:PlaneAngleUomEnumType optional
The unit of measure for plane angle.
Source
<complexType name="BearingMeasureType">
  <annotation>
    <documentation>A measure type for bearing angles with an optional reference azimuth attribute. Bearings are horizontal angles measured clockwise from a reference direction (typically true north, magnetic north, or grid north). The reference direction is specified using the refAzimuth attribute. Values are constrained to the range 0-360 degrees or equivalent.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:BearingMeasureBaseType">
      <attribute name="refAzimuth" type="diggs:AziRefEnumType">
        <annotation>
          <documentation>The reference direction from which the bearing is measured (e.g., true north, magnetic north, grid north). This attribute specifies the azimuth reference system used.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:BearingMeasureType / @refAzimuth
Namespace No namespace
Annotations
The reference direction from which the bearing is measured (e.g., true north, magnetic north, grid north). This attribute specifies the azimuth reference system used.
Type diggs:AziRefEnumType
Properties
content simple
Facets
enumeration magnetic north
The north direction as defined by Magnetic North Pole at the time
of the measurement. The Magnetic North Pole is the direction that a magnet
points to when freely rotating.
enumeration grid north
The north direction is defined by the coordinate grid in the
projection coordinate system.
enumeration true north
The north direction as defined by the true North Pole. The true
North Pole is an average of the actual measured north axis, which is the
axis of rotation of the earth.
Used by
Source
<attribute name="refAzimuth" type="diggs:AziRefEnumType">
  <annotation>
    <documentation>The reference direction from which the bearing is measured (e.g., true north, magnetic north, grid north). This attribute specifies the azimuth reference system used.</documentation>
  </annotation>
</attribute>