GeoSpatial XIDs - Removed ord attributes and initialized XIDData.prop
Showing
8 changed files
with
307 additions
and
32 deletions
| ... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | ||
| 28 | <struct name="ProducerInfo" type="Object" rttkey="GeoSpatial.ObjectType.ProducerInfo"> | 28 | <struct name="ProducerInfo" type="Object" rttkey="GeoSpatial.ObjectType.ProducerInfo"> |
| 29 | 29 | ||
| 30 | <elem name="events" type="Object" multiplicity="0..*" ord="21"> | 30 | <elem name="events" type="Object" multiplicity="0..*"> |
| 31 | <comment>Events defined by this producer.</comment> | 31 | <comment>Events defined by this producer.</comment> |
| 32 | </elem> | 32 | </elem> |
| 33 | </struct> | 33 | </struct> |
| ... | @@ -70,20 +70,20 @@ | ... | @@ -70,20 +70,20 @@ |
| 70 | </comment> | 70 | </comment> |
| 71 | </elem> | 71 | </elem> |
| 72 | 72 | ||
| 73 | <elem name="uuid" type="Tensor.UUID" multiplicity="1" ord="3"> | 73 | <elem name="uuid" type="Tensor.UUID" multiplicity="1"> |
| 74 | <comment>Instance UUID for the Event, Every event must specify a UUID associated with its unique time and place.</comment> | 74 | <comment>Instance UUID for the Event, Every event must specify a UUID associated with its unique time and place.</comment> |
| 75 | </elem> | 75 | </elem> |
| 76 | 76 | ||
| 77 | <elem name="epoch" type="datetime" multiplicity="1" ord="4"> | 77 | <elem name="epoch" type="datetime" multiplicity="1"> |
| 78 | <comment>Epoch defines the point in time for which the estimate applies.</comment> | 78 | <comment>Epoch defines the point in time for which the estimate applies.</comment> |
| 79 | </elem> | 79 | </elem> |
| 80 | <elem name="location" type="Location" multiplicity="0..1" ord="5"> | 80 | <elem name="location" type="Location" multiplicity="0..1"> |
| 81 | <comment>Optional location the event occurred.</comment> | 81 | <comment>Optional location the event occurred.</comment> |
| 82 | </elem> | 82 | </elem> |
| 83 | <elem name="speed" type="SpeedInfo" multiplicity="0..1" ord="6"> | 83 | <elem name="speed" type="SpeedInfo" multiplicity="0..1"> |
| 84 | <comment>Optional speed information of the associated object at the time the event occurred.</comment> | 84 | <comment>Optional speed information of the associated object at the time the event occurred.</comment> |
| 85 | </elem> | 85 | </elem> |
| 86 | <elem name="data" type="Tensor.raw" multiplicity="0..1" ord="7"> | 86 | <elem name="data" type="Tensor.raw" multiplicity="0..1"> |
| 87 | <comment>Optional event data in the same wireline format as the event structure. The type of this information is dependent on the associate event information.</comment> | 87 | <comment>Optional event data in the same wireline format as the event structure. The type of this information is dependent on the associate event information.</comment> |
| 88 | </elem> | 88 | </elem> |
| 89 | </struct> | 89 | </struct> | ... | ... |
| ... | @@ -25,22 +25,22 @@ | ... | @@ -25,22 +25,22 @@ |
| 25 | <comment>identify the type of the GeoObject</comment> | 25 | <comment>identify the type of the GeoObject</comment> |
| 26 | </elem> | 26 | </elem> |
| 27 | 27 | ||
| 28 | <elem name="dtCreate" type="datetime" multiplicity="1" ord="21"> | 28 | <elem name="dtCreate" type="datetime" multiplicity="1"> |
| 29 | <comment>Time stamp of creation</comment> | 29 | <comment>Time stamp of creation</comment> |
| 30 | </elem> | 30 | </elem> |
| 31 | <elem name="dtUpdate" type="datetime" multiplicity="1" ord="22"> | 31 | <elem name="dtUpdate" type="datetime" multiplicity="1"> |
| 32 | <comment>Time stamp of last modification</comment> | 32 | <comment>Time stamp of last modification</comment> |
| 33 | </elem> | 33 | </elem> |
| 34 | 34 | ||
| 35 | <elem name="account" type="Tensor.uri" multiplicity="1" ord="24"> | 35 | <elem name="account" type="Tensor.uri" multiplicity="1"> |
| 36 | <comment>URI identifies account information for the GeoObject.</comment> | 36 | <comment>URI identifies account information for the GeoObject.</comment> |
| 37 | </elem> | 37 | </elem> |
| 38 | 38 | ||
| 39 | <elem name="group" type="Tensor.uri" multiplicity="1" ord="25"> | 39 | <elem name="group" type="Tensor.uri" multiplicity="1"> |
| 40 | <comment>URI identifies group information for the GeoObject.</comment> | 40 | <comment>URI identifies group information for the GeoObject.</comment> |
| 41 | </elem> | 41 | </elem> |
| 42 | 42 | ||
| 43 | <elem name="source" type="Tensor.uri" multiplicity="1" ord="23"> | 43 | <elem name="source" type="Tensor.uri" multiplicity="1"> |
| 44 | <comment>URI identifies the source of the information provided.</comment> | 44 | <comment>URI identifies the source of the information provided.</comment> |
| 45 | </elem> | 45 | </elem> |
| 46 | 46 | ... | ... |
| ... | @@ -27,33 +27,33 @@ | ... | @@ -27,33 +27,33 @@ |
| 27 | <comment>Defines the base 3D Geo Object comprising id, bounding box, and various other base information. GeoObjects are | 27 | <comment>Defines the base 3D Geo Object comprising id, bounding box, and various other base information. GeoObjects are |
| 28 | not simple shapes. They have identity, temporal validity, and modification attributes.</comment> | 28 | not simple shapes. They have identity, temporal validity, and modification attributes.</comment> |
| 29 | 29 | ||
| 30 | <elem name="bounds" type="GeoSpatial.BoundingBox" multiplicity="1" ord="23"> | 30 | <elem name="bounds" type="GeoSpatial.BoundingBox" multiplicity="1"> |
| 31 | <comment>Bounding box defining the maximum bounds for this GeoObject in WGS84 reference frame.</comment> | 31 | <comment>Bounding box defining the maximum bounds for this GeoObject in WGS84 reference frame.</comment> |
| 32 | </elem> | 32 | </elem> |
| 33 | 33 | ||
| 34 | <elem name="floorMin" type="int16" multiplicity="1" default="0" ord="24"> | 34 | <elem name="floorMin" type="int16" multiplicity="1" default="0"> |
| 35 | <comment>Defines the minimum floor number associated with the minimum bounds of the bounding box.</comment> | 35 | <comment>Defines the minimum floor number associated with the minimum bounds of the bounding box.</comment> |
| 36 | </elem> | 36 | </elem> |
| 37 | 37 | ||
| 38 | <elem name="floorMax" type="int16" multiplicity="1" default="0" ord="25"> | 38 | <elem name="floorMax" type="int16" multiplicity="1" default="0"> |
| 39 | <comment>Defines the maximum floor number associated with the maximum bounds of the bounding box.</comment> | 39 | <comment>Defines the maximum floor number associated with the maximum bounds of the bounding box.</comment> |
| 40 | </elem> | 40 | </elem> |
| 41 | 41 | ||
| 42 | <elem name="shape" type="GeoSpatial.Shape" multiplicity ="0..1" ord="26"> | 42 | <elem name="shape" type="GeoSpatial.Shape" multiplicity ="0..1"> |
| 43 | <comment> | 43 | <comment> |
| 44 | Optional shape defining more detailed boundary of the GeoObject. This shape must be contained | 44 | Optional shape defining more detailed boundary of the GeoObject. This shape must be contained |
| 45 | entirely within the bounding box. | 45 | entirely within the bounding box. |
| 46 | </comment> | 46 | </comment> |
| 47 | </elem> | 47 | </elem> |
| 48 | 48 | ||
| 49 | <elem name="address" type="GeoSpatial.AddressInfo" multiplicity="0..1" ord="28"> | 49 | <elem name="address" type="GeoSpatial.AddressInfo" multiplicity="0..1"> |
| 50 | <comment>Optional address associated with the GeoObject.</comment> | 50 | <comment>Optional address associated with the GeoObject.</comment> |
| 51 | </elem> | 51 | </elem> |
| 52 | 52 | ||
| 53 | <elem name="validBegin" type="datetime" multiplicity="0..1" ord="29"> | 53 | <elem name="validBegin" type="datetime" multiplicity="0..1"> |
| 54 | <comment>Optional time stamp denoting beginning validity.</comment> | 54 | <comment>Optional time stamp denoting beginning validity.</comment> |
| 55 | </elem> | 55 | </elem> |
| 56 | <elem name="validEnd" type="datetime" multiplicity="0..1" ord="30"> | 56 | <elem name="validEnd" type="datetime" multiplicity="0..1"> |
| 57 | <comment>Optional time stamp denoting ending validity.</comment> | 57 | <comment>Optional time stamp denoting ending validity.</comment> |
| 58 | </elem> | 58 | </elem> |
| 59 | </struct> | 59 | </struct> | ... | ... |
| ... | @@ -26,13 +26,13 @@ | ... | @@ -26,13 +26,13 @@ |
| 26 | used to convey basic information about a place. More complex types with uncertainty, confidence, bounds are available in in GeoObject and HPE positioning | 26 | used to convey basic information about a place. More complex types with uncertainty, confidence, bounds are available in in GeoObject and HPE positioning |
| 27 | definitions.</comment> | 27 | definitions.</comment> |
| 28 | 28 | ||
| 29 | <elem name="shape" type="Shape" multiplicity="1" polymorphic="true" ord="21"> | 29 | <elem name="shape" type="Shape" multiplicity="1" polymorphic="true"> |
| 30 | <comment> | 30 | <comment> |
| 31 | The shape of the location. Can be any of the shape types. | 31 | The shape of the location. Can be any of the shape types. |
| 32 | </comment> | 32 | </comment> |
| 33 | </elem> | 33 | </elem> |
| 34 | 34 | ||
| 35 | <elem name="veracity" type="float32" multiplicity="1" default="-1" ord="22"> | 35 | <elem name="veracity" type="float32" multiplicity="1" default="-1"> |
| 36 | <comment> | 36 | <comment> |
| 37 | Veracity defines the validity of the measurement in the range between 0 and 1. | 37 | Veracity defines the validity of the measurement in the range between 0 and 1. |
| 38 | A high score means the estimate is deemed valid and more reliable than a lower score. | 38 | A high score means the estimate is deemed valid and more reliable than a lower score. |
| ... | @@ -40,15 +40,15 @@ | ... | @@ -40,15 +40,15 @@ |
| 40 | </comment> | 40 | </comment> |
| 41 | </elem> | 41 | </elem> |
| 42 | 42 | ||
| 43 | <elem name="confidence" type="float32" multiplicity="1" default="-1" ord="23"> | 43 | <elem name="confidence" type="float32" multiplicity="1" default="-1"> |
| 44 | <comment>The estimate confidence. Valid range is 0.0 to 1.0. Typical value is 0.68 (one standard deviation). Default is -1 for not defined.</comment> | 44 | <comment>The estimate confidence. Valid range is 0.0 to 1.0. Typical value is 0.68 (one standard deviation). Default is -1 for not defined.</comment> |
| 45 | </elem> | 45 | </elem> |
| 46 | 46 | ||
| 47 | <elem name="address" type="GeoSpatial.AddressInfo" multiplicity="0..1" ord="24"> | 47 | <elem name="address" type="GeoSpatial.AddressInfo" multiplicity="0..1"> |
| 48 | <comment>Optional address associated with the GeoObject.</comment> | 48 | <comment>Optional address associated with the GeoObject.</comment> |
| 49 | </elem> | 49 | </elem> |
| 50 | 50 | ||
| 51 | <elem name="floor" type="int16" multiplicity="0..1" default="0" ord="25"> | 51 | <elem name="floor" type="int16" multiplicity="0..1" default="0"> |
| 52 | <comment>Optional floor number</comment> | 52 | <comment>Optional floor number</comment> |
| 53 | </elem> | 53 | </elem> |
| 54 | 54 | ... | ... |
GeoSpatial/V1.0/README.md
0 → 100644
| 1 | # GeoSpatial XIDs # | ||
| 2 | GeoSpatial XIDs do not encode their ordinals (i.e. tags and offets). XIDData.prop is required to maintain backward compatibility. | ||
| 3 | |||
| 4 | |||
| 5 | ## Generate / Verify XIDData.prop ## | ||
| 6 | |||
| 7 | ~~~sh | ||
| 8 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ | ||
| 9 | -v \ | ||
| 10 | -prop https://xid.location.studio/Tensor/V1.1/XIDData.prop \ | ||
| 11 | -prop https://xid.location.studio/GeoSpatial/V1.0/XIDData.prop \ | ||
| 12 | https://xid.location.studio/GeoSpatial/V1.0/Address.xid.xml \ | ||
| 13 | https://xid.location.studio/GeoSpatial/V1.0/Contact.xid.xml \ | ||
| 14 | https://xid.location.studio/GeoSpatial/V1.0/Events.xid.xml \ | ||
| 15 | https://xid.location.studio/GeoSpatial/V1.0/GeoObject.xid.xml \ | ||
| 16 | https://xid.location.studio/GeoSpatial/V1.0/Location.xid.xml \ | ||
| 17 | https://xid.location.studio/GeoSpatial/V1.0/PointOfInterest.xid.xml \ | ||
| 18 | https://xid.location.studio/GeoSpatial/V1.0/Shape.xid.xml \ | ||
| 19 | https://xid.location.studio/GeoSpatial/V1.0/ShapeArcBand.xid.xml \ | ||
| 20 | https://xid.location.studio/GeoSpatial/V1.0/ShapeCommon.xid.xml \ | ||
| 21 | https://xid.location.studio/GeoSpatial/V1.0/ShapePolygon.xid.xml \ | ||
| 22 | https://xid.location.studio/GeoSpatial/V1.0/SpatialDefs.xid.xml | ||
| 23 | ~~~ | ||
| 24 | |||
| 25 | or | ||
| 26 | |||
| 27 | ~~~sh | ||
| 28 | $ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \ | ||
| 29 | -v \ | ||
| 30 | -prop ../../Tensor/V1.1/XIDData.prop \ | ||
| 31 | -prop XIDData.prop \ | ||
| 32 | Address.xid.xml \ | ||
| 33 | Contact.xid.xml \ | ||
| 34 | Events.xid.xml \ | ||
| 35 | GeoObject.xid.xml \ | ||
| 36 | Location.xid.xml \ | ||
| 37 | PointOfInterest.xid.xml \ | ||
| 38 | Shape.xid.xml \ | ||
| 39 | ShapeArcBand.xid.xml \ | ||
| 40 | ShapeCommon.xid.xml \ | ||
| 41 | ShapePolygon.xid.xml \ | ||
| 42 | SpatialDefs.xid.xml | ||
| 43 | ~~~ | ||
| 44 | |||
| 45 | |||
| 46 | If xidcg reports: | ||
| 47 | |||
| 48 | ~~~ | ||
| 49 | Generating: xidout/meta/XID/XIDData.prop | ||
| 50 | ~~~ | ||
| 51 | |||
| 52 | Then something has changed and XIDData.prop needs to get updated. |
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 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="MicroDegrees"> |
| 36 | <comment> | 36 | <comment> |
| 37 | Defines the units of the polgyon points. By default, thease are in units of microdegrees | 37 | Defines the units of the polgyon points. By default, thease are in units of microdegrees |
| 38 | (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where | 38 | (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where |
| ... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
| 55 | relative to the altitude. | 55 | relative to the altitude. |
| 56 | </comment> | 56 | </comment> |
| 57 | 57 | ||
| 58 | <elem name="units" type="PolygonArrayUnits" multiplicity="1" default="1"> | 58 | <elem name="units" type="PolygonArrayUnits" multiplicity="1" default="MicroDegrees"> |
| 59 | <comment> | 59 | <comment> |
| 60 | Defines the units of the polgyon points. By default, thease are in units of microdegrees | 60 | Defines the units of the polgyon points. By default, thease are in units of microdegrees |
| 61 | (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where | 61 | (rotational frame, e.g WGS84 lat/lon), which limits resolution to a nominal 11 cm depending where | ... | ... |
| ... | @@ -103,31 +103,31 @@ | ... | @@ -103,31 +103,31 @@ |
| 103 | <comment> | 103 | <comment> |
| 104 | Defines the base Object comprising id, optional name, description, and user data (JSON). | 104 | Defines the base Object comprising id, optional name, description, and user data (JSON). |
| 105 | </comment> | 105 | </comment> |
| 106 | <elem name="typeObject" type="ObjectType" multiplicity="1" rttd="true" ord="1"> | 106 | <elem name="typeObject" type="ObjectType" multiplicity="1" rttd="true"> |
| 107 | <comment>Element indicates the type of the Object</comment> | 107 | <comment>Element indicates the type of the Object</comment> |
| 108 | </elem> | 108 | </elem> |
| 109 | 109 | ||
| 110 | <elem name="uuid" type="Tensor.UUID" multiplicity="1" ord="2"> | 110 | <elem name="uuid" type="Tensor.UUID" multiplicity="1"> |
| 111 | <comment>Unique identifier for this object.</comment> | 111 | <comment>Unique identifier for this object.</comment> |
| 112 | </elem> | 112 | </elem> |
| 113 | 113 | ||
| 114 | <elem name="uriExternal" type="Tensor.uri" multiplicity="0..1" ord="3"> | 114 | <elem name="uriExternal" type="Tensor.uri" multiplicity="0..1"> |
| 115 | <comment>Optional external identifier for this object.</comment> | 115 | <comment>Optional external identifier for this object.</comment> |
| 116 | </elem> | 116 | </elem> |
| 117 | 117 | ||
| 118 | <elem name="uriClassifier" type="Tensor.uri" multiplicity="0..1" ord="4"> | 118 | <elem name="uriClassifier" type="Tensor.uri" multiplicity="0..1"> |
| 119 | <comment>Optional external classifier identifier for this object.</comment> | 119 | <comment>Optional external classifier identifier for this object.</comment> |
| 120 | </elem> | 120 | </elem> |
| 121 | 121 | ||
| 122 | <elem name="name" type="Tensor.string" multiplicity="0..1" ord="5"> | 122 | <elem name="name" type="Tensor.string" multiplicity="0..1"> |
| 123 | <comment>Optional user friendly name of the GeoObject.</comment> | 123 | <comment>Optional user friendly name of the GeoObject.</comment> |
| 124 | </elem> | 124 | </elem> |
| 125 | 125 | ||
| 126 | <elem name="description" type="Tensor.string" multiplicity="0..1" ord="6"> | 126 | <elem name="description" type="Tensor.string" multiplicity="0..1"> |
| 127 | <comment>Optional user friendly description of the GeoObject.</comment> | 127 | <comment>Optional user friendly description of the GeoObject.</comment> |
| 128 | </elem> | 128 | </elem> |
| 129 | 129 | ||
| 130 | <elem name="data" type="Tensor.json" multiplicity="0..1" ord="7"> | 130 | <elem name="data" type="Tensor.json" multiplicity="0..1"> |
| 131 | <comment>Optional JSON data associated with this object.</comment> | 131 | <comment>Optional JSON data associated with this object.</comment> |
| 132 | </elem> | 132 | </elem> |
| 133 | </struct> | 133 | </struct> | ... | ... |
GeoSpatial/V1.0/XIDData.prop
0 → 100644
| 1 | Idx.GeoSpatial.BoundingBox.altmax=6 | ||
| 2 | Idx.GeoSpatial.BoundingBox.altmin=5 | ||
| 3 | Idx.GeoSpatial.BoundingBox.latmax=2 | ||
| 4 | Idx.GeoSpatial.BoundingBox.latmin=1 | ||
| 5 | Idx.GeoSpatial.BoundingBox.lonmax=4 | ||
| 6 | Idx.GeoSpatial.BoundingBox.lonmin=3 | ||
| 7 | Idx.GeoSpatial.Event.SpeedInfo.azimuth=3 | ||
| 8 | Idx.GeoSpatial.Event.SpeedInfo.horizontal=1 | ||
| 9 | Idx.GeoSpatial.Event.SpeedInfo.uncertainty=4 | ||
| 10 | Idx.GeoSpatial.Event.SpeedInfo.vertical=2 | ||
| 11 | Idx.GeoSpatial.PositionECEF.alt=3 | ||
| 12 | Idx.GeoSpatial.PositionECEF.lat=1 | ||
| 13 | Idx.GeoSpatial.PositionECEF.lon=2 | ||
| 14 | Off.GeoSpatial.BoundingBox.altmax=20 | ||
| 15 | Off.GeoSpatial.BoundingBox.altmin=16 | ||
| 16 | Off.GeoSpatial.BoundingBox.latmax=4 | ||
| 17 | Off.GeoSpatial.BoundingBox.latmin=0 | ||
| 18 | Off.GeoSpatial.BoundingBox.lonmax=12 | ||
| 19 | Off.GeoSpatial.BoundingBox.lonmin=8 | ||
| 20 | Off.GeoSpatial.Event.SpeedInfo.azimuth=8 | ||
| 21 | Off.GeoSpatial.Event.SpeedInfo.horizontal=0 | ||
| 22 | Off.GeoSpatial.Event.SpeedInfo.uncertainty=12 | ||
| 23 | Off.GeoSpatial.Event.SpeedInfo.vertical=4 | ||
| 24 | Off.GeoSpatial.PositionECEF.alt=16 | ||
| 25 | Off.GeoSpatial.PositionECEF.lat=0 | ||
| 26 | Off.GeoSpatial.PositionECEF.lon=8 | ||
| 27 | Ord.GeoSpatial.AddressInfo.City=66 | ||
| 28 | Ord.GeoSpatial.AddressInfo.Country=69 | ||
| 29 | Ord.GeoSpatial.AddressInfo.PostalCode=68 | ||
| 30 | Ord.GeoSpatial.AddressInfo.StateRegion=67 | ||
| 31 | Ord.GeoSpatial.AddressInfo.address1=64 | ||
| 32 | Ord.GeoSpatial.AddressInfo.address2=65 | ||
| 33 | Ord.GeoSpatial.Arc.direction=98 | ||
| 34 | Ord.GeoSpatial.Arc.inner=97 | ||
| 35 | Ord.GeoSpatial.Arc.opening=99 | ||
| 36 | Ord.GeoSpatial.Arc.outer=96 | ||
| 37 | Ord.GeoSpatial.Arc3D.direction=115 | ||
| 38 | Ord.GeoSpatial.Arc3D.height=112 | ||
| 39 | Ord.GeoSpatial.Arc3D.inner=114 | ||
| 40 | Ord.GeoSpatial.Arc3D.opening=116 | ||
| 41 | Ord.GeoSpatial.Arc3D.outer=113 | ||
| 42 | Ord.GeoSpatial.ArcBand.direction=101 | ||
| 43 | Ord.GeoSpatial.ArcBand.major_inner=97 | ||
| 44 | Ord.GeoSpatial.ArcBand.major_outer=96 | ||
| 45 | Ord.GeoSpatial.ArcBand.minor_inner=99 | ||
| 46 | Ord.GeoSpatial.ArcBand.minor_outer=98 | ||
| 47 | Ord.GeoSpatial.ArcBand.opening=102 | ||
| 48 | Ord.GeoSpatial.ArcBand.orient=100 | ||
| 49 | Ord.GeoSpatial.ArcBand3D.direction=113 | ||
| 50 | Ord.GeoSpatial.ArcBand3D.height=112 | ||
| 51 | Ord.GeoSpatial.ArcBand3D.opening=115 | ||
| 52 | Ord.GeoSpatial.ArcBand3D.radius=117 | ||
| 53 | Ord.GeoSpatial.ArcBand3D.tilt=114 | ||
| 54 | Ord.GeoSpatial.ArcBand3D.vopening=116 | ||
| 55 | Ord.GeoSpatial.Circle.radius=96 | ||
| 56 | Ord.GeoSpatial.ContactInfo.email=66 | ||
| 57 | Ord.GeoSpatial.ContactInfo.givenname=64 | ||
| 58 | Ord.GeoSpatial.ContactInfo.phone=67 | ||
| 59 | Ord.GeoSpatial.ContactInfo.surname=65 | ||
| 60 | Ord.GeoSpatial.Ellipse.major=96 | ||
| 61 | Ord.GeoSpatial.Ellipse.minor=97 | ||
| 62 | Ord.GeoSpatial.Ellipse.orient=98 | ||
| 63 | Ord.GeoSpatial.Ellipsoid.major=112 | ||
| 64 | Ord.GeoSpatial.Ellipsoid.minor=113 | ||
| 65 | Ord.GeoSpatial.Ellipsoid.orient=114 | ||
| 66 | Ord.GeoSpatial.Ellipsoid.vert=115 | ||
| 67 | Ord.GeoSpatial.Event.data=68 | ||
| 68 | Ord.GeoSpatial.Event.epoch=65 | ||
| 69 | Ord.GeoSpatial.Event.infoEvent=1 | ||
| 70 | Ord.GeoSpatial.Event.infoProducer=2 | ||
| 71 | Ord.GeoSpatial.Event.location=66 | ||
| 72 | Ord.GeoSpatial.Event.speed=67 | ||
| 73 | Ord.GeoSpatial.Event.uuid=64 | ||
| 74 | Ord.GeoSpatial.EventProducer.Notify.Data.event=80 | ||
| 75 | Ord.GeoSpatial.EventProducer.RequestInfo.Output.producer=80 | ||
| 76 | Ord.GeoSpatial.GeoObject.address=84 | ||
| 77 | Ord.GeoSpatial.GeoObject.bounds=80 | ||
| 78 | Ord.GeoSpatial.GeoObject.floorMax=82 | ||
| 79 | Ord.GeoSpatial.GeoObject.floorMin=81 | ||
| 80 | Ord.GeoSpatial.GeoObject.shape=83 | ||
| 81 | Ord.GeoSpatial.GeoObject.validBegin=85 | ||
| 82 | Ord.GeoSpatial.GeoObject.validEnd=86 | ||
| 83 | Ord.GeoSpatial.Location.address=83 | ||
| 84 | Ord.GeoSpatial.Location.confidence=82 | ||
| 85 | Ord.GeoSpatial.Location.floor=84 | ||
| 86 | Ord.GeoSpatial.Location.shape=80 | ||
| 87 | Ord.GeoSpatial.Location.veracity=81 | ||
| 88 | Ord.GeoSpatial.Object.data=70 | ||
| 89 | Ord.GeoSpatial.Object.description=69 | ||
| 90 | Ord.GeoSpatial.Object.name=68 | ||
| 91 | Ord.GeoSpatial.Object.typeObject=64 | ||
| 92 | Ord.GeoSpatial.Object.uriClassifier=67 | ||
| 93 | Ord.GeoSpatial.Object.uriExternal=66 | ||
| 94 | Ord.GeoSpatial.Object.uuid=65 | ||
| 95 | Ord.GeoSpatial.Point2D.lat=80 | ||
| 96 | Ord.GeoSpatial.Point2D.lon=81 | ||
| 97 | Ord.GeoSpatial.Point3D.alt=96 | ||
| 98 | Ord.GeoSpatial.PointOfInterest.address=69 | ||
| 99 | Ord.GeoSpatial.PointOfInterest.confidence=68 | ||
| 100 | Ord.GeoSpatial.PointOfInterest.contact=70 | ||
| 101 | Ord.GeoSpatial.PointOfInterest.description=66 | ||
| 102 | Ord.GeoSpatial.PointOfInterest.floor=65 | ||
| 103 | Ord.GeoSpatial.PointOfInterest.name=64 | ||
| 104 | Ord.GeoSpatial.PointOfInterest.position=67 | ||
| 105 | Ord.GeoSpatial.Polygon.points=97 | ||
| 106 | Ord.GeoSpatial.Polygon.units=96 | ||
| 107 | Ord.GeoSpatial.Polygon3D.points=113 | ||
| 108 | Ord.GeoSpatial.Polygon3D.units=112 | ||
| 109 | Ord.GeoSpatial.Polygon3D.vert=114 | ||
| 110 | Ord.GeoSpatial.ProducerInfo.events=80 | ||
| 111 | Ord.GeoSpatial.Shape.type=64 | ||
| 112 | Ord.GeoSpatial.Spheroid.radius=112 | ||
| 113 | Ord.GeoSpatial.Spheroid.vert=113 | ||
| 114 | Ord.Logging.ActionMsg.category=98 | ||
| 115 | Ord.Logging.ActionMsg.id=96 | ||
| 116 | Ord.Logging.ActionMsg.iid=99 | ||
| 117 | Ord.Logging.ActionMsg.severity=97 | ||
| 118 | Ord.Logging.AppMetrics.currentCount=81 | ||
| 119 | Ord.Logging.AppMetrics.failureCount=86 | ||
| 120 | Ord.Logging.AppMetrics.peakCount=82 | ||
| 121 | Ord.Logging.AppMetrics.peakTime=84 | ||
| 122 | Ord.Logging.AppMetrics.successCount=85 | ||
| 123 | Ord.Logging.AppMetrics.totalCount=80 | ||
| 124 | Ord.Logging.AppMetrics.totalTime=83 | ||
| 125 | Ord.Logging.DebugInfo.file=64 | ||
| 126 | Ord.Logging.DebugInfo.line=65 | ||
| 127 | Ord.Logging.DebugInfo.thid=66 | ||
| 128 | Ord.Logging.MessageBase.data=68 | ||
| 129 | Ord.Logging.MessageBase.date=65 | ||
| 130 | Ord.Logging.MessageBase.debug=69 | ||
| 131 | Ord.Logging.MessageBase.info=67 | ||
| 132 | Ord.Logging.MessageBase.source=66 | ||
| 133 | Ord.Logging.MessageBase.type=64 | ||
| 134 | Ord.Logging.Metric.metricType=64 | ||
| 135 | Ord.Logging.Metric.name=65 | ||
| 136 | Ord.Logging.MetricMsg.duration=81 | ||
| 137 | Ord.Logging.MetricMsg.metrics=82 | ||
| 138 | Ord.Logging.MetricMsg.start=80 | ||
| 139 | Ord.Logging.PegCount.value=80 | ||
| 140 | Ord.Logging.TaskReport.duration=114 | ||
| 141 | Ord.Logging.TaskReport.result=115 | ||
| 142 | Ord.Logging.TaskReport.start=113 | ||
| 143 | Ord.Logging.TaskReport.taskid=112 | ||
| 144 | Ord.Logging.TraceMsg.level=96 | ||
| 145 | Ord.Logging.TransactionMsg.acctid=82 | ||
| 146 | Ord.Logging.TransactionMsg.appid=84 | ||
| 147 | Ord.Logging.TransactionMsg.devid=83 | ||
| 148 | Ord.Logging.TransactionMsg.etid=81 | ||
| 149 | Ord.Logging.TransactionMsg.tid=80 | ||
| 150 | Ord.Logging.UsageMsg.uri=96 | ||
| 151 | Ord.Tensor.Command.argument=66 | ||
| 152 | Ord.Tensor.Command.etid=65 | ||
| 153 | Ord.Tensor.Command.name=64 | ||
| 154 | Ord.Tensor.CommandApi.Execute.Input.commands=64 | ||
| 155 | Ord.Tensor.CommandApi.Execute.Input.wantresponses=65 | ||
| 156 | Ord.Tensor.CommandApi.Execute.Output.lastcommand=64 | ||
| 157 | Ord.Tensor.CommandApi.Execute.Output.lastresult=65 | ||
| 158 | Ord.Tensor.CommandApi.Execute.Output.responses=66 | ||
| 159 | Ord.Tensor.CommandResponse.etid=65 | ||
| 160 | Ord.Tensor.CommandResponse.name=64 | ||
| 161 | Ord.Tensor.CommandResponse.output=67 | ||
| 162 | Ord.Tensor.CommandResponse.result=66 | ||
| 163 | Ord.Tensor.InputBase.devid=64 | ||
| 164 | Ord.Tensor.InputBase.directive=66 | ||
| 165 | Ord.Tensor.InputBase.etid=65 | ||
| 166 | Ord.Tensor.NameValue.name=64 | ||
| 167 | Ord.Tensor.NameValue.value=65 | ||
| 168 | Ord.Tensor.OutputBase.devid=64 | ||
| 169 | Ord.Tensor.OutputBase.errinfo=67 | ||
| 170 | Ord.Tensor.OutputBase.etid=65 | ||
| 171 | Ord.Tensor.OutputBase.resultcode=66 | ||
| 172 | Ord.Tensor.VoidType.reserved=64 | ||
| 173 | SID.GeoSpatial.EventProducer.Notify.Data=4242 | ||
| 174 | SID.GeoSpatial.EventProducer.RequestInfo.Input=4240 | ||
| 175 | SID.GeoSpatial.EventProducer.RequestInfo.Output=4241 | ||
| 176 | SID.Tensor.CommandApi.Execute.Input=256 | ||
| 177 | SID.Tensor.CommandApi.Execute.Output=257 | ||
| 178 | Size.GeoSpatial.AddressInfo=-1 | ||
| 179 | Size.GeoSpatial.Arc3D=-1 | ||
| 180 | Size.GeoSpatial.Arc=-1 | ||
| 181 | Size.GeoSpatial.ArcBand3D=-1 | ||
| 182 | Size.GeoSpatial.ArcBand=-1 | ||
| 183 | Size.GeoSpatial.BoundingBox=24 | ||
| 184 | Size.GeoSpatial.Circle=-1 | ||
| 185 | Size.GeoSpatial.ContactInfo=-1 | ||
| 186 | Size.GeoSpatial.Ellipse=-1 | ||
| 187 | Size.GeoSpatial.Ellipsoid=-1 | ||
| 188 | Size.GeoSpatial.Event.SpeedInfo=16 | ||
| 189 | Size.GeoSpatial.Event=-1 | ||
| 190 | Size.GeoSpatial.EventProducer.Notify.Data=-1 | ||
| 191 | Size.GeoSpatial.EventProducer.RequestInfo.Input=-1 | ||
| 192 | Size.GeoSpatial.EventProducer.RequestInfo.Output=-1 | ||
| 193 | Size.GeoSpatial.GeoObject=-1 | ||
| 194 | Size.GeoSpatial.Location=-1 | ||
| 195 | Size.GeoSpatial.Object=-1 | ||
| 196 | Size.GeoSpatial.Point2D=-1 | ||
| 197 | Size.GeoSpatial.Point3D=-1 | ||
| 198 | Size.GeoSpatial.PointOfInterest=-1 | ||
| 199 | Size.GeoSpatial.Polygon3D=-1 | ||
| 200 | Size.GeoSpatial.Polygon=-1 | ||
| 201 | Size.GeoSpatial.PositionECEF=24 | ||
| 202 | Size.GeoSpatial.ProducerInfo=-1 | ||
| 203 | Size.GeoSpatial.Shape=-1 | ||
| 204 | Size.GeoSpatial.Spheroid=-1 | ||
| 205 | Size.Logging.ActionMsg=-1 | ||
| 206 | Size.Logging.AppMetrics=-1 | ||
| 207 | Size.Logging.DebugInfo=-1 | ||
| 208 | Size.Logging.MessageBase=-1 | ||
| 209 | Size.Logging.Metric=-1 | ||
| 210 | Size.Logging.MetricMsg=-1 | ||
| 211 | Size.Logging.PegCount=-1 | ||
| 212 | Size.Logging.TaskReport=-1 | ||
| 213 | Size.Logging.TraceMsg=-1 | ||
| 214 | Size.Logging.TransactionMsg=-1 | ||
| 215 | Size.Logging.UsageMsg=-1 | ||
| 216 | Size.Tensor.Command=-1 | ||
| 217 | Size.Tensor.CommandApi.Execute.Input=-1 | ||
| 218 | Size.Tensor.CommandApi.Execute.Output=-1 | ||
| 219 | Size.Tensor.CommandResponse=-1 | ||
| 220 | Size.Tensor.InputBase=-1 | ||
| 221 | Size.Tensor.NameValue=-1 | ||
| 222 | Size.Tensor.OutputBase=-1 | ||
| 223 | Size.Tensor.VoidType=-1 |
-
Please register or sign in to post a comment