Secondly, what is the difference between a .shx and a .shp file???
Thanks in advance, Chris
if you're talking about shx in terms of ESRI's ArcView the difference
between shx and shp is that shx files contain the index, shp files contain
the objects themselves.
I never heard of a program that can convert shape files only by having the
shx file. For entire shapes you might try the free evaluation version of
FME on http://www.safe.com.
Marion Pietsch
WW Support & Services
Autodesk GIS Product Support
I am designing linetypes and I use the blocks contained in the .shx files,
but some of the blocks are corrupt and I would like to edit them. Is there a
way to do this?
The manual tells me to use the "compile" command to edit the .shx file,
but the only extensions available for editing are .shp and postscript!??
Please help,
Thanks, Chris
Here are a couple of utilities that are in Express Tools...
DUMPSHX is a DOS command line utility. With this tool, you can convert
(decompile) existing shx files to equivalent shp files.
SHP2BLK Shapes are a compact way of showing a symbol in your drawing, but
their flexibility is limited. Often it is better to use blocks. What do you
do if you have a shape but you want it to be a block? With the Shape to
Block tool you can select any shape in your drawing and instantly convert it
to a block.
These will probably do what you want. You can download them at
http://www.autodesk.com/products/acadtool/#dlinfo
Jim B.
Chris Gallagher wrote in message <3832E020...@gems8.gov.bc.ca>...