PROBLEM
Coverages created using the ArcToolbox IGDS to Coverage Wizard don't have any values for the IGDS-ZVALUE field in the ACODE file, even though the 'Input IGDS file contains 3D coordinates' option is selected when converting.
The 'All levels and every element (easy)' was also select. When you select this option, the tool relies on default settings that don't write the 3D values to IGDS-ZVALUE in the ACODE file.
Code:
/* Begin: IGDS to Coverage Wizard
/* Aml script created with ArcToolBox for tool: IGDS to Coverage Wizard
/* Editing this file may make it unreadable to the ArcToolbox
Precision Single Highest
IGDSARC C:\temp\reedsport_base.dgn C:\Temp\test1 3D # # # # #
$rest all
y
/* End: IGDS to Coverage Wizard
Code:
$rest all
Code:
* * * * * * SaveZ
end
Code:
/* Begin: IGDS to Coverage Wizard
/* Aml script created with ArcToolBox for tool: IGDS to Coverage Wizard
/* Editing this file may make it unreadable to the ArcToolbox
Precision Single Highest
IGDSARC C:\temp\p3d.dgn C:\Temp\test_output 3D # # # # #
* * * * * * SaveZ
end
y
/* End: IGDS to Coverage Wizard
Article ID:000004523
Get help from ArcGIS experts
Download the Esri Support App