Difference between revisions of "Geopoint Uncategorised"
From IMSMA Wiki
Line 7: | Line 7: | ||
| | | | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
− | ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name | + | ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name !! Comment |
|- | |- | ||
− | | Bearing || Double || Bearing || || | + | | Bearing || Double || Bearing || || bearing || Relative from the previous point |
|- | |- | ||
− | | Coordinate Format || String || coordformat || || CoordFormat | + | | Coordinate Format || String || coordformat || || CoordFormat || |
|- | |- | ||
− | | Coordinate System || String || | + | | Coordinate System || String || coordrefsys || || CoordRefSys || |
|- | |- | ||
− | | Distance (m) || Double || | + | | Distance (m) || Double || distance || || Distance || Relative from the previous point |
|- | |- | ||
− | | - || Double || | + | | - || Double || elevation || || Elevation || |
|- | |- | ||
− | | - || Single-select || fixedby_guid || || FixedByGuid | + | | - || Single-select || fixedby_guid || || FixedByGuid || |
|- | |- | ||
− | | - || Parent || | + | | - || Parent || frompoint_guid || || FromPointGUID || Only used for relative points |
|- | |- | ||
− | | - || String || | + | | - || String || geopoint_guid || || Guid || |
|- | |- | ||
− | | - || Parent || | + | | - || Parent || geospatialinfo_guid || || GeospatialInfoGuid || |
|- | |- | ||
− | | Y / Latitude || Double || | + | | Y / Latitude || Double || latitude || || Latitude || Storage format |
|- | |- | ||
− | | X / Longitude || Double || | + | | X / Longitude || Double || longitude || || Longitude || |
|- | |- | ||
− | | Point Description || Text || | + | | Point Description || Text || pointdescription || || Description || |
|- | |- | ||
− | | Point ID || String || | + | | Point ID || String || pointlocal_id || || LocalId || |
|- | |- | ||
− | | Point Number || Integer || | + | | Point Number || Integer || pointno || || Number || |
|- | |- | ||
− | | Point Type || Single-select || | + | | Point Type || Single-select || pointtypeenum_guid || || Type || |
|- | |- | ||
− | | - || String || user_entered_mgrs || || UserEnteredMGRS | + | | - || String || user_entered_mgrs || || UserEnteredMGRS || What the user typed and used as input for the calculation of latitude/longitude |
|- | |- | ||
− | | - || String || user_entered_x || || UserEnteredX | + | | - || String || user_entered_x || || UserEnteredX || What the user typed and used as input for the calculation of latitude/longitude |
|- | |- | ||
− | | - || String || user_entered_y || || UserEnteredY | + | | - || String || user_entered_y || || UserEnteredY || What the user typed and used as input for the calculation of latitude/longitude |
|- | |- | ||
− | | - || String || userinputformat || || UserInputFormat | + | | - || String || userinputformat || || UserInputFormat || Controls how the coordinates will be shown in the DEF and Summary window |
|} | |} | ||
|} | |} | ||
{{NavBox Data Dictionary}} | {{NavBox Data Dictionary}} | ||
[[Category:NAA]] | [[Category:NAA]] |
Revision as of 22:32, 6 October 2016
The table is called geopoint and the entity type is called GEOPOINT. |
|