is an optional GeometryObject to use for the coordinates property of this LineString.
is an optional GeometryObject to use for the coordinates property of this LineString.
is an optional GeometryObject to use for the coordinates property of this LineString.
Retrieves an array of numbers that represents the bounding box of the LineString.
Construct a Terraformer Primitive from this LineString.
the Terraformer.Primitive of this LineString.
Construct a Turf Feature from this LineString.
the Turf Feature of this LineString.
The type property of a geometry as a string ('LineString').
Buffers the geometry of the LineString by the GeometryMeasure given as the input parameter.
a new [GeometryObject]]
Buffers the geometry of the LineString by the GeometryMeasure given as the input parameter.
a new [GeometryObject]]
Buffers the geometry of the LineString by the GeometryMeasure given as the input parameter.
a new [GeometryObject]]
See if this LineString contains the GeometryObject given as the input parameter.
a boolean
See if this LineString contains the GeometryObject given as the input parameter.
a boolean
See if this LineString contains the GeometryObject given as the input parameter.
a boolean
Convex Hull is the Polygon stretched around this LineString
a new Polygon
Convex Hull is the Polygon stretched around this LineString
a new Polygon
Convex Hull is the Polygon stretched around this LineString
a new Polygon
See if this LineString does not intersect the GeometryObject given as an input parameter.
a boolean
See if this LineString does not intersect the GeometryObject given as an input parameter.
a boolean
See if this LineString does not intersect the GeometryObject given as an input parameter.
a boolean
See if a GeometryObject given as the input parameter is equal to this LineString.
a boolean
See if a GeometryObject given as the input parameter is equal to this LineString.
a boolean
See if a GeometryObject given as the input parameter is equal to this LineString.
a boolean
Get the length of this LineString in specified units.
as string
the GeometryMeasure of the length.
Get the length of this LineString in specified units.
as string
the GeometryMeasure of the length.
Get the length of this LineString in specified units.
as string
the GeometryMeasure of the length.
See if this LineString intersects the GeometryObject given as an input parameter.
a boolean
See if this LineString intersects the GeometryObject given as an input parameter.
a boolean
See if this LineString intersects the GeometryObject given as an input parameter.
a boolean
See if this LineString overlaps the GeometryObject given as an input parameter.
a boolean
See if this LineString overlaps the GeometryObject given as an input parameter.
a boolean
See if this LineString overlaps the GeometryObject given as an input parameter.
a boolean
Get the point along this LineString from the GeometryMeasure given as an input parameter.
as GeometryMeasure used to get the point
the GeometryObject of the point.
Get the point along this LineString from the GeometryMeasure given as an input parameter.
as GeometryMeasure used to get the point
the GeometryObject of the point.
Get the point along this LineString from the GeometryMeasure given as an input parameter.
as GeometryMeasure used to get the point
the GeometryObject of the point.
Convert this LineString to well-known text representation.
the well-known text representation this LineString.
Convert this LineString to well-known text representation.
the well-known text representation this LineString.
Convert this LineString to well-known text representation.
the well-known text representation this LineString.
See if this LineString is within the GeometryObject given as an input parameter.
a boolean
See if this LineString is within the GeometryObject given as an input parameter.
a boolean
See if this LineString is within the GeometryObject given as an input parameter.
a boolean
Static method for creating a LineString from well-known text.
is a string of well-known text representing a line.
a LineString parsed from the well-known text input parameter.
Static method for creating a LineString from well-known text.
is a string of well-known text representing a line.
a LineString parsed from the well-known text input parameter.
Static method for creating a LineString from well-known text.
is a string of well-known text representing a line.
a LineString parsed from the well-known text input parameter.
The LineString class is a type of GeometryObject representing a line.
var lineGeometryObject = { type: 'LineString', coordinates: [[-82.441406,29.2001234], [-82.441406,29.535229]] };
var lineString = new LineString(lineGeometryObject);