SuperMap. |
|
Constructor | |
SuperMap. |
实例化 MultiPoint 几何对象。 |
Functions | |
addPoint | 添加点,封装了 <SuperMap.Geometry.Collection.addComponent>}方法。 |
removePoint | 移除点,封装了 <SuperMap.Geometry.Collection.removeComponent> 方法。 |
实例化 MultiPoint 几何对象。
var point1 = new SuperMap.Geometry.Point(5,6); var poine2 = new SuperMap.Geometry.Point(7,8); var multiPoint = new SuperMap.Geometry.MultiPoint([point1,point2]);
components | {Array(SuperMap.Geometry.Point)}点对象数组。 |
addPoint: function( point, index )
添加点,封装了 <SuperMap.Geometry.Collection.addComponent>}方法。
point | {SuperMap.Geometry.Point} 添加的点。 |
index | {Integer} 可选的下标。 |
removePoint: function( point )
移除点,封装了 <SuperMap.Geometry.Collection.removeComponent> 方法。
point | {SuperMap.Geometry.Point} 移除的点对象。 |
添加点,封装了 SuperMap.Geometry.Collection.addComponent}方法。
addPoint: function( point, index )
移除点,封装了 SuperMap.Geometry.Collection.removeComponent 方法。
removePoint: function( point )