GoogleEarthEnterpriseMetadata

new Cesium.GoogleEarthEnterpriseMetadata(options)

Provides metadata using the Google Earth Enterprise REST API. This is used by the
Name Type Description
options Object Object with the following properties:
Name Type Description
url String The url of the Google Earth Enterprise server hosting the imagery.
proxy Proxy optional A proxy to use for requests. This object is expected to have a getURL function which returns the proxied URL, if needed.
See:

Members

Gets the name of the Google Earth Enterprise server.

Methods

staticCesium.GoogleEarthEnterpriseMetadata.quadKeyToTileXY(quadkey)

Converts a tile's quadkey used to request an image from a Google Earth Enterprise server into the (x, y, level) position.
Name Type Description
quadkey String The tile's quad key
See:
  • GoogleEarthEnterpriseMetadata#tileXYToQuadKey

staticCesium.GoogleEarthEnterpriseMetadata.tileXYToQuadKey(x, y, level)

Converts a tiles (x, y, level) position into a quadkey used to request an image from a Google Earth Enterprise server.
Name Type Description
x Number The tile's x coordinate.
y Number The tile's y coordinate.
level Number The tile's zoom level.
See:
  • GoogleEarthEnterpriseMetadata#quadKeyToTileXY