Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.core.geometry | |
org.cesiumjs.cs.core.projection | |
org.cesiumjs.cs.scene | |
org.cesiumjs.cs.scene.options | |
org.cesiumjs.cs.widgets.options |
Modifier and Type | Field and Description |
---|---|
MapProjection |
TilingScheme.projection
Gets the map projection used by the tiling scheme.
|
Modifier and Type | Method and Description |
---|---|
static BoundingRectangle |
BoundingRectangle.fromRectangle(Rectangle rectangle,
MapProjection projection)
Computes a bounding rectangle from an rectangle.
|
static BoundingRectangle |
BoundingRectangle.fromRectangle(Rectangle rectangle,
MapProjection projection,
BoundingRectangle result)
Computes a bounding rectangle from an rectangle.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
GeometryPipeline.projectTo2D(String geometry,
String attributeName,
String attributeName3D,
String attributeName2D,
MapProjection projection)
Projects a geometry's 3D position attribute to 2D, replacing the position attribute with separate position3D and
position2D attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
GeographicProjection |
class |
WebMercatorProjection
The map projection used by Google Maps, Bing Maps, and most of ArcGIS Online, EPSG:3857.
|
Modifier and Type | Method and Description |
---|---|
MapProjection |
Scene.mapProjection()
Get the map projection to use in 2D and Columbus View modes.
|
Modifier and Type | Field and Description |
---|---|
MapProjection |
SceneOptions.mapProjection
The map projection to use in 2D and Columbus View modes.
|
Modifier and Type | Field and Description |
---|---|
MapProjection |
ViewerOptions.mapProjection
The map projection to use in 2D and Columbus View modes.
|
MapProjection |
CesiumWidgetOptions.mapProjection
The map projection to use in 2D and Columbus View modes.
|
Copyright © 2019. All rights reserved.