Commit 1e509d59 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

Latitude => SecLatitude, etc.

parent bf8bbcba
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -380,8 +380,8 @@ PolygonalRegion ::= SEQUENCE SIZE (3..MAX) OF TwoDLocation
 * valid.
 */
TwoDLocation ::= SEQUENCE {
  latitude  Latitude,
  longitude Longitude
  latitude  SecLatitude,
  longitude SecLongitude
}

/**
@@ -619,9 +619,9 @@ SequenceOfRegionAndSubregions ::= SEQUENCE OF RegionAndSubregions
 * incompatible.
 */
ThreeDLocation ::= SEQUENCE {
  latitude  Latitude,
  longitude Longitude,
  elevation Elevation
  latitude  SecLatitude,
  longitude SecLongitude,
  elevation SecElevation
}

/**
@@ -632,7 +632,7 @@ ThreeDLocation ::= SEQUENCE {
 * than ?900 000 000, except that the value 900 000 001 is used to indicate 
 * the latitude was not available to the sender.
 */
Latitude ::= NinetyDegreeInt
SecLatitude ::= NinetyDegreeInt

/**
 * @brief This type contains an INTEGER encoding an estimate of the longitude
@@ -642,7 +642,7 @@ Latitude ::= NinetyDegreeInt
 * less than ?1 799 999 999, except that the value 1 800 000 001 is used to 
 * indicate that the longitude was not available to the sender.
 */
Longitude ::= OneEightyDegreeInt
SecLongitude ::= OneEightyDegreeInt

/**
 * @brief This structure contains an estimate of the geodetic altitude above
@@ -650,7 +650,7 @@ Longitude ::= OneEightyDegreeInt
 * integer number of decimeters representing the height above a minimum
 * height of -409.5 m, with the maximum height being 6143.9 m.
 */
Elevation ::= Uint16
SecElevation ::= Uint16

/**
 * @brief The integer in the latitude field is no more than 900,000,000 and