Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.scene | |
org.cesiumjs.cs.scene.options | |
org.cesiumjs.cs.widgets | |
org.cesiumjs.cs.widgets.options |
Modifier and Type | Method and Description |
---|---|
static HeadingPitchRange |
HeadingPitchRange.clone(HeadingPitchRange hpr)
Duplicates a HeadingPitchRange instance.
|
static HeadingPitchRange |
HeadingPitchRange.clone(HeadingPitchRange hpr,
HeadingPitchRange result)
Duplicates a HeadingPitchRange instance.
|
Modifier and Type | Method and Description |
---|---|
static HeadingPitchRange |
HeadingPitchRange.clone(HeadingPitchRange hpr)
Duplicates a HeadingPitchRange instance.
|
static HeadingPitchRange |
HeadingPitchRange.clone(HeadingPitchRange hpr,
HeadingPitchRange result)
Duplicates a HeadingPitchRange instance.
|
Modifier and Type | Field and Description |
---|---|
static HeadingPitchRange |
Camera.DEFAULT_OFFSET
The default heading/pitch/range that is used when the camera flies to a location that contains a bounding sphere.
|
Modifier and Type | Method and Description |
---|---|
void |
Camera.lookAt(Cartesian3 target,
HeadingPitchRange offset)
Sets the camera position and orientation using a target and offset.
|
void |
Camera.lookAtTransform(Matrix4 transform,
HeadingPitchRange offset)
Sets the camera position and orientation using a target and transformation matrix.
|
void |
Camera.viewBoundingSphere(BoundingSphere boundingSphere,
HeadingPitchRange offset)
Sets the camera so that the current view contains the provided bounding sphere.
|
Modifier and Type | Field and Description |
---|---|
HeadingPitchRange |
CameraFlyToOptions.offset
The offset from the target in the local east-north-up reference frame centered at the target.
|
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.zoomTo(EntityCollection target,
HeadingPitchRange offset)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.zoomTo(Object target,
HeadingPitchRange offset)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Modifier and Type | Field and Description |
---|---|
HeadingPitchRange |
FlyToOptions.offset
The offset from the target in the local east-north-up reference frame centered at the target.
|
Copyright © 2019. All rights reserved.