fixed bug in PointOfIntrest postion definition
Showing
2 changed files
with
2 additions
and
52 deletions
... | @@ -31,10 +31,8 @@ | ... | @@ -31,10 +31,8 @@ |
31 | <elem name="description" multiplicity ="1" type="string"> | 31 | <elem name="description" multiplicity ="1" type="string"> |
32 | <comment>Other information describing the point of interest.</comment> | 32 | <comment>Other information describing the point of interest.</comment> |
33 | </elem> | 33 | </elem> |
34 | <elem name="position" multiplicity="1" type="PositionECEF" polymorphic="true" > | 34 | <elem name="position" multiplicity="1" type="PositionECEF" > |
35 | <comment> | 35 | <comment>Center position of the POI.</comment> |
36 | Center position of the POI. | ||
37 | </comment> | ||
38 | </elem> | 36 | </elem> |
39 | <elem name="confidence" type="float32" multiplicity="1"> | 37 | <elem name="confidence" type="float32" multiplicity="1"> |
40 | <comment>Confidence of position shape. Valid range is 0.0 to 1.0</comment> | 38 | <comment>Confidence of position shape. Valid range is 0.0 to 1.0</comment> | ... | ... |
... | @@ -111,43 +111,6 @@ Ord.GeoSpatial.ProducerInfo.events=80 | ... | @@ -111,43 +111,6 @@ Ord.GeoSpatial.ProducerInfo.events=80 |
111 | Ord.GeoSpatial.Shape.type=64 | 111 | Ord.GeoSpatial.Shape.type=64 |
112 | Ord.GeoSpatial.Spheroid.radius=112 | 112 | Ord.GeoSpatial.Spheroid.radius=112 |
113 | Ord.GeoSpatial.Spheroid.vert=113 | 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 | 114 | Ord.Tensor.Command.argument=66 |
152 | Ord.Tensor.Command.etid=65 | 115 | Ord.Tensor.Command.etid=65 |
153 | Ord.Tensor.Command.name=64 | 116 | Ord.Tensor.Command.name=64 |
... | @@ -202,17 +165,6 @@ Size.GeoSpatial.PositionECEF=24 | ... | @@ -202,17 +165,6 @@ Size.GeoSpatial.PositionECEF=24 |
202 | Size.GeoSpatial.ProducerInfo=-1 | 165 | Size.GeoSpatial.ProducerInfo=-1 |
203 | Size.GeoSpatial.Shape=-1 | 166 | Size.GeoSpatial.Shape=-1 |
204 | Size.GeoSpatial.Spheroid=-1 | 167 | 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 | 168 | Size.Tensor.Command=-1 |
217 | Size.Tensor.CommandApi.Execute.Input=-1 | 169 | Size.Tensor.CommandApi.Execute.Input=-1 |
218 | Size.Tensor.CommandApi.Execute.Output=-1 | 170 | Size.Tensor.CommandApi.Execute.Output=-1 | ... | ... |
-
Please register or sign in to post a comment