Global

Members

#properties : Array.<MGIS_SuperMap3D.Property>

自定义属性列表。

batchTable

Cesium3DTileContent接口的一部分。Composite3DTileContent总是返回undefined,而不是调用batchTable来处理复合中的瓦片。

batchTable

batchTable

batchTableByteLength

Cesium3DTileContent接口的一部分。Composite3DTileContent总是返回0,而不是调用batchTableByteLength在复合的瓦片。

batchTableByteLength

batchTableByteLength

readonlybufferView : Uint8Array

压缩后的纹理缓冲区。

cachecompleted : Event

标号库缓存完成

cachedSymbolOK : boolean

标号库缓存成功

categoryIndex : Number

获取或设置特征值索引。

categoryValueController : Number

多时序特征值控制器。

clockTrackedDataSource : DataSource

获取或设置跟踪viewer时钟的数据源。

depthFailMaterial : MaterialProperty

获取或设置属性,指定多段线未通过深度测试时用于绘制多段线的材质。

需要 EXT_frag_depth WebGL 扩展才能正常渲染。如果不支持该扩展,可能会出现伪像。

Default Value: undefined

distanceVisible

该实例的隐藏显示条件由图层的最大可见距离决定,内部调用

featurePropertiesDirty

featuresLength

Cesium3DTileContent 接口的一部分。Composite3DTileContentalways 返回 0。

featuresLength

featuresLength

geometryByteLength

Cesium3DTileContent接口的一部分。Composite3DTileContent总是返回0而不是调用复合瓦片中的geometryByteLength。

geometryByteLength

geometryByteLength

readonlyheight : Number

纹理的高度。

initializecompleted : Event

初始化完成

innerContents

innerContents

innerContents

readonlyinternalFormat : PixelFormat

压缩纹理的格式。

readonlylayerQueue : Array

获取图层列表

length : Number

获取或设置数组的长度。如果设置的长度大于内部数组的长度,则会调整内部数组的大小。

mapMode2D : Boolean

确定二维地图是否可旋转,或是否在水平方向上可无限滚动。

minimumBrightness : Number

The minimum brightness of the fog color from lighting. A value of 0.0 can cause the fog to be completely black. A value of 1.0 will not affect the brightness at all.
Default Value: 0.03

name

获取影像服务的名称。

offsetIndex : Number

获取或设置顶点偏移的索引。

pickEvent : Event

点击属性查询事件。通过此事件可以获取点击屏幕指定位置时返回的对象属性,在使用该事件时, 应先设置监听事件,并通过回调返回的指定属性信息。
Example:
//注册点击事件
viewer.pickEvent.addEventListener(function(feature));
//移除点击事件
viewer.pickEvent.removeEventListener(function(feature));

readonlypickPositionSupported : Boolean

深度拾取是否支持(深度纹理)。

pointsLength

Cesium3DTileContent接口的一部分。Composite3DTileContent总是返回0。相反,在合成中调用pointlength来处理tile。

pointsLength

pointsLength

promise : Promise

获取或者设置当前站点的promise,用于异步操作站点事件

radius

获取或者设置地下球的半球。

readonlyreadyPromise : Promise

获取该路线集合的readyPromise。

readonlyreadyPromise : Promise

获取该路线集合的readyPromise

readyPromise

readyPromise

readyPromise

rotateOffset : MPoint3D

模型旋转偏移量

screenSpaceErrorFactor : Number

A factor used to increase the screen space error of terrain tiles when they are partially in fog. The effect is to reduce the number of terrain tiles requested for rendering. If set to zero, the feature will be disabled. If the value is increased for mountainous regions, less tiles will need to be requested, but the terrain meshes near the horizon may be a noticeably lower resolution. If the value is increased in a relatively flat area, there will be little noticeable change on the horizon.
Default Value: 2.0

symbolLibData : null

标号库数据

texturesByteLength

Cesium3DTileContent接口的一部分。Composite3DTileContent总是返回0而不是调用texturesByteLength来合成瓦片。

texturesByteLength

texturesByteLength

tile

tile

tile

tileset

tileset

tileset

tileversion : String

获取瓦片版本名称,与iServer对应。

trianglesLength

Cesium3DTileContent接口的一部分。Composite3DTileContent总是返回0。相反,在合成中调用trianglesLength来处理瓦片。

trianglesLength

trianglesLength

url

url

url

readonlyvalues : Array

获取内部数组。

vertexOffsetController : Number

多时序顶点偏移控制器。

WebGLPlot

Created by zhangll on 2019/1/04 1519.

readonlywidth : Number

纹理的宽度。

Methods

_analysiAndSaveSimpleCfg(datasetName, config)

解析并存储简单的一维数组配置对象如([{a:1,b:2},{a:3,b:4}])
Name Type Description
datasetName String 保存数据集的名字
config Array 配置对象

countCircle(radius, centerPtsD, ptsCount)

计算圆周点串坐标数组
Name Type Description
radius String 圆半径
centerPtsD String 圆中心点经纬度坐标
ptsCount String 点串数组大小

CustomGeometryOptions()

自定义几何参数。
Name Type Description
options.id String optional 对象的唯一标识符。
options.vertexFormat String optional
options.slices Boolean optional
options.offsetAttribute Property optional

CustomGeometryUpdater()

自定义几何更新
Name Type Description
options.id String optional 对象的唯一标识符。

EfficiencyManager()

private

setGraphicObjectOptions(options, graphicObject)

通过options 修改标号属性
Name Type Description
options Object
graphicObject GeoGraphicObject