Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3c17df65
authored
2018-01-21 15:47:28 -0800
by
Michael B. Mathews
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated CG build issues
1 parent
535820a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
GeoSpatial/V1.0/ShapePolygon.xid.xml
GeoSpatial/V1.0/ShapePolygon.xid.xml
View file @
3c17df6
...
...
@@ -4,13 +4,13 @@
xmlns:xid=
"https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd"
identity=
"Shape
ArcBand
.xid.xml"
>
<title>
Arc and Arcband shapes 2D and 3D
</title>
identity=
"Shape
Polygon
.xid.xml"
>
<title>
2D and 3D Polygon definitions.
</title>
<import
ref=
"https://xid.location.studio/GeoSpatial/V1.0/ShapeCommon.xid.xml"
local=
"ShapeCommon.xid.xml"
/>
<namespace
name=
"GeoSpatial"
>
<using
namespace=
"Tensor"
/>
<using
namespace=
"Tensor"
/>
<enum
name=
"PolygonArrayUnits"
type=
"Tensor.int8"
default=
"MicroDegrees"
>
<literal
name=
"undefined"
value=
"0"
/>
...
...
@@ -18,11 +18,11 @@
<literal
name=
"Meters"
value=
"2"
/>
<literal
name=
"Millimeters"
value=
"2"
/>
</enum>
<array
name=
"PointInt32"
type=
"Tensor.int32"
size=
"2"
>
<comment>
Point (x,y) value with Int32 ordinals.
</comment>
</array>
/>
</array>
<array
name=
"PointInt32Array"
type=
"PointInt32"
>
<comment>
Array of PointInt32 values.
</comment>
</array>
...
...
@@ -31,15 +31,16 @@
<comment>
Polygon is a 2D polygon with lat/lon at the geometric center.
</comment>
<elem
name=
"units"
type=
"PolygonArrayUnits"
multiplicity=
"1"
default=
"1"
>
<comment>
Defines the units of the polgyon points. By default, thease are in units of microdegrees
(rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where
it is defined on the globe. For higher resolution, use meters or millimeters,
which defines the polygon a local cartesian reference frame.
<comment>
Defines the units of the polgyon points. By default, thease are in units of microdegrees
(rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where
it is defined on the globe. For higher resolution, use meters or millimeters,
which defines the polygon a local cartesian reference frame.
</comment>
</elem>
<elem
name=
"points"
type=
"PointInt32Array"
multiplicity=
"1"
>
<tag
name=
"unit"
value=
"PolgonArrayUnits"
/>
<comment>
Sequential points of polygon.
</comment>
...
...
@@ -67,7 +68,7 @@
<tag
name=
"unit"
value=
"PolgonArrayUnits"
/>
<comment>
Sequential points of polygon.
</comment>
</elem>
<elem
name=
"vert"
type=
"float32"
multiplicity=
"1"
>
<tag
name=
"unit"
value=
"meters"
/>
<comment>
...
...
@@ -75,7 +76,6 @@
relative to the altitude.
</comment>
</elem>
</struct>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment