is an optional GeometryObject to use for the coordinates property of this MultiPoint.
is an optional GeometryObject to use for the coordinates property of this MultiPoint.
is an optional GeometryObject to use for the coordinates property of this MultiPoint.
Retrieves an array of numbers that represent the bounding box of this MultiPoint.
The coordinates property is an array of Position.
Construct a Terraformer Primitive from this MultiPoint.
the Terraformer.Primitive of this MultiPoint.
Construct a Turf Feature from this MultiPoint.
the [[turf.Feature]] of this MultiPoint.
The type property of a geometry as a string ("MultiPoint").
Buffers the geometry of the MultiPoint by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of the MultiPoint by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of the MultiPoint by the GeometryMeasure given as an input parameter.
a new GeometryObject
See if this MultiPoint contains the GeometryObject given as an input parameter.
a boolean
See if this MultiPoint contains the GeometryObject given as an input parameter.
a boolean
See if this MultiPoint contains the GeometryObject given as an input parameter.
a boolean
Convex Hull is the Polygon stretched around this MultiPoint
a new Polygon
Convex Hull is the Polygon stretched around this MultiPoint
a new Polygon
Convex Hull is the Polygon stretched around this MultiPoint
a new Polygon
See if this MultiPoint intersects the GeometryObject given as an input parameter.
a boolean
See if this MultiPoint intersects the GeometryObject given as an input parameter.
a boolean
See if this MultiPoint intersects the GeometryObject given as an input parameter.
a boolean
Convert this MultiPoint coordinates to Geographic (lat long) coordinates.
the MultiPoint with lat long coordinates.
Convert this MultiPoint coordinates to Geographic (lat long) coordinates.
the MultiPoint with lat long coordinates.
Convert this MultiPoint coordinates to Geographic (lat long) coordinates.
the MultiPoint with lat long coordinates.
Convert this MultiPoint coordinates to Web Mercator coordinates.
the MultiPoint with Web Mercator coordinates.
Convert this MultiPoint coordinates to Web Mercator coordinates.
the MultiPoint with Web Mercator coordinates.
Convert this MultiPoint coordinates to Web Mercator coordinates.
the MultiPoint with Web Mercator coordinates.
Convert this MultiPoint to well-known text representation.
the well-known text representation this MultiPoint.
Convert this MultiPoint to well-known text representation.
the well-known text representation this MultiPoint.
Convert this MultiPoint to well-known text representation.
the well-known text representation this MultiPoint.
See if this MultiPoint is within the GeometryObject given as an input parameter.
a boolean
See if this MultiPoint is within the GeometryObject given as an input parameter.
a boolean
See if this MultiPoint is within the GeometryObject given as an input parameter.
a boolean
Static method for creating a MultiPoint from well-known text.
is a string of well-known text representing a MultiPoint.
a MultiPoint parsed from the well-known text.
Static method for creating a MultiPoint from well-known text.
is a string of well-known text representing a MultiPoint.
a MultiPoint parsed from the well-known text.
Static method for creating a MultiPoint from well-known text.
is a string of well-known text representing a MultiPoint.
a MultiPoint parsed from the well-known text.
The MultiPoint class is a type of GeometryObject representing a multipoint.
var multiPointGeometryObject = { type: 'MultiPoint', coordinates: [[-82.441, 29.200], [-82.441, 29.535], [-82.100, 29.535], [-82.100, 29.200]] }; var mpoint=new MultiPoint(multiPointGeometryObject);