@JsType(isNative=true,
        namespace="Cesium",
        name="GoogleEarthEnterpriseMetadata")
public class GoogleEarthEnterpriseMetadata
extends Object
| Modifier and Type | Field and Description | 
|---|---|
String | 
url
The url of the Google Earth Enterprise server hosting the imagery 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static GoogleEarthEnterpriseMetadata | 
create(String url)  | 
static GoogleEarthEnterpriseMetadata | 
create(String url,
      Object proxy)  | 
static JsObject | 
quadKeyToTileXY(String quadkey)
Converts a tile's quadkey used to request an image from a Google Earth Enterprise server
 into the (x, y, level) position. 
 | 
static String | 
tileXYToQuadKey(int x,
               int y,
               int level)
Converts a tiles (x, y, level) position into a quadkey used to request an image from a Google Earth Enterprise server. 
 | 
@JsProperty public String url
@JsOverlay public static GoogleEarthEnterpriseMetadata create(String url)
@JsOverlay public static GoogleEarthEnterpriseMetadata create(String url, Object proxy)
@JsMethod public static JsObject quadKeyToTileXY(String quadkey)
quadkey - The tile's quad key@JsMethod public static String tileXYToQuadKey(int x, int y, int level)
x - The tile's x coordinate.y - The tile's y coordinate.level - The tile's zoom level.Copyright © 2019. All rights reserved.