Telogis.GeoBase.Geometry.Polygon |
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.
Name | Description |
---|---|
getInnerRings () | Gets the holes and islands of a polygon. ReturnsArray - An array of Telogis.GeoBase.Ring which make up the holes and islands of the polygon. |
getOuterRing () | Gets the shell of the polygon. ReturnsTelogis.GeoBase.Ring - The shell of the polygon. |