Modifier and Type | Method and Description |
---|---|
static BillboardCollection |
BillboardCollection.create(Scene scene)
|
Promise<ImageryLayerFeatureInfo[],Void> |
ImageryLayerCollection.pickImageryLayerFeatures(Ray ray,
Scene scene)
Asynchronously determines the imagery layer features that are intersected by a pick ray.
|
Modifier and Type | Field and Description |
---|---|
Scene |
BillboardCollectionOptions.scene
Must be passed in for billboards that use the height reference property or will be depth tested against the globe.
|
Scene |
LabelCollectionOptions.scene
Must be passed in for labels that use the height reference property or will be depth tested against the globe.
|
Constructor and Description |
---|
BillboardCollectionOptions(Matrix4 modelMatrix,
Boolean debugShowBoundingVolume,
Scene scene)
Options for
BillboardCollection |
Modifier and Type | Method and Description |
---|---|
static IonGeocoderService |
IonGeocoderService.create(Scene scene)
Fast create
IonGeocoderService instance by Scene |
Modifier and Type | Field and Description |
---|---|
Scene |
IonGeocoderServiceOptions.scene
The scene
|
Modifier and Type | Method and Description |
---|---|
static IonGeocoderServiceOptions |
IonGeocoderServiceOptions.create(Scene scene)
Fast create instance of
IonGeocoderServiceOptions by mandatory param Scene |
Modifier and Type | Field and Description |
---|---|
Scene |
DataSourceDisplay.scene
Gets the scene associated with this display.
|
Modifier and Type | Method and Description |
---|---|
Visualizer[] |
DataSourceDisplay.VisualizersCallback.function(Scene scene,
DataSource dataSource) |
static boolean |
Entity.supportsMaterialsforEntitiesOnTerrain(Scene scene)
Checks if the given Scene supports materials besides Color on Entities draped on terrain.
|
static boolean |
Entity.supportsPolylinesOnTerrain(Scene scene)
Checks if the given Scene supports polylines clamped to the ground..
|
Modifier and Type | Field and Description |
---|---|
Scene |
DataSourceDisplayOptions.scene
The scene in which to display the data.
|
Constructor and Description |
---|
EllipseGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for ellipses. |
EllipsoidGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for ellipsoids. |
GeometryUpdater(Entity entity,
Scene scene) |
PlaneGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for planes. |
PolygonGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for polygons. |
PolylineGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for polylines. |
RectangleGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for rectangles. |
WallGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for walls. |
Constructor and Description |
---|
GeometryVisualizer(Scene scene,
EntityCollection entityCollection)
A general purpose visualizer for geometry represented by
Primitive instances. |
GeometryVisualizer(Scene scene,
EntityCollection entityCollection,
PrimitiveCollection primitives)
A general purpose visualizer for geometry represented by
Primitive instances. |
GeometryVisualizer(Scene scene,
EntityCollection entityCollection,
PrimitiveCollection primitives,
PrimitiveCollection groundPrimitives)
A general purpose visualizer for geometry represented by
Primitive instances. |
PolylineVisualizer(Scene scene,
EntityCollection entityCollection)
A visualizer for polylines represented by Primitive instances.
|
Modifier and Type | Method and Description |
---|---|
Cartesian2 |
Billboard.computeScreenSpacePosition(Scene scene)
Computes the screen-space position of the billboard's origin, taking into account eye and pixel offsets.
|
Cartesian2 |
Label.computeScreenSpacePosition(Scene scene,
Cartesian2 result)
Computes the screen-space position of the label's origin, taking into account eye and pixel offsets.
|
Cartesian2 |
Billboard.computeScreenSpacePosition(Scene scene,
Cartesian2 result)
Computes the screen-space position of the billboard's origin, taking into account eye and pixel offsets.
|
void |
Scene.Listener.function(Scene scene,
JulianDate time) |
static boolean |
PostProcessStageLibrary.isAmbientOcclusionSupported(Scene scene)
Whether or not an ambient occlusion stage is supported.
|
static boolean |
PostProcessStageLibrary.isDepthOfFieldSupported(Scene scene)
Whether or not a depth of field stage is supported.
|
static boolean |
PostProcessStageLibrary.isEdgeDetectionSupported(Scene scene)
Whether or not an edge detection stage is supported.
|
static boolean |
PostProcessStageLibrary.isSilhouetteSupported(Scene scene)
Whether or not a silhouette stage is supported.
|
static boolean |
GroundPolylinePrimitive.isSupported(Scene scene)
Checks if the given Scene supports GroundPolylinePrimitives.
|
static boolean |
GroundPrimitive.isSupported(Scene scene)
Determines if GroundPrimitive rendering is supported.
|
static boolean |
PointCloudShading.isSupported(Scene scene)
Determines if point cloud shading is supported.
|
Cartesian3 |
Globe.pick(Ray ray,
Scene scene)
Find an intersection between a ray and the globe surface that was rendered.
|
Cartesian3 |
Globe.pick(Ray ray,
Scene scene,
Cartesian3 result)
Find an intersection between a ray and the globe surface that was rendered.
|
static boolean |
Model.silhouetteSupported(Scene scene)
Determines if silhouettes are supported.
|
static boolean |
GroundPrimitive.supportsMaterials(Scene scene)
Checks if the given Scene supports materials on GroundPrimitives.
|
Constructor and Description |
---|
Camera(Scene scene)
The camera is defined by a position, orientation, and view frustum.
|
ScreenSpaceCameraController(Scene scene)
Modifies the camera position and orientation based on mouse input to a canvas.
|
Constructor and Description |
---|
CorridorPrimitive(Scene scene,
CorridorPrimitiveOptions options) |
DrawInteraction(Scene scene,
DrawInteractionOptions options)
Constructor of draw interaction.
|
MarkerGroup(Scene scene,
DrawInteractionOptions options) |
PointPrimitive(Scene scene,
AbstractPrimitiveOptions options) |
Modifier and Type | Field and Description |
---|---|
Scene |
ModelOptions.scene
Must be passed in for models that use the height reference property.
|
Modifier and Type | Field and Description |
---|---|
Scene |
SceneModePickerViewModel.scene
Gets the scene
|
Scene |
ProjectionPickerViewModel.scene
Gets the scene
|
Scene |
HomeButtonViewModel.scene
Gets the scene to control.
|
Scene |
GeocoderViewModel.scene
Gets the scene to control.
|
Scene |
SelectionIndicatorViewModel.scene
Gets the scene being used.
|
Scene |
CesiumWidget.scene
Gets the scene.
|
Modifier and Type | Method and Description |
---|---|
Scene |
Cesium3DTilesInspectorViewModel.scene()
Gets the scene
|
Scene |
Viewer.scene()
Gets the scene.
|
Modifier and Type | Method and Description |
---|---|
static Geocoder |
Geocoder.create(com.google.gwt.dom.client.Element container,
Scene scene)
Fast create instance of
Geocoder by mandatory params. |
static GeocoderViewModel |
GeocoderViewModel.create(Scene scene)
Fast create instance of
GeocoderViewModel by mandatory params |
static Geocoder |
Geocoder.create(String container,
Scene scene)
Fast create instance of
Geocoder by mandatory params. |
Constructor and Description |
---|
Cesium3DTilesInspector(com.google.gwt.dom.client.Element element,
Scene scene)
Inspector widget to aid in debugging 3D Tiles
|
Cesium3DTilesInspector(String element,
Scene scene)
Inspector widget to aid in debugging 3D Tiles
|
Cesium3DTilesInspectorViewModel(Scene scene,
com.google.gwt.dom.client.Element element)
The view model for
Cesium3DTilesInspector . |
CesiumInspector(com.google.gwt.dom.client.Element element,
Scene scene)
Inspector widget to aid in debugging
|
CesiumInspector(String element,
Scene scene)
Inspector widget to aid in debugging
|
HomeButton(com.google.gwt.dom.client.Element container,
Scene scene,
Number duration)
A single button widget for returning to the default camera view of the current scene.
|
HomeButtonViewModel(Scene scene,
Number duration)
The view model for
HomeButton . |
ProjectionPicker(com.google.gwt.dom.client.Element container,
Scene scene)
The ProjectionPicker is a single button widget for switching between perspective and orthographic projections.
|
ProjectionPicker(String container,
Scene scene)
The ProjectionPicker is a single button widget for switching between perspective and orthographic projections.
|
ProjectionPickerViewModel(Scene scene)
The view model for
ProjectionPicker . |
SceneModePicker(com.google.gwt.dom.client.Element element,
Scene scene)
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
|
SceneModePicker(com.google.gwt.dom.client.Element element,
Scene scene,
double duration)
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
|
SceneModePicker(String element,
Scene scene)
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
|
SceneModePicker(String element,
Scene scene,
double duration)
The SceneModePicker is a single button widget for switching between scene modes; shown to the left in its expanded state.
|
SceneModePickerViewModel(Scene scene)
The view model for
SceneModePicker . |
SceneModePickerViewModel(Scene scene,
double duration)
The view model for
SceneModePicker . |
SelectionIndicator(com.google.gwt.dom.client.Element container,
Scene scene)
A widget for displaying an indicator on a selected object.
|
SelectionIndicator(String container,
Scene scene)
A widget for displaying an indicator on a selected object.
|
SelectionIndicatorViewModel(Scene scene,
com.google.gwt.dom.client.Element selectionIndicatorElement,
com.google.gwt.dom.client.Element container)
The view model for
SelectionIndicator . |
VRButton(com.google.gwt.dom.client.Element container,
Scene scene)
A single button widget for toggling vr mode.
|
VRButton(com.google.gwt.dom.client.Element container,
Scene scene,
com.google.gwt.dom.client.Element vrElement)
A single button widget for toggling vr mode.
|
VRButton(String container,
Scene scene)
A single button widget for toggling vr mode.
|
VRButton(String container,
Scene scene,
com.google.gwt.dom.client.Element vrElement)
A single button widget for toggling vr mode.
|
VRButtonViewModel(Scene scene)
The view model for
VRButton . |
VRButtonViewModel(Scene scene,
com.google.gwt.dom.client.Element vrElement)
The view model for
VRButton . |
VRButtonViewModel(Scene scene,
String vrElement)
The view model for
VRButton . |
Modifier and Type | Field and Description |
---|---|
Scene |
GeocoderOptions.scene
The Scene instance to use.
|
Scene |
GeocoderViewModelOptions.scene
The Scene instance to use.
|
Modifier and Type | Method and Description |
---|---|
static GeocoderOptions |
GeocoderOptions.create(com.google.gwt.dom.client.Element container,
Scene scene)
Fast create instance of
GeocoderOptions by mandatory params |
static GeocoderViewModelOptions |
GeocoderViewModelOptions.create(Scene scene)
Fast create instance of
GeocoderViewModelOptions by mandatory params |
static GeocoderOptions |
GeocoderOptions.create(String container,
Scene scene)
Fast create instance of
GeocoderOptions by mandatory params |
Copyright © 2019. All rights reserved.