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

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);
            }
		console.log('邮箱13457')
		console.log('[email protected]');
 
  
 } 
  
 
  
 
  

话不多说直接上图,


需要的 请联系邮箱

你可能感兴趣的:(arcgis,JS,双箭头,自定义图形)