+ Reply to Thread
Results 1 to 2 of 2

Thread: .shp versus .mxd

  1. #1
    Dawn Nelson
    Join Date
    Mar 2012
    Posts
    3
    Points
    0
    Answers Provided
    0


    0

    Question .shp versus .mxd

    My working knowledge of ArcMap is quite limited, and my task is to merge multiple county maps (.mxd) into one state level shapefile. I have multiple .mxd files with geocoded information and am not sure how to proceed to get the desired outcome (one shapefile). Please advise! Thanks!

  2. #2
    Joe Borgione

    Join Date
    Apr 2010
    Posts
    932
    Points
    196
    Answers Provided
    20


    0

    Default Re: .shp versus .mxd

    A lesson in nomenclature:

    A true shape file is made up of at least three component files.

    <name>.shp, <name>.shx and <name>.dbf
    The .shp file is the spatial feature class in the form of points, lines, or polygons. The dbf holds the attribute data and the shx is the middle man that indexes the propr record (row) in the dbf with the proper feature.

    A lot of people use the term shape file like Kleenex and bandaid. There are other ways to store spatial data as feature classes in a geodatabase. There is a tendency to call these shape files when technically they are not.

    A mxd file is often times referred to as a map document. This document holds things like where feature classes are stored, how they are rendered, etc.

    My suggestion is to google 'what is GIS' or look at the arcgis help files to get a better perspective of the journey you are about to take.

    Please excuse any typos, I'm using an iPhone while riding a high speed commuter train to reply.

    Hope this helps.
    Joe Borgione
    AlpineGeographic

    If the suggestion I provide helps solve your problem, please feel free to give it a favorable review by clicking the up arrow. That's only only reward I get for sharing 20 + years of professional GIS experience.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts