TileLogicTM             
 
Menu

Shapefile: Shapes and data

Shapefile: Shapes and data
 
ESRI Shapefiles are somewhat of an "odd duck", in that, they are not one file, but rather multiple files.  Each file with the extension ".shp" can contain one shape type, such as a polyline or point.  If that's not confusing enough, for each ".shp" file, there is a corresponding ".shx" (and index file to the shapes you created in .shp) and a ".dbf" file (which contains attributes for each shape in the .shp file).
 
Therefore if you were to create an ESRI shapefile with the name "MAINNAME",  3 files will be created; MAINNAME.SHP, MAINNAME.SHX, AND MAINNAME.DBF.  This could represent lines, such as tile lines, that are all 3D polyline shape, or all 3D points such as from a topo survey, BUT NOT BOTH.  
 
Therefore when you select a save file name in TileLogic Office it is used as a PREFIX for the file.  For example, say your choice for a  filename, again is "MAINNAME".  [This will be used in the examples below].  In the graphic above, the frames indicate the filename's SUFFIX that will be appended to your selected filename.  As an example, if the user checks the box in the upper left for "TOPO", and the checkbox "LINE" then these files will be created; MAINNAME_topo.shp, MAINNAME_topo.shx, MAINNAME_topo.dbf, MAINNAME_polyline.shp, MAINNAME_polyline.shx, MAINNAME_polyline.dbf.
 
A more thorough discussion of shapefles is outside the scope of this document, but it should be noted that most programs will be able to open these files and "overlay" each them as layers to create a comprehensive map.
 
 
1

POI check

1. POI check
 
If checked, will create a file named MAINNAME_POI.  This file will consist only of data that was a POI, as point shape.
 
2

TOPO check

2. TOPO check
If checked, will create a file named MAINNAME_TOPO.  This file will consist only of data that has the style "TOPO", as 3D point shape.
 
3

LINE / EX_Tile check

3. LINE / EX_Tile check
If "LINE"checked, data with style "Line" will be exported.
If "EX_TILE" checked, data with style "EX_Tile" will be exported.
 
Either or both of the above will create a file named MAINNAME_polyline.  This file will consist of data as 3D polyline shape.
 
4

POINT / DOT check

4. POINT / DOT check
 
If "POINT"checked, data with style "Point" will be exported.
If "DOT" checked, data with style "Dot" will be exported.
 
Either or both of the above will create a file named MAINNAME_point.  This file will consist of data as 3D point shape.
 
5

LANDRAIN NETWORK check

5. LANDRAIN NETWORK check
If a LandrainTM network file has been overlaid, this option will be enabled.
 
If checked, will create a file named MAINNAME_net.  This file will consist only of Network data, as 3D polyline shapes.
 
6

Coordinate type option

6. Coordinate type option
 
Selection for the coordinate output type.
 
7

File Creation option

7. File Creation option
 
If a file with the prefix exists (like MAINNAME in the examples above), then you may choose to add to the data (append) or simply replace it (create new).
 
8

CANCEL button

8. CANCEL button
 
Cancels the operation
 
9

CONTINUE button

9. CONTINUE button
 
When the user has completed the selections, this box will be enabled, and clicking on it begins the file(s) generation process.