is an optional GeometryObject to use for the coordinates property of this Point.
is an optional GeometryObject to use for the coordinates property of this Point.
is an optional GeometryObject to use for the coordinates property of this Point.
Retrieves an array of numbers that represent the bounding box of the Point.
The coordinates property is a single Position.
Construct a Terraformer Primitive from this Point.
the Terraformer.Primitive of this Point.
The type property of a geometry as a string ('Point').
Buffers the geometry of this Point by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of this Point by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of this Point by the GeometryMeasure given as an input parameter.
a new GeometryObject
See if this Point contains the GeometryObject given as the input parameter.
a boolean
See if this Point contains the GeometryObject given as the input parameter.
a boolean
See if this Point contains the GeometryObject given as the input parameter.
a boolean
See if this Point does not intersect the GeometryObject given as an input parameter.
a boolean
See if this Point does not intersect the GeometryObject given as an input parameter.
a boolean
See if this Point does not intersect the GeometryObject given as an input parameter.
a boolean
See if a GeometryObject given as an input parameter is equal to this Point.
a boolean
See if a GeometryObject given as an input parameter is equal to this Point.
a boolean
See if a GeometryObject given as an input parameter is equal to this Point.
a boolean
See if this Point intersects the GeometryObject given as an input parameter.
a boolean
See if this Point intersects the GeometryObject given as an input parameter.
a boolean
See if this Point intersects the GeometryObject given as an input parameter.
a boolean
find the midpoint between this Point and the GeometryObject given as an input parameter.
the Point that is midway between the two
find the midpoint between this Point and the GeometryObject given as an input parameter.
the Point that is midway between the two
find the midpoint between this Point and the GeometryObject given as an input parameter.
the Point that is midway between the two
The x property is the 'X' or 'longitudinal' coordinate. It is the x in the x,y coordinate defining this Point.
The x property is the 'X' or 'longitudinal' coordinate. It is the x in the x,y coordinate defining this Point.
The x property is the 'X' or 'longitudinal' coordinate. It is the x in the x,y coordinate defining this Point.
The y property is the 'Y' or 'latitudinal' coordinate. It is the y in the x,y coordinate defining this Point.
The y property is the 'Y' or 'latitudinal' coordinate. It is the y in the x,y coordinate defining this Point.
The y property is the 'Y' or 'latitudinal' coordinate. It is the y in the x,y coordinate defining this Point.
Convert this Point to well-known text representation.
the well-known text representation this Point.
Convert this Point to well-known text representation.
the well-known text representation this Point.
Convert this Point to well-known text representation.
the well-known text representation this Point.
See if a GeometryObject given as an input parameter touches this Point.
a boolean
See if a GeometryObject given as an input parameter touches this Point.
a boolean
See if a GeometryObject given as an input parameter touches this Point.
a boolean
See if this Point is within the GeometryObject given as an input parameter.
a boolean
See if this Point is within the GeometryObject given as an input parameter.
a boolean
See if this Point is within the GeometryObject given as an input parameter.
a boolean
The x property is the 'X' or 'longitudinal' coordinate. It is the x in the x,y coordinate defining this Point.
The x property is the 'X' or 'longitudinal' coordinate. It is the x in the x,y coordinate defining this Point.
The x property is the 'X' or 'longitudinal' coordinate. It is the x in the x,y coordinate defining this Point.
The y property is the 'Y' or 'latitudinal' coordinate. It is the y in the x,y coordinate defining this Point.
The y property is the 'Y' or 'latitudinal' coordinate. It is the y in the x,y coordinate defining this Point.
The y property is the 'Y' or 'latitudinal' coordinate. It is the y in the x,y coordinate defining this Point.
Static method for creating a Point from well-known text.
is a string of well-known text representing a Point.
a Point parsed from the well-known text.
Static method for creating a Point from well-known text.
is a string of well-known text representing a Point.
a Point parsed from the well-known text.
Static method for creating a Point from well-known text.
is a string of well-known text representing a Point.
a Point parsed from the well-known text.
The Point class is a type of GeometryObject representing a single point on a map.
var pointGeometryObject = { type: 'Point', coordinates: [-82.44140625,29.200123477644982] };
var point=new Point(pointGeometryObject);