- shp—The main file that stores the feature geometry; required.
- shx—The index file that stores the index of the feature geometry; required.
- dbf—The dBASE table that stores the attribute information of features; required.
- sbn and .
- fbn and .
- ain and .
- atx—An .
Also, what are the three main files created for a shapefile?
Shapefiles are composed of 3 mandatory files . shp, . shx and . dbf.
Secondly, how many files are in a shapefile? Almost all of the vector GIS data available on the web is in shapefile format. A shapefile actually consists of at least three binary files, and you must keep all three files together. The SHP file, with the coordinates. These are stored in binary format, but can be displayed in human readable text.
Regarding this, what is a shape file in ArcGIS?
A shapefile is an Esri vector data storage format for storing the location, shape, and attributes of geographic features. Shapefiles often contain large features with a lot of associated data and historically have been used in GIS desktop applications such as ArcMap.
What are the individual files that make up a shape file?
An ESRI shapefile consists of a main file, an index file, and a dBASE table. The main file is a direct access, variable-record-length file in which each record describes a shape with a list of its vertices.