Navigation bar
  Print document Start Previous page
 63 of 303 
Next page End  

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
63 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
            -- the LSB is in units of 1.0 cm
   
   }
XML Representation:
<xs:complexType name="Offsets" >
      <xs:sequence>
         <xs:element name="xOffset" >
            <xs:simpleType>
               <xs:restriction base="xs:short">
                  <xs:minInclusive value="-32767"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="yOffset" >
            <xs:simpleType>
               <xs:restriction base="xs:short">
                  <xs:minInclusive value="-32767"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="zOffset"  minOccurs="0">
            <xs:simpleType>
               <xs:restriction base="xs:short">
                  <xs:minInclusive value="-32767"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="width" type="LaneWidth"  minOccurs="0"/>
         <!-- all in signed values where
         the LSB is in units of 1.0 cm -->
      </xs:sequence>
</xs:complexType>
Used By: This entry is used directly by one other data structure in this standard, a DF called DF_NodeList
<ASN> <XML>.   In addition, this item may be used by data structures in other ITS standards.
Remarks: Note that while lat and long and elevation values are provided in the reference point with
respect to the common geiod, these offsets are given in absolute distance (units of 1.0 cm) of offset.   
When a value for zOffsret or for LaneWidth is given, that value persists until changed again for additional
nodes in the list.  
6.30 Data Frame: DF_Position2D
Use: A collection of the two 4 byte lat-long information elements used to build a complete 2D position set. 
No elevation data is sent in this 8 bytes data frame.
ASN.1 Representation:
Position2D ::= SEQUENCE {
   lat    Latitude,  -- in 1/8th micro degrees
   long   Longitude  -- in 1/8th micro degrees
   }
XML Representation:
<xs:complexType name="Position2D" >
      <xs:sequence>
         <xs:element name="lat" type="Latitude" />
         <!-- in 1/8th micro degrees -->
         <xs:element name="long" type="Longitude" />
         <!-- in 1/8th micro degrees -->
      </xs:sequence>
</xs:complexType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_VehicleStatus <ASN> <XML>.   In addition, this item may be used by data structures in other ITS
standards.