is an optional GeometryObject to use for the coordinates property of this MultiLineString.
is an optional GeometryObject to use for the coordinates property of this MultiLineString.
is an optional GeometryObject to use for the coordinates property of this MultiLineString.
Retrieves an array of numbers that represent the bounding box of the MultiLineString.
The coordinates property is an array of arrays of Position.
Construct a Terraformer Primitive from this MultiLineString.
the Terraformer.Primitive of this MultiLineString.
Construct a Turf Feature from this MultiLineString.
the [[turf.Feature]] of this MultiLineString.
The type property of a geometry as a string ('MultiLineString').
Buffers the geometry of the MultiLineString by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of the MultiLineString by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of the MultiLineString by the GeometryMeasure given as an input parameter.
a new GeometryObject
See if this MultiLineString contains the GeometryObject given as an input parameter.
a boolean
See if this MultiLineString contains the GeometryObject given as an input parameter.
a boolean
See if this MultiLineString contains the GeometryObject given as an input parameter.
a boolean
Convex Hull is the Polygon that stretches around this MultiLineString
a new Polygon
Convex Hull is the Polygon that stretches around this MultiLineString
a new Polygon
Convex Hull is the Polygon that stretches around this MultiLineString
a new Polygon
See if this MultiLineString intersects the GeometryObject given as an input parameter.
a boolean
See if this MultiLineString intersects the GeometryObject given as an input parameter.
a boolean
See if this MultiLineString intersects the GeometryObject given as an input parameter.
a boolean
Convert this MultiLineString to well-known text representation.
the well-known text representation this MultiLineString.
Convert this MultiLineString to well-known text representation.
the well-known text representation this MultiLineString.
Convert this MultiLineString to well-known text representation.
the well-known text representation this MultiLineString.
See if this MultiLineString is within the GeometryObject given as an input parameter.
a boolean
See if this MultiLineString is within the GeometryObject given as an input parameter.
a boolean
See if this MultiLineString is within the GeometryObject given as an input parameter.
a boolean
Static method for creating a MultiLineString from well-known text.
is a string of well-known text representing a MultiLineString.
a MultiLineString parsed from the well-known text.
Static method for creating a MultiLineString from well-known text.
is a string of well-known text representing a MultiLineString.
a MultiLineString parsed from the well-known text.
Static method for creating a MultiLineString from well-known text.
is a string of well-known text representing a MultiLineString.
a MultiLineString parsed from the well-known text.
The MultiLineString class is a type of GeometryObject representing a shape consisting of multiple lines.
var multiLineGeometryObject = { type: "MultiLineString", coordinates: [[[-82.4414, 29.2001], [-82.4414, 29.5352]], [[-82.1008, 29.5352], [-82.1008, 29.2001]]] };
var multiLine=new MultiLineString(multiLineGeometryObject);