new Cesium.GoogleEarthEnterpriseMetadata()

To construct GoogleEarthEnterpriseMetadata, call GoogleEarthEnterpriseMetadata.fromUrl. Do not call the constructor directly.
提供使用Google Earth Earth Enterprise的元数据 NT 0 NT 1 . Google Earth EnterpriseImastery 正在使用此功能 和GoogleEarthEarthEnterpriseTrain Provider共享元数据请求.
See:

Members

imageryPresent : boolean

如果有图像的话, 是真的 .
Default Value: true

key : ArrayBuffer

用于解码包的密钥

negativeAltitudeExponentBias : number

用于计算常数计算负高值的指数.
Default Value: 32

negativeAltitudeThreshold : number

阈值,任何较小的数字都是负值。 乘以 -2^ 负空极.
Default Value: EPSILON12

protoImagery : boolean|undefined

如果将图像作为协议缓冲器发送, 如果将图像作为普通图像发送, 则为真 。 如果未定义,我们将尝试两者.
Default Value: undefined

providers : object

提供人ID词典到版权字符串.
Default Value: {}

readonly proxy : Proxy

获取用于元数据请求的代理 .

readonly resource : Resource

获取用于元数据请求的资源.

terrainPresent : boolean

如果有地形的话 是真的.
Default Value: true

readonly url : string

获得谷歌地球企业服务器的名称.

Methods

static Cesium.GoogleEarthEnterpriseMetadata.fromUrl(resourceOrUrl)Promise.<GoogleEarthEnterpriseMetadata>

使用 Google Earth Earth Enterprise 创建元数据对象 NT 0 NT 1 . Google Earth EnterpriseImastery 正在使用此功能 和GoogleEarthEarthEnterpriseTrain Provider共享元数据请求.
Name Type Description
resourceOrUrl Resource | string Google Earth Earth Entertainment服务器的url托管图像.
Returns:
解决Google Earth Enterprise Metadata 实例/ 的诺言

static Cesium.GoogleEarthEnterpriseMetadata.quadKeyToTileXY(quadkey)

将用于从 Google Earth Earth Entertainment 服务器请求图像的瓦片四键转换为 (x,y,级别)位置.
Name Type Description
quadkey string 瓷砖的四键
See:
  • GoogleEarthEnterpriseMetadata#tileXYToQuadKey

static Cesium.GoogleEarthEnterpriseMetadata.tileXYToQuadKey(x, y, level)

将一个牌位( x, y, 级别) 转换成四键, 用于请求图像 来自谷歌地球企业服务器.
Name Type Description
x number 瓷砖的x坐标.
y number 瓷砖的y坐标.
level number 瓦片的缩放水平.
See:
  • GoogleEarthEnterpriseMetadata#quadKeyToTileXY
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.