多边形区域管理对象。
| SuperMap. |
多边形区域管理对象。 |
| Properties | |
| textPosition | {Integer} 文字位置,0标识中心点,1,2...表示某个索引位置点的附近。 |
| Functions | |
| getTextPosition | 获取注记文本的位置 |
| setTextPosition | 设置注记文本的位置 |
| Constructor | |
| SuperMap. |
创建一个多边形区域管理对象。 |
| Functions | |
| destroy | 销毁几何图形。 |
创建一个多边形区域管理对象。
| options | {Object} 此类与父类提供的开放属性。 |
{SuperMap.Geometry.PolygonRegion} 新的多边形区域管理对象。
获取注记文本的位置
getTextPosition: function ()
设置注记文本的位置
setTextPosition: function ( position )
销毁几何图形。
destroy: function ()