Introducing the Shapefile Format
The
-
A Shapefile (.shp) - Contains the geometry of the objects.
-
A Dbase file (.dbf) - Contains the attributes of the objects. This file is optional.
-
An index file (.shx) - Contains the indexes of the objects in the .shp file to facilitate access to data. This file is optional and is used to perform random access of geometries by the load-on-demand process.
-
A spatial index file (.idx) - Contains tiling information. This file is Maps module specific and is used to perform load-on-demand on Shapefiles. This file is optional and is used to store tiling information for the load-on-demand process.
This format does not contain information concerning the coordinate system used to reference the position of the graphic objects. Objects in Shapefiles are often positioned within a geographic projection (IlvGeographicProjection), but this is far from being the rule.