Structure

<< Click to Display Table of Contents >>

Navigation:  Technical Guide > Geometry >

Structure

 

Here is the general structure of a DTSGeoJson with all the fields it uses:

 

{

 "type": "",

 "coordinates": [],

 "orientation": [],

 "cs": "",

 "dimensions": 2,

 "corrections": [],

 "extras": {},

 "geoJsonString": ""

}

 

exclamation_mark_16px Geometry data only

Please note that the structure above represents the content of the "geometry" field in a full GeoJson "Feature" object. DTS only uses this part, as the other feature elements are not relevant to the geometry and cannot be related to pure geometry structures in the various systems DTS connects.