Select to view content in your preferred language

Attribute GNSS Data

2279
1
08-26-2013 05:44 AM
BrettBlack
Regular Contributor
In AGWM is it possible to automatically attribute GNSS statistics in specific attribute fields? For example, log the number of satellites, fix type, PDOP, Estimated Positional Error, etc.? If this can be done, is it party of the out-of-the-box offering or is it completed through customization?

Any insight would be appreciated. Thank you.
0 Kudos
1 Reply
AkhilParujanwala
Regular Contributor
This can be done with customization.

Here's a link on how to hide fields, but you can also set fields to have a certain value.
http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/index.html#/AttributeCustomization_e...


For example when you collect a feature using ArcGIS Mobile you can set the PDOP field in the feature to equal the GPSConnection.PDOP. Then do the same for the number of satellites and other fields you want.

Also have a look through the examples and you will be able to figure out how to do it.
0 Kudos