在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 超图的js标绘系统

超图的js标绘系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.34M
  • 下载次数:8
  • 浏览次数:203
  • 发布时间:2021-01-26
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
超图的标绘系统,功能很强大
【实例截图】
【核心代码】
061e44b9-1ffd-46fb-b4fc-b89098c69a53
└── PlottingSymbol-master
├── iClientFlexPlottingSymbols
│   ├── iClientFlexPlottingSymbols
│   │   └── src
│   │   └── web
│   │   ├── actions
│   │   │   ├── DrawCircleEx.as
│   │   │   ├── DrawCurveFlag.as
│   │   │   ├── DrawDiagonalArrow.as
│   │   │   ├── DrawDoubleArrow.as
│   │   │   ├── DrawRectFlag.as
│   │   │   ├── DrawStraightArrow.as
│   │   │   ├── DrawTriangleFlag.as
│   │   │   └── PlottingEdit.as
│   │   └── geometry
│   │   ├── GeoCircle.as
│   │   ├── GeoCurveFlag.as
│   │   ├── GeoDiagonalArrow.as
│   │   ├── GeoDoubleArrow.as
│   │   ├── GeoPlotting.as
│   │   ├── GeoRectFlag.as
│   │   ├── GeoStraightArrow.as
│   │   └── GeoTriangleFlag.as
│   ├── SampleCodePlottingSymbols
│   │   ├── assets
│   │   │   ├── backslash.png
│   │   │   ├── clear.png
│   │   │   ├── cross.png
│   │   │   ├── drawCircle.png
│   │   │   ├── drawCurveFlag.png
│   │   │   ├── drawDiagonalArrow.png
│   │   │   ├── drawDoubleArrow.png
│   │   │   ├── drawRectFlag.png
│   │   │   ├── drawStraightArrow.png
│   │   │   ├── drawTriangleFlag.png
│   │   │   ├── horizontal.png
│   │   │   ├── null.png
│   │   │   ├── pan.png
│   │   │   ├── polygonSolid.png
│   │   │   ├── print.png
│   │   │   ├── slash.png
│   │   │   ├── updateEntity.png
│   │   │   └── vertical.png
│   │   ├── html-template
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── index.template.html
│   │   │   ├── playerProductInstall.swf
│   │   │   └── swfobject.js
│   │   ├── libs
│   │   │   ├── fzip.swc
│   │   │   ├── iClientFlexGearLib.swc
│   │   │   ├── iClientFlexLib6R.swc
│   │   │   ├── iClientFlexPlottingSymbols.swc
│   │   │   └── SuperMapiServerJava6R.swc
│   │   └── src
│   │   ├── HorizontalRule.mxml
│   │   ├── PreviewWindow.mxml
│   │   ├── PrintWindow.mxml
│   │   ├── SampleCodePlottingSymbols.mxml
│   │   ├── skins
│   │   │   ├── clearBtnSkin.mxml
│   │   │   ├── CustomDropDownListSkin.mxml
│   │   │   ├── drawCircleSkin.mxml
│   │   │   ├── drawCurveFlagSkin.mxml
│   │   │   ├── drawDiagonalArrowSkin.mxml
│   │   │   ├── drawDoubleArrowSkin.mxml
│   │   │   ├── drawRectFlagSkin.mxml
│   │   │   ├── drawStraightArrowSkin.mxml
│   │   │   ├── drawTriangleFlagSkin.mxml
│   │   │   ├── editEntityBtnSkin.mxml
│   │   │   ├── panBtnSkin.mxml
│   │   │   └── printBtnSkin.mxml
│   │   └── VerticalRule.mxml
│   └── 标绘扩展符号帮助文档.docx
├── iClientJavaScriptPlottingSymbols
│   ├── example
│   │   ├── css
│   │   │   ├── bev-base
│   │   │   │   └── theme.css
│   │   │   ├── demo3.css
│   │   │   ├── icon.css
│   │   │   ├── jquery-sticklr.css
│   │   │   └── mapPrint.css
│   │   ├── fonts
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   └── glyphicons-halflings-regular.woff
│   │   ├── img
│   │   │   ├── logo.png
│   │   │   └── print.png
│   │   ├── index.html
│   │   ├── js
│   │   │   ├── bevInclude.js
│   │   │   ├── Class.js
│   │   │   ├── controls
│   │   │   │   ├── Accordion.js
│   │   │   │   ├── DataTable.js
│   │   │   │   ├── Dialog.js
│   │   │   │   ├── DrawFeature.js
│   │   │   │   ├── Geolocate.js
│   │   │   │   ├── Icon.js
│   │   │   │   ├── loadFile
│   │   │   │   │   ├── LoadFile.js
│   │   │   │   │   └── LoadJSON.js
│   │   │   │   ├── Loading.js
│   │   │   │   ├── Measure.js
│   │   │   │   ├── Menu.js
│   │   │   │   ├── Navbar.js
│   │   │   │   ├── Query.js
│   │   │   │   ├── theme.js
│   │   │   │   ├── Tooltip.js
│   │   │   │   ├── Util.js
│   │   │   │   └── WidgetControl.js
│   │   │   ├── controls.js
│   │   │   ├── demo3.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery-sticklr.js
│   │   │   ├── mapServices.js
│   │   │   └── ui
│   │   │   ├── jquery.dataTables.js
│   │   │   ├── jquery.ui.accordion.js
│   │   │   ├── jquery.ui.bevbutton.js
│   │   │   ├── jquery.ui.button.js
│   │   │   ├── jquery.ui.core.js
│   │   │   ├── jquery.ui.dialog.js
│   │   │   ├── jquery.ui.draggable.js
│   │   │   ├── jquery.ui.menu.js
│   │   │   ├── jquery.ui.mouse.js
│   │   │   ├── jquery.ui.position.js
│   │   │   ├── jquery.ui.tabs.js
│   │   │   └── jquery.ui.widget.js
│   │   ├── libs
│   │   │   └── control
│   │   │   ├── BevLayerSwitcher.js
│   │   │   └── BZoom.js
│   │   └── uithemes
│   │   ├── bev-base
│   │   │   ├── images
│   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   ├── jquery.ui.accordion.css
│   │   │   ├── jquery.ui.all.css
│   │   │   ├── jquery.ui.autocomplete.css
│   │   │   ├── jquery.ui.base.css
│   │   │   ├── jquery.ui.button.css
│   │   │   ├── jquery.ui.core.css
│   │   │   ├── jquery-ui.css
│   │   │   ├── jquery.ui.datepicker.css
│   │   │   ├── jquery.ui.dialog.css
│   │   │   ├── jquery.ui.menu.css
│   │   │   ├── jquery.ui.progressbar.css
│   │   │   ├── jquery.ui.resizable.css
│   │   │   ├── jquery.ui.selectable.css
│   │   │   ├── jquery.ui.slider.css
│   │   │   ├── jquery.ui.spinner.css
│   │   │   ├── jquery.ui.tabs.css
│   │   │   ├── jquery.ui.theme.css
│   │   │   ├── jquery.ui.tooltip.css
│   │   │   └── minified
│   │   │   ├── images
│   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   ├── jquery.ui.accordion.min.css
│   │   │   ├── jquery.ui.autocomplete.min.css
│   │   │   ├── jquery.ui.button.min.css
│   │   │   ├── jquery.ui.core.min.css
│   │   │   ├── jquery.ui.datepicker.min.css
│   │   │   ├── jquery.ui.dialog.min.css
│   │   │   ├── jquery.ui.menu.min.css
│   │   │   ├── jquery-ui.min.css
│   │   │   ├── jquery.ui.progressbar.min.css
│   │   │   ├── jquery.ui.resizable.min.css
│   │   │   ├── jquery.ui.selectable.min.css
│   │   │   ├── jquery.ui.slider.min.css
│   │   │   ├── jquery.ui.spinner.min.css
│   │   │   ├── jquery.ui.tabs.min.css
│   │   │   ├── jquery.ui.theme.min.css
│   │   │   └── jquery.ui.tooltip.min.css
│   │   └── demos.css
│   ├── iClientJavaScriptPlottingSymbols
│   │   ├── PlottingSymbols
│   │   │   ├── Control
│   │   │   │   └── PlottingEdit.js
│   │   │   ├── geometry
│   │   │   │   └── GeoPlotting.js
│   │   │   ├── Geometry
│   │   │   │   ├── ArrowAndFlag
│   │   │   │   │   ├── GeoBezierCurveArrow.js
│   │   │   │   │   ├── GeoCardinalCurveArrow.js
│   │   │   │   │   ├── GeoCurveFlag.js
│   │   │   │   │   ├── GeoDiagonalArrow.js
│   │   │   │   │   ├── GeoDoubleArrow.js
│   │   │   │   │   ├── GeoDoveTailDiagonalArrow.js
│   │   │   │   │   ├── GeoDoveTailStraightArrow.js
│   │   │   │   │   ├── GeoParallelSearch.js
│   │   │   │   │   ├── GeoPolylineArrow.js
│   │   │   │   │   ├── GeoRectFlag.js
│   │   │   │   │   ├── GeoSectorSearch.js
│   │   │   │   │   ├── GeoStraightArrow.js
│   │   │   │   │   └── GeoTriangleFlag.js
│   │   │   │   ├── GeoLinePlotting.js
│   │   │   │   ├── GeoMultiLinePlotting.js
│   │   │   │   ├── Line
│   │   │   │   │   ├── GeoArc.js
│   │   │   │   │   ├── GeoBezierCurve2.js
│   │   │   │   │   ├── GeoBezierCurve3.js
│   │   │   │   │   ├── GeoBezierCurveN.js
│   │   │   │   │   ├── GeoCardinalCurve.js
│   │   │   │   │   ├── GeoFreeline.js
│   │   │   │   │   └── GeoPolyline.js
│   │   │   │   ├── Point
│   │   │   │   │   ├── GeoMultiPoint.js
│   │   │   │   │   └── GeoPoint.js
│   │   │   │   └── Polygon
│   │   │   │   ├── GeoCircle.js
│   │   │   │   ├── GeoCloseCurve.js
│   │   │   │   ├── GeoEllipse.js
│   │   │   │   ├── GeoFreePolygon.js
│   │   │   │   ├── GeoGatheringPlace.js
│   │   │   │   ├── GeoLune.js
│   │   │   │   ├── GeoPolygonEx.js
│   │   │   │   ├── GeoRectangle.js
│   │   │   │   ├── GeoRoundedRect.js
│   │   │   │   └── GeoSector.js
│   │   │   └── Handler
│   │   │   ├── ArrowAndFlag
│   │   │   │   ├── BizerCurveArrow.js
│   │   │   │   ├── CardinalCurveArrow.js
│   │   │   │   ├── CurveFlag.js
│   │   │   │   ├── DiagonalArrow.js
│   │   │   │   ├── DoubleArrow.js
│   │   │   │   ├── DoveTailDiagonalArrow.js
│   │   │   │   ├── DoveTailStraightArrow.js
│   │   │   │   ├── ParallelSearch.js
│   │   │   │   ├── PolylineArrow.js
│   │   │   │   ├── RectFlag.js
│   │   │   │   ├── SectorSearch.js
│   │   │   │   ├── StraightArrow.js
│   │   │   │   └── TriangleFlag.js
│   │   │   ├── Line
│   │   │   │   ├── ArcEx.js
│   │   │   │   ├── BezierCurve2Ex.js
│   │   │   │   ├── BezierCurve3Ex.js
│   │   │   │   ├── BezierCurveNEx.js
│   │   │   │   ├── CardinalCurveEx.js
│   │   │   │   ├── FreelineEx.js
│   │   │   │   └── PolyLineEx.js
│   │   │   ├── Plotting.js
│   │   │   ├── Point
│   │   │   │   ├── MultiPointEx.js
│   │   │   │   └── PointEx.js
│   │   │   └── Polygon
│   │   │   ├── CircleEx.js
│   │   │   ├── CloseCurve.js
│   │   │   ├── EllipseEx.js
│   │   │   ├── FreePolygon.js
│   │   │   ├── GatheringPlace.js
│   │   │   ├── Lune.js
│   │   │   ├── PolygonEx.js
│   │   │   ├── Rectangle.js
│   │   │   ├── RoundedRect.js
│   │   │   └── Sector.js
│   │   ├── PlottingSymbols.Include.js
│   │   └── PlottingSymbols.js
│   ├── iClientJavaScriptPlottingSymbols.js
│   ├── iClientJavaScriptPlottingSymbols-min.js
│   ├── libs
│   │   ├── Lang
│   │   │   ├── en.js
│   │   │   └── zh-CN.js
│   │   ├── SuperMap_Basic-7.1.1-12212.js
│   │   └── SuperMap.Include.js
│   ├── theme
│   │   ├── default
│   │   │   ├── google.css
│   │   │   └── style.css
│   │   └── images
│   │   ├── blank.gif
│   │   ├── close.gif
│   │   ├── cloud-popup-relative.png
│   │   ├── cluster1.png
│   │   ├── cluster2.png
│   │   ├── cluster3.png
│   │   ├── cluster4.png
│   │   ├── controlSkinWhite
│   │   │   ├── layer-switcher-maximize.png
│   │   │   ├── minimize.png
│   │   │   ├── overView.png
│   │   │   ├── zoom-minus-mini.png
│   │   │   └── zoom-plus-mini.png
│   │   ├── cursors
│   │   │   ├── Pan.cur
│   │   │   └── PanDown.cur
│   │   ├── east-mini.png
│   │   ├── fillStyle
│   │   │   ├── System 2.png
│   │   │   ├── System 3.png
│   │   │   ├── System 4.png
│   │   │   ├── System 5.png
│   │   │   ├── System 6.png
│   │   │   └── System 7.png
│   │   ├── layer-switcher-off_b.png
│   │   ├── layer-switcher-off.png
│   │   ├── layer-switcher-on_b.png
│   │   ├── layer-switcher-on.png
│   │   ├── marker-gold.png
│   │   ├── marker.png
│   │   ├── north-mini.png
│   │   ├── overview_replacement.gif
│   │   ├── shadow-popup-corner.png
│   │   ├── shadow-popup-subject.png
│   │   ├── slider.png
│   │   ├── south-mini.png
│   │   ├── west-mini.png
│   │   ├── zoombar_center.png
│   │   ├── zoombar_glide.png
│   │   ├── zoombar.png
│   │   ├── zoom_city.png
│   │   ├── zoom_country.png
│   │   ├── zoom-maxextent-mini_one.png
│   │   ├── zoom-maxextent-mini.png
│   │   ├── zoom_province.png
│   │   └── zoom_street.png
│   ├── tools
│   │   ├── filelist.txt
│   │   ├── mergeAndCompressCode.bat
│   │   ├── readme.txt
│   │   └── yuicompressor-2.4.2.jar
│   └── 标绘扩展符号帮助文档.docx
├── images
│   ├── flash.jpg
│   └── js.png
├── LICENSE.txt
└── README.md

55 directories, 305 files

标签:

实例下载地址

超图的js标绘系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警