TheSwamp

CAD Forums => Vertically Challenged => Land Lubber / Geographically Positioned => Topic started by: nobody on January 22, 2018, 12:42:13 PM

Title: Combined Shape File
Post by: nobody on January 22, 2018, 12:42:13 PM
I don't think it is, but is it possible to export a shapefile that contains everything in one file (polylines, points, etc)?

Thanks!
Title: Re: Combined Shape File
Post by: mjfarrell on January 22, 2018, 03:39:13 PM
I don't think it is, but is it possible to export a shapefile that contains everything in one file (polylines, points, etc)?

Thanks!

Not directly out of MAP. (as a SHP file)

However one can do it as and ESRI COVERAGE file or ESRI e00 file type.

However not all programs that are looking for a SHP file can import those other two as well.
Title: Re: Combined Shape File
Post by: mjfarrell on January 22, 2018, 03:51:38 PM
bump....for revision above AAACK.....no that doesn't work either....

back to original answer....NOT DIRECTLY OUT OF AUTOCAD MAP
Title: Re: Combined Shape File
Post by: nobody on January 23, 2018, 07:09:08 PM
Thanks!
Title: Re: Combined Shape File
Post by: kirby on January 24, 2018, 10:27:09 AM
Just an FYI from ESRI Shapefile specification
https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf

All the non-Null shapes in a shapefile are required to be of the same shape type. The
values for shape type are as follows:

Value Shape Type
0 Null Shape
1 Point
3 PolyLine
5 Polygon
8 MultiPoint
11 PointZ
13 PolyLineZ
15 PolygonZ
18 MultiPointZ
21 PointM
23 PolyLineM
25 PolygonM
28 MultiPointM
31 MultiPatch