public class CzmlDataSource extends DataSource
Modifier | Constructor and Description |
---|---|
protected |
CzmlDataSource() |
Modifier and Type | Method and Description |
---|---|
static CzmlDataSource |
create() |
void |
load(Undocumented czml,
String sourceURI) |
com.google.gwt.core.client.JavaScriptObject |
loadUrl(String url) |
void |
process(Object czml,
String sourceURI) |
com.google.gwt.core.client.JavaScriptObject |
processUrl(String url) |
getEntities, getName, isLoading, onChangedEvent, onErrorEvent, onLoadingEvent, update
public static final CzmlDataSource create()
public final void load(Undocumented czml, String sourceURI)
czml
- A free-form JavaScript object which can be constructed from a parsed JSON string, for instancesourceURI
- public final com.google.gwt.core.client.JavaScriptObject loadUrl(String url)
public final com.google.gwt.core.client.JavaScriptObject processUrl(String url)
Copyright © 2014. All rights reserved.