Shapefile is an Esri legacy format used to describe georeferenced GIS features (points, lines, polygons, and limited multipatches). It has limited support for GIS attributes and should be considered superseded by Esri FileGDB.
Import options
For shapefile import, the following options are available:
| Option | Description |
|---|---|
File |
Note:
|
Coordinate System |
|
Using Attributes from SHP file |
Note:The Source field is set to Object, which denotes that the CGA height attribute is controlled by the object attribute of the lot. |
Graph options
The following graph options are available:
| Option | Description |
|---|---|
Run Generate Bridges Tool after Import | If enabled, the Generate Bridges tool is run on a subsequent wizard page. |
Run Simplify Graph Tool after Import | If enabled, the Simplify Graph tool is run on a subsequent wizard page. |
Run Graph Cleanup Tool after Import | Depending on the shapefile data, it may be necessary to clean up the graph segments after import. If enabled, the Cleanup Graph tool is run on a following wizard page. |
Create Street/Node Shapes from Graph | If enabled, the shape creation parameter of the graph nodes and segments is enabled and street shapes are created. |
Create Block/Lot Shapes from Graph | If enabled, the shape creation parameter of potentially created street blocks is enabled and shapes are created. |
Map shapefile object attributes
Consider the following when working with shapefile object attributes:
- When importing streets, if you want to map attributes, prepare the data field names to include strtWdth , sdwlkWdthR, and sdwlkWdthL. Check the Map Shapefile Attributes check box in the Shapefile dialog box to generate lane shapes with unique widths in the Viewport window. When imported, the Object Attributes section in the Inspector window will display the field names as streetWidth, sidewalkWidthRight and sidewalkWidthLeft.
- The streetWidth attribute represents the total width of the roadbed visualized as two lanes. If the width value is defined as 0, then no lane shapes are generated.
- When the Map Shapefile Attributes check box is unchecked, default lanes are generated to include a two-lane roadbed (8 meters wide) flanked by two sidewalks (each 2 meters wide), regardless of the attributed values. The same result also appears if the data fields have not been defined by the strtWdth , sdwlkWdthR, and sdwlkWdthL names.