您的位置:首页 > Web前端 > JavaScript

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

2015-11-18 17:21 761 查看
ArcGIS API for JavaScript  版本的自定义图形标绘。

实例代码

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);
}<pre name="code" class="javascript"><span style="white-space:pre">		</span>console.log('邮箱13457')<pre name="code" class="javascript"><span style="white-space:pre">		</span>console.log('00935@qq.com');



}



话不多说直接上图,



需要的 请联系邮箱
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息