Class and Description |
---|
Appearance |
Billboard |
BillboardCollection
I tried to create a superclass "Primitive" for both LabelCollection and BillboardCollection
so the add() method in PrimitiveCollection wouldn't have to be duplicated, but
I got runtime errors.
|
BoundingRectangle |
BoundingSphere |
BoxGeometry
Javascript example to emulate:
var box = new Cesium.BoxGeometry({
vertexFormat : Cesium.VertexFormat.POSITION_ONLY,
maximumCorner : new Cesium.Cartesian3(250000.0, 250000.0, 250000.0),
minimumCorner : new Cesium.Cartesian3(-250000.0, -250000.0, -250000.0)
});
var geometry = Cesium.BoxGeometry.createGeometry(box);
|
BoxGeometry.Options |
Camera |
Camera.FlyToOptions |
Camera.FlyToRectangleOptions |
CameraState |
Cartesian2 |
Cartesian3 |
Cartesian4 |
Cartographic
WARNING Cesium developers like to put longitude before latitude in their APIs (they like the consistency
with x, y, even though most of use map users say lat/lon.
|
Cesium |
CesiumConfiguration |
CesiumWidget |
CesiumWidget.Options |
CircleGeometry
Javascript example to emulate:
var circle = new Cesium.CircleGeometry({
circleHierarchy : {
positions : Cesium.Cartesian3.fromDegreesArray([
-72.0, 40.0,
-70.0, 35.0,
-75.0, 30.0,
-70.0, 30.0,
-68.0, 40.0
])
}
});
var geometry = Cesium.CircleGeometry.createGeometry(circle);
|
CircleGeometry.Options |
Clock |
Color |
Color.Components |
ColorGeometryInstanceAttribute |
DebugModelMatrixPrimitive |
DebugModelMatrixPrimitive.Options |
Ellipsoid |
Frustum |
Geometry |
GeometryInstance |
GeometryInstanceAttributes |
Globe |
HorizontalOrigin |
ImageryLayer |
ImageryLayerCollection |
ImageryProvider |
InterpolationAlgorithm |
Label |
LabelCollection |
LabelStyle |
LagrangePolynomialApproximation |
MapProjection |
Matrix3 |
Matrix4 |
PerInstanceColorAppearance |
PerInstanceColorAppearance.Options |
PickedObject |
PolygonGeometry
Javascript example to emulate:
var polygon = new Cesium.PolygonGeometry({
polygonHierarchy : {
positions : Cesium.Cartesian3.fromDegreesArray([
-72.0, 40.0,
-70.0, 35.0,
-75.0, 30.0,
-70.0, 30.0,
-68.0, 40.0
])
}
});
var geometry = Cesium.PolygonGeometry.createGeometry(polygon);
|
PolygonGeometry.Hierarchy |
PolygonGeometry.Options |
PolygonOutlineGeometry
Javascript example to emulate:
var polygon = new Cesium.PolygonOutlineGeometry({
polygonHierarchy : {
positions : Cesium.Cartesian3.fromDegreesArray([
-72.0, 40.0,
-70.0, 35.0,
-75.0, 30.0,
-70.0, 30.0,
-68.0, 40.0
])
}
});
var geometry = Cesium.PolygonOutlineGeometry.createGeometry(polygon);
|
Polyline |
PolylineCollection
I tried to create a superclass "Primitive" for both LabelCollection and BillboardCollection
so the add() method in PrimitiveCollection wouldn't have to be duplicated, but
I got runtime errors.
|
Primitive |
Primitive.Options |
PrimitiveCollection
I tried to create a superclass "Primitive" for both LabelCollection and BillboardCollection
so the add() method in PrimitiveCollection wouldn't have to be duplicated, but
I got runtime errors.
|
ProviderViewModel |
Ray |
Rectangle |
Scene |
Scene.Options |
SceneMode |
ScreenSpaceCameraController |
ShowGeometryInstanceAttribute |
SkyBox |
TerrainProvider |
Undocumented |
VertexFormat |
VerticalOrigin |
Viewer |
Viewer.Options |
Class and Description |
---|
Cartesian2 |
Cartesian3 |
Color |
HorizontalOrigin |
InterpolationAlgorithm |
LabelStyle |
ReferenceFrame |
Scene |
Undocumented |
VerticalOrigin |
Class and Description |
---|
Cartesian2 |
Class and Description |
---|
Cartesian2 |
Color |
Undocumented |
Class and Description |
---|
Viewer |
Class and Description |
---|
BoundingSphere |
JSONDerivedObject
Due to a GWT DevMode bug, non-native methods cannot be declared in this class for some
reason.
|
Matrix4 |
Primitive |
Class and Description |
---|
Ellipsoid |
ImageryProvider |
Rectangle |
TerrainProvider |
Undocumented |
Class and Description |
---|
Color |
Class and Description |
---|
BoundingRectangle |
Texture |
Copyright © 2014. All rights reserved.