Difference between revisions of "Geopoint Uncategorised"

From IMSMA Wiki
Jump to: navigation, search
Line 9: Line 9:
 
  ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name !! Comment
 
  ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name !! Comment
 
|-
 
|-
| Bearing || Double ||  Bearing ||  || bearing || Relative from the previous point
+
| Bearing || Double ||  bearing ||  || Bearing || Relative from the previous point
 
|-
 
|-
 
| Coordinate Format || String ||  coordformat ||  || CoordFormat ||
 
| Coordinate Format || String ||  coordformat ||  || CoordFormat ||

Revision as of 13:25, 15 October 2016

Note.jpg The table is called geopoint and the entity type is called GEOPOINT. More information about geodata may be found here.

Geo category.png

DIM Label Data type Database column name Enumcategory Pojo name Comment
Bearing Double bearing Bearing Relative from the previous point
Coordinate Format String coordformat CoordFormat
Coordinate System String coordrefsys CoordRefSys
Distance (m) Double distance Distance Relative from the previous point
- Double elevation Elevation
- Single-select fixedby_guid FixedByGuid
- Parent frompoint_guid FromPointGUID Only used for relative points
- String geopoint_guid Guid
- Parent geospatialinfo_guid GeospatialInfoGuid
Y / Latitude Double latitude Latitude Storage format
X / Longitude Double longitude Longitude
Point Description Text pointdescription Description
Point ID String pointlocal_id LocalId
Point Number Integer pointno Number
Point Type Single-select pointtypeenum_guid Type
- String user_entered_mgrs UserEnteredMGRS What the user typed and used as input for the calculation of latitude/longitude
- String user_entered_x UserEnteredX What the user typed and used as input for the calculation of latitude/longitude
- String user_entered_y UserEnteredY What the user typed and used as input for the calculation of latitude/longitude
- String userinputformat UserInputFormat Controls how the coordinates will be shown in the DEF and Summary window