Skip to content
导览

eZWalker TESLA

Classes

AvatarManager Enumerations

Node Enumerations

Other Enumerations

gizmo Enumerations

AdvancedOperations Interfaces

AnalysisManager Interfaces

AngleMarkData Interfaces

AngleMarkStyle Interfaces

AvatarManager Interfaces

CameraManager Interfaces

Cloud Interfaces

DestructureLoadManager Interfaces

DestructureLoadManager Packer Interfaces

GeometryManager Interfaces

LengthMarkData Interfaces

LengthMarkStyle Interfaces

LinesMarkData Interfaces

LinesMarkStyle Interfaces

MarkUniversalStyle Interfaces

ModelContrastManager Interfaces

Node Interfaces

Other Interfaces

OtherMarkData Interfaces

OtherMarkStyle Interfaces

OtherText Interfaces

Packer Interfaces

RadiusMarkData Interfaces

RadiusMarkStyle Interfaces

TextMarkData Interfaces

TextMarkStyle Interfaces

WlkxModelManager Interfaces

expertSearch Interfaces

font Interfaces

fontLabelStyle Interfaces

measure Interfaces

unit Interfaces

GisDemlayerCreateParam Type Aliases

GisDomlayerCreateParam Type Aliases

GisNodelayerCreateParam Type Aliases

GisWaterlayerCreateParam Type Aliases

Instance

初始化参数天空盒类型。 Type Aliases

MarkData Type Aliases

MarkStyle Type Aliases

Node Type Aliases

Other Type Aliases

Plugin Type Aliases

Functions

createCloud

createCloud(props): Cloud

初始化创建云渲染,传入初始化参数 CloudProps,返回一个云渲染实例 Cloud

Examples

html
<div id="cloudView"></div>
<div id="cloudView"></div>
js
import { createCloud } from 'xre_cloud'
const cloud = createCloud(/* CloudProps */)
import { createCloud } from 'xre_cloud'
const cloud = createCloud(/* CloudProps */)

Parameters

NameTypeDescription
propsCloudProps云渲染初始化参数。

Returns

Cloud

Variables

version

Const version: "6.5.2133"

TESLA SDK 版本

GisDemlayerCreateParam Type Aliases

GisDemlayerCreateParam

Ƭ GisDemlayerCreateParam: GisPlanarDemLayerCreateParam | GisLocalDemLayerCreateParam | GisNetDemLayerCreateParam

创建Dem图层的参数

Details

创建GisDem图层的参数


GisDomlayerCreateParam Type Aliases

GisDomlayerCreateParam

Ƭ GisDomlayerCreateParam: GisWMTSDomLayerCreateParam | GisTianDiTuDomLayerCreateParam | GisLocalDomLayerCreateParam | GisNetDomLayerCreateParam

创建Dom图层的参数

Details

创建GisDom图层的参数


GisNodelayerCreateParam Type Aliases

GisNodelayerCreateParam

Ƭ GisNodelayerCreateParam: GisObliquePhotoLayerCreateParam

创建Node图层的参数

Details

创建GisNode图层的参数


GisWaterlayerCreateParam Type Aliases

GisWaterlayerCreateParam

Ƭ GisWaterlayerCreateParam: GisLocalWaterLayerCreateParam | GisNetWaterLayerCreateParam

创建Water图层的参数

Details

创建GisWater图层的参数


Instance

初始化参数天空盒类型。 Type Aliases

SkyBox

Ƭ SkyBox: "cloudy" | "dusk" | "night" | "overcast" | "solidcolor1" | "solidcolor2" | "sun" | "dynamicSky"


MarkData Type Aliases

MarkData

Ƭ MarkData: LengthMarkData | RadiusMarkData | TextMarkData | AngleMarkData | LinesMarkData | OtherMarkData

标注数据

Details

长度、半径等


MarkStyle Type Aliases

MarkStyle

Ƭ MarkStyle: RadiusMarkStyle | LengthMarkStyle | TextMarkStyle | AngleMarkStyle | LinesMarkStyle | OtherMarkStyle

标注样式

Details

长度、半径等


Node Type Aliases

UnsetNodeState

Ƭ UnsetNodeState: ("color" | "opacity" | "show")[]

Details

重置节点状态的参数。

当传['color']时,则重置节点颜色的初始状态。

当传['opacity']时,则重置节点透明度的初始状态。

当传['show']时,则重置节点的显隐初始状态。

当传['color','opacity','show']时,则重置节点的颜色和透明度和现因为初始状态。


NodeAttributes

Ƭ NodeAttributes: NodeAttribute[]

Details

属性组数组


Other Type Aliases

CellPositionStyle

Ƭ CellPositionStyle: CellStyle & { position?: TableCaptionPosition }

Details

CellStyle 样式和 TableCaptionPosition的联合


ListItems

Ƭ ListItems: ListItemValue[]

Details

列表单元行内容数组


LabelType

Ƭ LabelType: TextStyle | ImageStyle | ButtonStyle | ListStyle

Details

标牌样式类型 依次对应文字样式,图片样式,按钮样式,列表样式


LabelList

Ƭ LabelList: LabelType[]

Details

标牌数组


BatchLabelType

Ƭ BatchLabelType: ImageLabel | ButtonLabel | ListLabel | TextLabel | ImageAndTextLabel | SelfDefineLabel

Details

批量标牌类型


BatchLabels

Ƭ BatchLabels: BatchLabelType[]

Details

批量标牌数组


Plugin Type Aliases

PluginInstallFunction

Ƭ PluginInstallFunction: (cloud: Cloud, app: RemoteApp, ...options: any[]) => any

Type declaration

▸ (cloud, app, ...options): any

Parameters
NameType
cloudCloud
appRemoteApp
...optionsany[]
Returns

any


Plugin

Ƭ Plugin: PluginInstallFunction & { install?: PluginInstallFunction } | { install: PluginInstallFunction }