当前位置:网站首页>ArcGIS JS version military landmark drawing (dovetail arrow, pincer arrow, assembly area) fan and other custom graphics
ArcGIS JS version military landmark drawing (dovetail arrow, pincer arrow, assembly area) fan and other custom graphics
2022-04-23 20:17:00 【Tomorrow's sun】
ArcGIS API for JavaScript Version of custom graphic plotting .
Support :
arcgis js 3.x
arcgis js 4.x
Baidu Maps
Gould map
openlayer offline map
The sample code
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(' Contact email [email protected]');
}
I don't want to talk much about it ,
Needed Please contact email
版权声明
本文为[Tomorrow's sun]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210553339918.html
边栏推荐
- Leetcode XOR operation
- MySQL 进阶 锁 -- MySQL锁概述、MySQL锁的分类:全局锁(数据备份)、表级锁(表共享读锁、表独占写锁、元数据锁、意向锁)、行级锁(行锁、间隙锁、临键锁)
- php参考手册String(7.2千字)
- Building googlenet neural network based on pytorch for flower recognition
- Understanding various team patterns in scrum patterns
- Five minutes to show you what JWT is
- R语言使用econocharts包创建微观经济或宏观经济图、indifference函数可视化无差异曲线、自定义计算交叉点、自定义配置indifference函数的参数丰富可视化效果
- STM32基础知识
- How about CICC fortune? Is it safe to open an account
- NC basic usage 2
猜你喜欢
[numerical prediction case] (3) LSTM time series electricity quantity prediction, with tensorflow complete code attached
aqs的学习
程序设计语言基础(2)
WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website
网络通信基础(局域网、广域网、IP地址、端口号、协议、封装、分用)
Wave field Dao new species end up, how does usdd break the situation and stabilize the currency market?
Zdns was invited to attend the annual conference of Tencent cloud basic resources and share the 2020 domain name industry development report
Fundamentals of programming language (2)
DTMF dual tone multi frequency signal simulation demonstration system
Livego + ffmpeg + RTMP + flvjs to realize live video
随机推荐
JDBC tool class jdbcfiledateutil uploads files and date format conversion, including the latest, simplest and easiest way to upload single files and multiple files
【数值预测案例】(3) LSTM 时间序列电量预测,附Tensorflow完整代码
Is the wechat CICC wealth high-end zone safe? How to open an account for securities
selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT
PCL点云处理之计算两平面交线(五十一)
R language uses econocrats package to create microeconomic or macroeconomic map, visualize indifference function indifference curve, customize calculation intersection, and customize the parameters of
How about Bohai futures. Is it safe to open futures accounts?
nc基础用法1
Fundamentals of network communication (LAN, Wan, IP address, port number, protocol, encapsulation and distribution)
R language ggplot2 visualization: ggplot2 visualizes the scatter diagram and uses geom_ mark_ The ellipse function adds ellipses around data points of data clusters or data groups for annotation
AQS learning
Remote code execution in Win 11 using wpad / PAC and JScript 3
The second method of file upload in form form is implemented by fileitem class, servletfileupload class and diskfileitemfactory class.
R语言使用caret包的preProcess函数进行数据预处理:对所有的数据列进行BoxCox变换处理(将非正态分布数据列转换为正态分布数据、不可以处理负数)、设置method参数为BoxCox
微信中金财富高端专区安全吗,证券如何开户呢
nc基础用法3
基于pytorch搭建GoogleNet神经网络用于花类识别
Mysql database - single table query (II)
Sqoop imports tinyint type fields to boolean type
Understanding various team patterns in scrum patterns