Main Content
maplineshape
Description
A maplineshape
object represents a line or multiline in planar
coordinates. A multiline is an individual line shape that contains a
set of separate lines.
To represent a line or multiline in geographic coordinates, use a geolineshape
object
instead.
Creation
To create maplineshape
objects, either:
Import line data in planar coordinates as a geospatial table using the
readgeotable
function, and then query theShape
variable of the table.Use the
maplineshape
function (described here).
Description
Input Arguments
Properties
Object Functions
geoplot | Plot points, lines, and polygons on map |
mapclip | Clip planar shape to xy-limits or polygon |
buffer | Buffer shape in geographic or planar coordinates |
linelength | Length of line shape in geographic or planar coordinates |
bounds | Bounds of shape in geographic or planar coordinates |
ismultipoint | Determine which array elements are multipoint shapes |
Examples
Version History
Introduced in R2021b