Main Content
geolineshape
Description
A geolineshape
object represents a line or multiline in
geographic coordinates. A multiline is an individual line shape that
contains a set of separate lines.
To represent a line or multiline in planar coordinates, use a maplineshape
object
instead.
Creation
To create geolineshape
objects, either:
Import line data in geographic coordinates as a geospatial table using the
readgeotable
function, and then query theShape
variable of the table.Use the
geolineshape
function (described here).
Description
Input Arguments
Properties
Object Functions
geoplot | Plot points, lines, and polygons on map |
geoclip | Clip geographic shape to latitude-longitude 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