Click or drag to resize

Telogis.GeoBase.Geometry.Polygon

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Polygon Class

Represents the physical shape of a closed polygonal area such as a lake or national park. Not to be confused with a Polygon, which is an object containing an array of geometries such as Geometry.Polygons.

Functions
NameDescription
getInnerRings ()

Gets the holes and islands of a polygon.

Returns

Array - An array of Telogis.GeoBase.Ring which make up the holes and islands of the polygon.

getOuterRing ()

Gets the shell of the polygon.

Returns

Telogis.GeoBase.Ring - The shell of the polygon.