MCPcopy Create free account

hub / github.com/LiZzhi/cesium-plugin / functions

Functions383 in github.com/LiZzhi/cesium-plugin

↓ 1 callersMethod#addDom
* @description: 添加DOM * @return {*}
effectPoint/src/Func/domPoint/dynamicLabelPoint.ts:73
↓ 1 callersMethod#addDom
* @description: 添加DOM * @return {*}
effectPoint/src/Func/domPoint/ledLabelPoint.ts:73
↓ 1 callersMethod#addDom
* @description: 添加DOM * @return {*}
effectPoint/src/Func/domPoint/erectLabelPoint.ts:73
↓ 1 callersMethod#addDom
* @description: 添加DOM * @return {*}
effectPoint/src/Func/domPoint/gradientLabelPoint.ts:73
↓ 1 callersMethod#addEvent
* 点击高亮事件
gridRender/src/Func/geoHashGrid.ts:173
↓ 1 callersMethod#addLimitEllipsoid
* @description: 添加限制区域轮廓 * @return {*}
cameraLimit/src/func/cameraLimit.ts:94
↓ 1 callersMethod#addPostProcess
* 添加后处理程序,向shader中传入uniforms参数
videoShed/src/Func/videoShed.ts:324
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/sampleLabelPoint.ts:126
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/hotSpotBoardPoint.ts:106
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/divPoint.ts:102
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/waterPoloPoint.ts:122
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/dynamicLabelPoint.ts:90
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/ledLabelPoint.ts:86
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/erectLabelPoint.ts:98
↓ 1 callersMethod#addPostRender
* @description: 注册场景事件 * @return {*}
effectPoint/src/Func/domPoint/gradientLabelPoint.ts:90
↓ 1 callersMethod#buildCZML
* 构建 CZML * @param { Cartographic[] } ps 漫游路径 * @param { roamingType } roamingType (可选), 1:"行人漫游", (默认)2:"车辆漫游", 3:"飞行漫游"
pathRoaming/src/Func/pathRoaming.ts:180
↓ 1 callersMethod#computedCulster
* @description: 计算聚合点位 * @param {Map<number, boolean>} points 屏幕内点位字典 * @return {clusterBoardType[]|undefined} 聚合点
effectPoint/src/Func/effectPoint/primitiveCluster.ts:283
↓ 1 callersMethod#computedPixedBox
* @description: 计算聚合长宽(弧度) * @param {number} pixelRange 聚合像素 * @return {{ lonDis: number; latDis: number; }|undefined} 长宽(弧度)
effectPoint/src/Func/effectPoint/primitiveCluster.ts:380
↓ 1 callersMethod#createParticleSystem
* @description: 创建粒子对象 * @return {ParticleSystem}
particleSystem/src/func/fountainParticle.ts:77
↓ 1 callersMethod#createParticleSystem
* @description: 创建粒子对象 * @return {ParticleSystem}
particleSystem/src/func/fireParticle.ts:81
↓ 1 callersMethod#createParticleSystem
* @description: 创建粒子对象 * @return {ParticleSystem}
particleSystem/src/func/smokeParticle.ts:77
↓ 1 callersMethod#createPoint
* @description: 创建特效 * @return {*}
effectPoint/src/Func/effectPoint/flickerPoint.ts:75
↓ 1 callersMethod#createPoint
* @description: 创建特效 * @return {*}
effectPoint/src/Func/effectPoint/floatPoint.ts:73
↓ 1 callersMethod#getSceneImage
* 创建书签时当前场景截图 * @param {number} height canvas高度 * @param {number} width canvas宽度 * @returns
bookmarkManager/src/func/bookmarkManager.ts:135
↓ 1 callersMethod#initDom23D
* 修改 DOM,各占屏幕一半
linkView/src/Func/linkView.ts:188
↓ 1 callersMethod#initViewer2D
* 初始化 viewer2D
linkView/src/Func/linkView.ts:118
↓ 1 callersMethod#limitView1
()
cameraLimit/src/func/cameraLimit.ts:76
↓ 1 callersMethod#limitView2
()
cameraLimit/src/func/cameraLimit.ts:83
↓ 1 callersMethod#registEvent
* 卷帘左右滑动事件 * @param slider
layerSplit/src/Func/layerSplit.ts:62
↓ 1 callersMethod#removeEvent
* @description: 销毁事件 * @return {*}
particleSystem/src/func/particleSystemBase.ts:172
↓ 1 callersMethod#setCameraView2D
* 23D 视角同步
linkView/src/Func/linkView.ts:152
↓ 1 callersMethod#setClusterEvent
* @description: 聚合事件 * @param {GeoJsonDataSource} geoJsonDataSource * @return {*}
effectPoint/src/Func/effectPoint/geojsonCluster.ts:112
↓ 1 callersMethod#setRoamingType
* 设置模型 * @param { roamingType } roamingType (可选), 1:"行人漫游", (默认)2:"车辆漫游", 3:"飞行漫游"
pathRoaming/src/Func/pathRoaming.ts:218
↓ 1 callersMethod#view1
* 漫游视角1
pathRoaming/src/Func/pathRoaming.ts:239
↓ 1 callersMethod#view2
* 漫游视角2
pathRoaming/src/Func/pathRoaming.ts:246
↓ 1 callersMethodaddEvent
* 高亮点击网格
gridRender/src/Func/imageryGrid.ts:74
↓ 1 callersMethodaddImagery
* 添加网格 imageryProvider
gridRender/src/Func/imageryGrid.ts:63
↓ 1 callersMethodaddPoint
* @description: 添加点实体 * @return {*}
effectPoint/src/Func/domPoint/domPointBase.ts:74
↓ 1 callersFunctionangle_compatibility
Edge compatibility measures
mapvLayer/src/Func/mapvAPI/mapv.js:2586
↓ 1 callersFunctionapply_electrostatic_force
(e_idx, i, S)
mapvLayer/src/Func/mapvAPI/mapv.js:2503
↓ 1 callersFunctionapply_resulting_forces_on_subdivision_points
(e_idx, P, S)
mapvLayer/src/Func/mapvAPI/mapv.js:2523
↓ 1 callersFunctionapply_spring_force
Force Calculation Methods
mapvLayer/src/Func/mapvAPI/mapv.js:2488
↓ 1 callersFunctionare_compatible
(P, Q)
mapvLayer/src/Func/mapvAPI/mapv.js:2630
↓ 1 callersFunctionbeehiveData
()
mapvLayer/src/Func/lib/beehiveData.js:3
↓ 1 callersMethodbeehiveOptions
* 蜂巢图数据 https://mapv.baidu.com/examples/#baidu-map-point-honeycomb.html * @returns { any[][] } [[dataSet1, options1], [dataSet2, options2], ...]
mapvLayer/src/Func/mapvLayer.ts:45
↓ 1 callersFunctionbigMigrateData
()
mapvLayer/src/Func/lib/bigMigrateData.js:10
↓ 1 callersMethodbigMigrateOptions
* 大迁徙图数据 https://mapv.baidu.com/examples/#qianxi-time.html * @returns { any[][] } [[dataSet1, options1], [dataSet2, options2], ...]
mapvLayer/src/Func/mapvLayer.ts:55
↓ 1 callersFunctioncalculateHPRPosition
( point: Cartesian3, hpr: HeadingPitchRoll, distance: number )
videoShed/src/Func/tool.ts:10
↓ 1 callersMethodchangeLayer
* 将图层更改至当前窗口中 * @param {ImageryLayer} layer 图层 * @returns 修改后的图层
layerSplit/src/Func/layerSplit.ts:92
↓ 1 callersFunctionclassCallCheck
(instance, Constructor)
mapvLayer/src/Func/mapvAPI/MapVRenderer.js:1
↓ 1 callersFunctionclassCallCheck
(instance, Constructor)
mapvLayer/src/Func/mapvAPI/MapVLayer.js:3
↓ 1 callersFunctioncolorize
(pixels, gradient, options)
mapvLayer/src/Func/mapvAPI/mapv.js:1000
↓ 1 callersFunctioncompatibility_score
(P, Q)
mapvLayer/src/Func/mapvAPI/mapv.js:2624
↓ 1 callersFunctioncompute_compatibility_lists
()
mapvLayer/src/Func/mapvAPI/mapv.js:2635
↓ 1 callersFunctioncompute_divided_edge_length
(e_idx)
mapvLayer/src/Func/mapvAPI/mapv.js:2434
↓ 1 callersMethodcreateBookmark
* 创建书签 * @param {string} name 书签名称 * @param {number} height 场景截图canvas高度 * @param {number} width 场景截图canvas宽度 * @returns {Book
bookmarkManager/src/func/bookmarkManager.ts:70
↓ 1 callersFunctioncreateBookmarkDom
(viewer:Viewer, bookmark: BookmarkType)
bookmarkManager/src/utils/index.ts:58
↓ 1 callersFunctioncreateCanvas
(width, height, Canvas)
mapvLayer/src/Func/mapvAPI/mapv.js:6071
↓ 1 callersFunctioncreateCanvas$1
(width, height)
mapvLayer/src/Func/mapvAPI/mapv.js:6386
↓ 1 callersFunctioncreateCircle
* @author kyle / http://nikai.us/
mapvLayer/src/Func/mapvAPI/mapv.js:980
↓ 1 callersFunctioncreateLine
(m:string, params: any)
effectLine/index.ts:32
↓ 1 callersFunctioncureLocalIntersections
(start, triangles, dim)
mapvLayer/src/Func/mapvAPI/mapv.js:1723
↓ 1 callersFunctioncurive
(fromPoint, endPoint, n, timeData)
mapvLayer/src/Func/lib/bigMigrateData.js:82
↓ 1 callersFunctioncustom_edge_length
(e)
mapvLayer/src/Func/mapvAPI/mapv.js:2424
↓ 1 callersMethoddestroy
* @description: 公用销毁 * @return {*}
particleSystem/src/func/particleSystemBase.ts:97
↓ 1 callersMethoddestroy
* @description: 销毁 * @return {*}
effectPoint/src/Func/effectPoint/primitiveCluster.ts:169
↓ 1 callersFunctiondraw
(context, x, y, size)
mapvLayer/src/Func/mapvAPI/mapv.js:598
↓ 1 callersMethoddrawCircle
* 绘制圆要素 * @param { Entity.ConstructorOptions } options Entity 中的 Option
plotTool/src/Func/drawShape.ts:244
↓ 1 callersFunctiondrawGray
(context, dataSet, options)
mapvLayer/src/Func/mapvAPI/mapv.js:1046
↓ 1 callersMethoddrawPloygon
* 绘制面要素 * @param { Entity.ConstructorOptions } options Entity 中的 Option
plotTool/src/Func/drawShape.ts:151
↓ 1 callersMethoddrawPloyline
* 绘制线要素 * @param { Entity.ConstructorOptions } options Entity 中的 Option
plotTool/src/Func/drawShape.ts:79
↓ 1 callersMethoddrawPoint
* 绘制点要素 * @param {Entity.ConstructorOptions} options Entity 中的 Option
plotTool/src/Func/drawShape.ts:41
↓ 1 callersMethoddrawRectangle
* 绘制矩形要素 * @param { Entity.ConstructorOptions } options Entity 中的 Option
plotTool/src/Func/drawShape.ts:325
↓ 1 callersFunctionearcut
(data, holeIndices, dim)
mapvLayer/src/Func/mapvAPI/mapv.js:1530
↓ 1 callersFunctionedge_midpoint
(e)
mapvLayer/src/Func/mapvAPI/mapv.js:2428
↓ 1 callersFunctioneliminateHole
(hole, outerNode)
mapvLayer/src/Func/mapvAPI/mapv.js:1806
↓ 1 callersFunctioneliminateHoles
(data, holeIndices, outerNode, dim)
mapvLayer/src/Func/mapvAPI/mapv.js:1774
↓ 1 callersFunctionfilter_self_loops
(edgelist)
mapvLayer/src/Func/mapvAPI/mapv.js:2474
↓ 1 callersFunctionfindHoleBridge
(hole, outerNode)
mapvLayer/src/Func/mapvAPI/mapv.js:1815
↓ 1 callersMethodfinish
* @description: (异步)构建索引 * @return {*}
effectPoint/src/Func/effectPoint/primitiveCluster.ts:104
↓ 1 callersFunctionformCartesian3
( p: Cartesian3, e: Ellipsoid = Cesium.Ellipsoid.WGS84 )
plotTool/src/Func/tool.ts:11
↓ 1 callersFunctionfromDegreesToCartesian3Arr
(arr: Cartographic[])
pathRoaming/src/Func/tool.ts:20
↓ 1 callersFunctiongetAngle
* 根据2点获取角度 * @param Array [123, 23] 点1 * @param Array [123, 23] 点2 * @return angle 角度,不是弧度
mapvLayer/src/Func/mapvAPI/mapv.js:3888
↓ 1 callersFunctiongetCurveByTwoPoints
* 根据两点获取曲线坐标点数组 * @param Point 起点 * @param Point 终点
mapvLayer/src/Func/mapvAPI/mapv.js:2293
↓ 1 callersFunctiongetData
* 获取大迁徙图数据 * @returns {string}
mapvLayer/src/Func/lib/bigMigrateData.js:105
↓ 1 callersFunctiongetData
* 获取迁徙图数据 * @returns {{features: [{geometry: {coordinates: number[][][], type: string}, type: string, properties: {childNum: number, name: string, i
mapvLayer/src/Func/lib/migrateData.js:210
↓ 1 callersFunctiongetDistance
(coordinateA, coordinateB)
mapvLayer/src/Func/mapvAPI/mapv.js:3988
↓ 1 callersFunctiongetFileType
(fileName: string)
bookmarkManager/src/utils/index.ts:19
↓ 1 callersFunctiongetHeading
(pointA:Cartesian3, pointB:Cartesian3)
pathRoaming/src/Func/tool.ts:4
↓ 1 callersFunctiongetHeadingPitch
(pointA: Cartesian3, pointB: Cartesian3)
plotTool/src/Func/tool.ts:174
↓ 1 callersMethodgetInstance
* 单例模式,获取绘图类实例 * @param { Viewer } viewer * @returns { _drawShape } 绘图类实例
plotTool/src/Func/drawShape.ts:556
↓ 1 callersMethodgetInstance
* 单例模式,获取绘图类实例 * @param { Viewer } viewer * @returns { _pathRoaming } 绘图类实例
pathRoaming/src/Func/pathRoaming.ts:293
↓ 1 callersMethodgetInstance
* 单例模式,获取二三维视图联动实例 * @param { HTMLDivElement } $container3D 3D 视图的 DOM * @param { Viewer } viewer3D 3D 视图的 viewer * @returns { _link
linkView/src/Func/linkView.ts:244
↓ 1 callersFunctiongetLeftmost
(start)
mapvLayer/src/Func/mapvAPI/mapv.js:1975
↓ 1 callersFunctionhasOverlay
(rects, overlay)
mapvLayer/src/Func/mapvAPI/mapv.js:4114
↓ 1 callersFunctionheatMapData
()
mapvLayer/src/Func/lib/heatMapData.js:3
↓ 1 callersMethodheatMapOptions
* 热力图数据 https://mapv.baidu.com/examples/#baidu-map-point-heatmap.html * @returns { any[][] } [[dataSet1, options1], [dataSet2, options2], ...]
mapvLayer/src/Func/mapvLayer.ts:64
↓ 1 callersFunctionhex_corner
(center, size, i)
mapvLayer/src/Func/mapvAPI/mapv.js:592
↓ 1 callersFunctionhex_corner$1
* @author kyle / http://nikai.us/
mapvLayer/src/Func/mapvAPI/mapv.js:1233
↓ 1 callersFunctionindexCurve
(start, minX, minY, size)
mapvLayer/src/Func/mapvAPI/mapv.js:1873
← previousnext →101–200 of 383, ranked by callers