Angular Shape Files Reference
Purpose
This topic provides resources about maps and geo-spatial related material as well as information about shape files. Use these resources to learn about and obtain shape files as well as tools for their editing before starting to bind geo-spatial data to the Ignite UI for Angular map component™ control.
Resources
Geo-spatial Overview
Before plotting geo-spatial data in the control, one should get familiar with the following resources which provide general information about maps and geo-spatial data.
Shape Files Format
The Angular IgxGeographicMapComponent
control uses popular Shape Files format as one of the sources for geo-spatial data. Shape files are usually shipped with other file types, generally files with .shp, .shx, and .dbf extensions.
The following table provides basic information and purpose for each type of shape files.
File Extension | Description |
---|---|
.shp |
A shape file contains geo-spatial vector data items that describe points, polylines, and polygons. In this file, points may describe cities, polylines may describe roads, and polygons may describe shapes/borders of countries in geographic context. |
.shx |
A shape index file contains an index for a quick lookup of a geo-spatial vector data items. |
.dbf |
A shape database file contains a table in which a row corresponds to each geo-spatial data item from a shape (.shp) file. In the shape database file, string columns may describe attributes for geo-spatial data item such as strings (names of countries, regions, cities) and numeric columns (population of countries, location of cities). |
Refer to the following resources for detailed information and specifications on how geo-spatial data is stored in shape files.
Shape File Tools
The following list provides resource tools for editing shape files.
Shape Files Data Sources
The following list provides resources for obtaining shape files. Also, samples for the IgxGeographicMapComponent
control are good source of shape files. These shape files are included in the installer for the Samples Browser.
Additional Resources
The following topics provide additional information related to this topic.
API References
IgxGeographicMapComponent
IgxGeographicPolylineSeriesComponent
IgxGeographicShapeSeriesComponent
ItemsSource
shapeMemberPath
IgxShapeDataSource