is an optional GeometryObject to use for the coordinates property of this Polygon.
is an optional GeometryObject to use for the coordinates property of this Polygon.
is an optional GeometryObject to use for the coordinates property of this Polygon.
Retrieves an array of number that represents the bounding box of this Polygon.
The coordinates property is an array of an array of Position.
The type property of a Polygon.
Pads the geometry of this Polygon by the given GeometryMeasure parameter.
a new GeometryObject
Pads the geometry of this Polygon by the given GeometryMeasure parameter.
a new GeometryObject
Pads the geometry of this Polygon by the given GeometryMeasure parameter.
a new GeometryObject
See if this Polygon contains a given GeometryObject parameter.
a boolean
See if this Polygon contains a given GeometryObject parameter.
a boolean
See if this Polygon contains a given GeometryObject parameter.
a boolean
See if this Polygon does not intersect a given GeometryObject.
a boolean
See if this Polygon does not intersect a given GeometryObject.
a boolean
See if this Polygon does not intersect a given GeometryObject.
a boolean
See if a GeometryObject is equal to this Polygon.
a boolean
See if a GeometryObject is equal to this Polygon.
a boolean
See if a GeometryObject is equal to this Polygon.
a boolean
See if this Polygon intersects a given GeometryObject.
a boolean
See if this Polygon intersects a given GeometryObject.
a boolean
See if this Polygon intersects a given GeometryObject.
a boolean
See if this Polygon overlaps a given GeometryObject.
a boolean
See if this Polygon overlaps a given GeometryObject.
a boolean
See if this Polygon overlaps a given GeometryObject.
a boolean
Convert this Polygon to well-known text representation.
the well-known text representation this Polygon.
Convert this Polygon to well-known text representation.
the well-known text representation this Polygon.
Convert this Polygon to well-known text representation.
the well-known text representation this Polygon.
See if this Polygon is within a given GeometryObject (Polygon).
a boolean
See if this Polygon is within a given GeometryObject (Polygon).
a boolean
See if this Polygon is within a given GeometryObject (Polygon).
a boolean
Static method for creating a Polygon from well-known text.
is a string of well-known text representing a Polygon.
a Polygon parsed from the well-known text.
Static method for creating a Polygon from well-known text.
is a string of well-known text representing a Polygon.
a Polygon parsed from the well-known text.
Static method for creating a Polygon from well-known text.
is a string of well-known text representing a Polygon.
a Polygon parsed from the well-known text.
The Polygon class is a type of GeometryObject representing a chain of line segments closed in a loop.
var polyGeometryObject = { type: "Polygon", coordinates: [[[-82.44, 29.20], [-82.44, 29.53], [-82.10, 29.53], [-82.10, 29.20], [-82.44, 29.20]]] };
var poly=new Polygon(polyGeometryObject);