DefaultProxy

new Cesium.DefaultProxy(proxy)

A simple proxy that appends the desired resource as the sole query parameter to the given proxy URL.
参数名称 类型 描述信息
proxy string The proxy URL that will be used to requests all resources.

继承

方法

getURL(resource)string

Get the final URL to use to request a given resource.
参数名称 类型 描述信息
resource string The resource to request.
返回值:
proxied resource