CAD and GIS Exports
Get GeoDin data out to CAD and GIS: export layouts as DXF from the internal PDF printer, and export query results as point shape files for ArcGIS.
GeoDin's internal PDF printer can export layouts as DXF files for use in AutoCAD or other CAD software.
DXF export makes GeoDin graphical output (borehole logs, cross-sections) directly consumable in AutoCAD workflows.
The internal PDF printer supports vector output (not just raster), preserving quality for CAD and publication use.
For the DXF route in detail (block vs linear structure, ACAD_COLORS.TXT colour mapping), see DXF Export.
Exporting query results as a shape file
The Export shape files method turns the result of a GeoDin query into a point shape file that any GIS can read. It sits inside the Publish and export method, which is available on object and measurement point nodes as well as on queries and groups.
For the ArcGIS side of the connection, see ArcGIS integration.
Reference: shape attributes written by the export
GeoDin always creates a point data shape. The result fields of the query are attached to it as attribute fields, with two rules worth knowing before you design the query:
Short field names when several tables are involved. If a query draws on more than one GeoDin table, the short names of the fields are used in the shape. The complete
tablename.fieldnamenotation exceeds the maximum field length allowed by the shape attribute column definition.XCOORD and YCOORD are added automatically. So that the point data can be located, the fields
XCOORDandYCOORDfrom the GeoDin general data are added to the object automatically. They appear as shape attributes even when they are not part of the query result fields.
The coordinate system the exported coordinates belong to is the one stored on the object - see Coordinate Systems and EPSG.
Last updated
Was this helpful?