Information about shapefile
returns a structure, info
= shapeinfo(filename
)info
, whose fields contain information about
the contents of a shapefile.
filename
can be the base name or the full name of any one of
the component files. shapeinfo
reads all three files as long as
they exist in the same folder and the unit of length or angle is not specified. If
the main file (with extension .
SHP) is missing,
shapeinfo
returns an error. If either of the other files is
missing, shapeinfo
returns a warning.
shapeinfo
cannot tell you which coordinate system the data in a
shapefile uses. Coordinates can be either planar (x,
y) or geographic (lat,
lon) and have a variety of units. This information can be
critical to the proper display of shapefile vector data. For more information on this
topic, see Mapstructs and Geostructs.