| Package | Description |
|---|---|
| org.cesiumjs.cs.core | |
| org.cesiumjs.cs.core.options |
| Modifier and Type | Method and Description |
|---|---|
static Promise<com.google.gwt.typedarrays.shared.ArrayBuffer,Void> |
Resource.fetchArrayBuffer(ResourceOptions options)
Creates a Resource and calls fetchArrayBuffer() on it.
|
static Promise<JsBlob,Void> |
Resource.fetchBlob(ResourceOptions options)
Creates a Resource and calls fetchBlob() on it.
|
static Promise<JsObject,Void> |
Resource.fetchJson(ResourceOptions options)
Creates a Resource and calls fetchJson() on it.
|
static Promise<JsObject,Void> |
Resource.fetchText(ResourceOptions options)
Creates a Resource and calls fetchText() on it.
|
static Promise<JsObject,Void> |
Resource.fetchXML(ResourceOptions options)
Creates a Resource and calls fetchXML() on it.
|
| Constructor and Description |
|---|
Resource(ResourceOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedResourceOptions
Options for
Resource.getDerivedResource(). |
class |
ResourceImageOptions
Options for
Resource.fetchImage(ResourceImageOptions). |
class |
ResourceJsonpOptions
Options for
Resource.fetchJsonp(ResourceJsonpOptions). |
class |
ResourcePathOptions |
class |
ResourcePutOptions
Options for
Resource.put(ResourcePutOptions) method. |
| Modifier and Type | Method and Description |
|---|---|
static ResourceOptions |
ResourceOptions.create(String url)
Create new instance of
ResourceOptions. |
Copyright © 2019. All rights reserved.