Home    |    Concepts   |   API   |   Samples
Concepts > Geometry > Representations of Geometry
ESRI Shape Representation

The ESRI shape representation is the geometry representation used in shapefiles.  Shapefiles can be used to interchange data with many GIS systems, and have become a de-facto standard in the industry. This document defines the organization of the geometry object. Geometry objects can be 2D, 2D plus elevations, 2D plus measures, or 2D plus elevations and measures.  

The shape type is the first byte, and is defined as shown below. All other geometric properties follow based on the shape type:

Value

Shape Type

  Value

Shape Type

0

Null Shape(no geometric data for the shape)

  15 PolygonZ

1

Point

  18

MultiPointZ

3

PolyLine

  21

PointM

5

Polygon

  23 PolyLineM

8

MultiPoint

  25 PolygonM

11

PointZ

  28  

13

PolyLineZ

    MultiPointM

Note: Shape types not specified above (2, 4, 6, etc.) are reserved for future use.

See also

Shape types in xy space
feedback | privacy | legal