Package | Description |
---|---|
org.cesiumjs.cesium | |
org.cesiumjs.cesium.data | |
org.cesiumjs.cesium.events | |
org.cesiumjs.cesium.materials |
Modifier and Type | Method and Description |
---|---|
static Cartesian2 |
Cartesian2.create(double x,
double y) |
static Cartesian2 |
Transforms.pointToWindowCoordinates(Matrix4 modelViewProjectionMatrix,
Matrix4 viewportTransformation,
Cartesian3 point) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<PickedObject> |
Scene.drillPick(Cartesian2 windowPosition) |
boolean |
Cartesian2.equals(Cartesian2 right) |
PickedObject |
Scene.pick(Cartesian2 windowPosition)
The JavaScript implementation of pick() is fast and loose.
|
Cartesian3 |
Camera.pickEllipsoid(Cartesian2 windowPosition) |
Cartesian3 |
Camera.pickEllipsoid(Cartesian2 windowPosition,
Ellipsoid ellipsoid) |
Cartesian3 |
Camera.pickEllipsoid(Cartesian2 windowPosition,
Ellipsoid ellipsoid,
Cartesian3 result) |
Label |
Label.setPixelOffset(Cartesian2 pixelOffset) |
Billboard |
Billboard.setPixelOffset(Cartesian2 pixelOffset) |
Modifier and Type | Method and Description |
---|---|
LabelGraphics |
LabelGraphics.setPixelOffset(Cartesian2 pixelOffset) |
BillboardGraphics |
BillboardGraphics.setPixelOffset(Cartesian2 pixelOffset) |
Modifier and Type | Method and Description |
---|---|
LabelGraphics |
LabelGraphics.setPixelOffset(Property<Cartesian2> pixelOffset) |
BillboardGraphics |
BillboardGraphics.setPixelOffset(Property<Cartesian2> pixelOffset) |
Modifier and Type | Method and Description |
---|---|
Cartesian2 |
MovementEvent.getEndPosition() |
Cartesian2 |
PositionEvent.getPosition() |
Cartesian2 |
PinchStartEvent.getPosition1() |
Cartesian2 |
PinchStartEvent.getPosition2() |
Cartesian2 |
MovementEvent.getStartPosition() |
Modifier and Type | Method and Description |
---|---|
void |
ImageMaterial.setRepeat(Cartesian2 repeat) |
Copyright © 2014. All rights reserved.