-- The following are new and were chosen based on the subset of GMLShapes
-- supported by other specifications. The specific selection can be
-- determined at a later date.
polygon [3] GMLPolygon,
circle [4] GMLCircle,
ellipse [5] GMLEllipse,
@@ -169,10 +172,9 @@ XYEllipsoid ::= SEQUENCE
-- we could adjust the name accordingly or make Polygon a choice of FORMATS
-- it is also worth noting that GML supports doubles instead of integers for both uncertainty, altitude and angles, should we define our defs the same way
-- This could also be REAL, but I think we avoid that for some reason
AngleDecimalDegrees ::= UTF8String
-- GMLPolygons support interior borders as well. Do we thing we need to support this?
-- GMLPolygons support interior borders as well. Do we think we need to support this?
GMLPolygon ::= SEQUENCE
{
pointList [1] SEQUENCE (SIZE (3..15)) OF GeoPoint
@@ -228,7 +230,9 @@ FixMode ::= ENUMERATED
MACAddress ::= OCTET STRING (SIZE(6))
-- This was taken from 33.128, which copied 29.572. We may want to take the format from one of the other standards.
-- This was taken from 33.128, which copied 29.572.
-- We may want to take the format from one of the other standards.
-- The specifics do not matter at this point in the discussion, but are open for comment.