ArcGIS JS 版军事标绘图(燕尾箭头、钳击箭头、集结地)扇形等自定义图形

您所在的位置:网站首页 如何设置燕尾箭头标志 ArcGIS JS 版军事标绘图(燕尾箭头、钳击箭头、集结地)扇形等自定义图形

ArcGIS JS 版军事标绘图(燕尾箭头、钳击箭头、集结地)扇形等自定义图形

2023-09-20 13:02| 来源: 网络整理| 查看: 265

ArcGIS API for JavaScript  版本的自定义图形标绘。

支持:

arcgis js 3.x 

arcgis js 4.x

百度地图

高德地图

openlayer 离线地图

实例代码

createPlot: function (type,points){ switch (type){ case this.SECTOR: return new Sector(points); case this.DOUBLE_ARROW: return new DoubleArrow(points); case this.FINE_ARROW: return new FineArrow(points); case this.SQUAD_COMBAT: return new SquadCombat(points); case this.ATTACK_ARROW: return new AttackArrow(points); case this.TAILED_SQUAD_COMBAT: return new TailedSquadCombat(points); case this.TAILED_ATTACK_ARROW: return new TailedAttackArrow(points); case this.GATHERING_PLACE: return new GatheringPlace(points); case this.CLOSED_CURVE: return new ClosedCurve(points); } console.log('联系邮箱[email protected]');

}

话不多说直接上图,

需要的 请联系邮箱



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3