A shape is a set of vector coordinates or geodetic positions that define a feature. TPC supports a number of shapes, including Points, Polylines and Polygons and their Z and M variants.
A hard and fast rule of shape files is that a shape file can contain only one kind of shape. So all the shapes in a file must be of just one shape type.
What are Shape Files?
Shape files store GIS data. More specifically, they store non-topological geometry and attribute information for the spatial features in a GIS data set. Shapes define positions, boundaries and areas. TPC supports some, but not all of the shape definitions defined in ‘ESRI Shape File Technical Description – An ESRI White Paper – July 1998'.
Shape Files Sets
Shape files come in sets of four –
1.a Shape file (.SHP) that includes the shapes themselves
2.an Index file (.SHX) that stores the locations of the individual shapes in the Shape file
3.a Database file (.DBF) that stores the attributes of each shape
4.a Projection file (.PRJ) that defines the parameters that transform geodetic positions to coordinates
These files always share the same file name, as in Phase1.SHP, Phase1.SHX, Phase1.DBF and Phase1.PRJ.
Every Shape file must also have an Index file and Database file. Therefore, when TPC writes a shape file, it also writes the corresponding index file and database files.
Compressed Shape Files
Many GIS applications import a .zip file that contains the four shape files TPC exports.
Beginning with TPC Desktop 2026, TPC automatically creates the compressed .zip file from the shape files you just exported.
GIS Interface (25:57) - In this web seminar we show you how to work with ESRI .SHP files along with how the projections and coordinate reference systems work with them and your data.