Below, a few approaches to getting you intersection information back to your source GIS will be discuss.
If you want to take your generated intersections back to an ESRI system, the process will be like this:
- Generate your intersections as before with GTIntersect or GTInterGtg, only add the EmbedData=1 option to the parameter file.
- Import the Intersection .GTG file you create as Session Graphics in GTViewer (Draw/Import/Import GTViewer Graphics).
- Export the Session Category data as a Shapefile (Draw/Export/Export As Shapefile)
- You will get 3 files created in the specified Export Path: Inter_point.dbf, Inter_point.shp, Inter_point.shx
- Use the generated files to update your ESRI system.
And alternative approach here would be to just use the GT2Shape utility (part of GTData) to directly convert the intersection .gtg file to shapefiles. This method would avoid using GTViewer and importing and exporting.
The process is a little different if you are using FME:
- Generate your intersections as before with GTIntersect or GTInterGtg, only add the EmbedData=1 option to the parameter file.
- In FME, select GTI_GTViewer as the source data type, then pick any format you want as the destination data type.
- Then run the translation in FME.
The FME process is very straightforward and very flexible as to the type of output you want. It could convert to Geodatabase, Shapefiles, MapInfo, Smallworld, etc.; however, you must have FME and any required components to use this approach.
No comments:
Post a Comment