Updated CG build issues
Showing
1 changed file
with
14 additions
and
14 deletions
| ... | @@ -4,13 +4,13 @@ | ... | @@ -4,13 +4,13 @@ | 
| 4 | xmlns:xid="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" | 4 | xmlns:xid="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd" | 
| 5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
| 6 | xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" | 6 | xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" | 
| 7 | identity="ShapeArcBand.xid.xml"> | 7 | identity="ShapePolygon.xid.xml"> | 
| 8 | <title>Arc and Arcband shapes 2D and 3D</title> | 8 | <title>2D and 3D Polygon definitions.</title> | 
| 9 | 9 | ||
| 10 | <import ref="https://xid.location.studio/GeoSpatial/V1.0/ShapeCommon.xid.xml" local="ShapeCommon.xid.xml" /> | 10 | <import ref="https://xid.location.studio/GeoSpatial/V1.0/ShapeCommon.xid.xml" local="ShapeCommon.xid.xml" /> | 
| 11 | 11 | ||
| 12 | <namespace name="GeoSpatial"> | 12 | <namespace name="GeoSpatial"> | 
| 13 | <using namespace="Tensor"/> | 13 | <using namespace="Tensor"/> | 
| 14 | 14 | ||
| 15 | <enum name="PolygonArrayUnits" type="Tensor.int8" default="MicroDegrees"> | 15 | <enum name="PolygonArrayUnits" type="Tensor.int8" default="MicroDegrees"> | 
| 16 | <literal name="undefined" value="0"/> | 16 | <literal name="undefined" value="0"/> | 
| ... | @@ -18,11 +18,11 @@ | ... | @@ -18,11 +18,11 @@ | 
| 18 | <literal name="Meters" value="2"/> | 18 | <literal name="Meters" value="2"/> | 
| 19 | <literal name="Millimeters" value="2"/> | 19 | <literal name="Millimeters" value="2"/> | 
| 20 | </enum> | 20 | </enum> | 
| 21 | 21 | ||
| 22 | <array name="PointInt32" type="Tensor.int32" size="2"> | 22 | <array name="PointInt32" type="Tensor.int32" size="2"> | 
| 23 | <comment>Point (x,y) value with Int32 ordinals.</comment> | 23 | <comment>Point (x,y) value with Int32 ordinals.</comment> | 
| 24 | </array> /> | 24 | </array> | 
| 25 | 25 | ||
| 26 | <array name="PointInt32Array" type="PointInt32"> | 26 | <array name="PointInt32Array" type="PointInt32"> | 
| 27 | <comment>Array of PointInt32 values.</comment> | 27 | <comment>Array of PointInt32 values.</comment> | 
| 28 | </array> | 28 | </array> | 
| ... | @@ -31,15 +31,16 @@ | ... | @@ -31,15 +31,16 @@ | 
| 31 | <comment> | 31 | <comment> | 
| 32 | Polygon is a 2D polygon with lat/lon at the geometric center. | 32 | Polygon is a 2D polygon with lat/lon at the geometric center. | 
| 33 | </comment> | 33 | </comment> | 
| 34 | 34 | ||
| 35 | <elem name="units" type="PolygonArrayUnits" multiplicity="1" default="1"> | 35 | <elem name="units" type="PolygonArrayUnits" multiplicity="1" default="1"> | 
| 36 | <comment>Defines the units of the polgyon points. By default, thease are in units of microdegrees | 36 | <comment> | 
| 37 | (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where | 37 | Defines the units of the polgyon points. By default, thease are in units of microdegrees | 
| 38 | it is defined on the globe. For higher resolution, use meters or millimeters, | 38 | (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where | 
| 39 | which defines the polygon a local cartesian reference frame. | 39 | it is defined on the globe. For higher resolution, use meters or millimeters, | 
| 40 | which defines the polygon a local cartesian reference frame. | ||
| 40 | </comment> | 41 | </comment> | 
| 41 | </elem> | 42 | </elem> | 
| 42 | 43 | ||
| 43 | <elem name="points" type="PointInt32Array" multiplicity="1" > | 44 | <elem name="points" type="PointInt32Array" multiplicity="1" > | 
| 44 | <tag name="unit" value="PolgonArrayUnits"/> | 45 | <tag name="unit" value="PolgonArrayUnits"/> | 
| 45 | <comment>Sequential points of polygon.</comment> | 46 | <comment>Sequential points of polygon.</comment> | 
| ... | @@ -67,7 +68,7 @@ | ... | @@ -67,7 +68,7 @@ | 
| 67 | <tag name="unit" value="PolgonArrayUnits"/> | 68 | <tag name="unit" value="PolgonArrayUnits"/> | 
| 68 | <comment>Sequential points of polygon.</comment> | 69 | <comment>Sequential points of polygon.</comment> | 
| 69 | </elem> | 70 | </elem> | 
| 70 | 71 | ||
| 71 | <elem name="vert" type="float32" multiplicity="1"> | 72 | <elem name="vert" type="float32" multiplicity="1"> | 
| 72 | <tag name="unit" value="meters"/> | 73 | <tag name="unit" value="meters"/> | 
| 73 | <comment> | 74 | <comment> | 
| ... | @@ -75,7 +76,6 @@ | ... | @@ -75,7 +76,6 @@ | 
| 75 | relative to the altitude. | 76 | relative to the altitude. | 
| 76 | </comment> | 77 | </comment> | 
| 77 | </elem> | 78 | </elem> | 
| 78 | |||
| 79 | </struct> | 79 | </struct> | 
| 80 | 80 | ||
| 81 | 81 | ... | ... | 
- 
Please register or sign in to post a comment