public final class Globe
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Globe() |
Modifier and Type | Method and Description |
---|---|
boolean |
getDepthTestAgainstTerrain() |
Ellipsoid |
getEllipsoid() |
boolean |
getEnableLighting() |
Double |
getHeight(Cartographic cartographic) |
ImageryLayerCollection |
getImageryLayers() |
boolean |
getShow() |
Cartesian3 |
pick(Ray ray,
Scene scene) |
void |
setDepthTestAgainstTerrain(boolean depthTest) |
void |
setEnableLighting(boolean enableLighting) |
void |
setShow(boolean show) |
void |
setTerrainProvider(TerrainProvider terrainProvider) |
public Ellipsoid getEllipsoid()
public void setTerrainProvider(TerrainProvider terrainProvider)
public ImageryLayerCollection getImageryLayers()
public void setDepthTestAgainstTerrain(boolean depthTest)
public boolean getDepthTestAgainstTerrain()
public void setEnableLighting(boolean enableLighting)
public boolean getEnableLighting()
public void setShow(boolean show)
public boolean getShow()
public Double getHeight(Cartographic cartographic)
public Cartesian3 pick(Ray ray, Scene scene)
Copyright © 2014. All rights reserved.