# Shapefile

Esri shapefiles are a simple, non-topological format for storing the geometric location and attribute information of geographic features. A shapefile is one of the spatial data formats that you can work with in ArcGIS.

The shapefile format defines the geometry and attributes of geographically referenced features in as many as five files with specific file extensions that should be stored in the same project workspace. The file extensions are as follows:

`.shp`: The file that stores the feature geometry.

`.shx`: The file that stores the index of the feature geometry.

`.dbf`: The dBASE file that stores the attribute information of features.\
\&#xNAN;*When a shapefile is added as a theme to a view, this file is displayed as a feature table.*

`.sbn` and `.sbx`: The files that store the spatial index of the features.\
\&#xNAN;*These two files only exist if you perform theme-on-theme selection, spatial joins or create an index on a theme's SHAPE field.*

`.prj`**:** The file that stores the projection information.

## List of layers <a href="#id-3.2-list-of-layers" id="id-3.2-list-of-layers"></a>

| Layer                                        | Country | Description |
| -------------------------------------------- | ------- | ----------- |
| county\_region (inc GLAs)                    | E       | Polygon     |
| county\_electoral\_division\_region          | E       | Polygon     |
| district\_borough\_unitary\_region           | E, S, W | Polygon     |
| district\_borough\_unitary\_ward\_region     | E, S    | Polygon     |
| english\_region\_region                      | E       | Polygon     |
| greater\_london\_const\_region               | E       | Polygon     |
| high\_water\_polyline                        | E, S, W | Polyline    |
| parish\_region                               | E, S, W | Polygon     |
| unitary\_electoral\_division\_region         | E, W    | Polygon     |
| westminster\_const\_region                   | E, S, W | Polygon     |
| scotland\_and\_wales\_const\_region          | S, W    | Polygon     |
| scotland\_and\_wales\_region                 | S, W    | Polygon     |
| polling\_districts\_england\_region          | E       | Polygon     |
| Boundary\_line\_historic\_counties\_region   | E, S, W | Polygon     |
| community\_ward\_region                      | W       | Polygon     |
| Boundary\_line\_ceremonial\_counties\_region | E, S, W | Polygon     |
| historic\_european\_region\_region           | E, S, W | Polygon     |
| country\_region                              | E, S, W | Polygon     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.os.uk/os-downloads/products/areas-and-zones-portfolio/boundary-line/boundary-line-technical-specification/shapefile-tab-and-gkpg/layers-shapefile-tab-and-gkpg/shapefile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
