Package | Description |
---|---|
org.cesiumjs.cs.core.geometry | |
org.cesiumjs.cs.datasources.updater | |
org.cesiumjs.cs.scene | |
org.cesiumjs.cs.scene.options |
Modifier and Type | Method and Description |
---|---|
static GeometryInstance |
GeometryPipeline.transformToWorldCoordinates(GeometryInstance instance)
Transforms a geometry instance to world coordinates.
|
Modifier and Type | Method and Description |
---|---|
static GeometryInstance |
GeometryPipeline.transformToWorldCoordinates(GeometryInstance instance)
Transforms a geometry instance to world coordinates.
|
Modifier and Type | Method and Description |
---|---|
GeometryInstance |
GeometryUpdater.createFillGeometryInstance(JulianDate time)
Creates the geometry instance which represents the fill of the geometry.
|
GeometryInstance |
GeometryUpdater.createOutlineGeometryInstance(JulianDate time)
Creates the geometry instance which represents the outline of the geometry.
|
Modifier and Type | Field and Description |
---|---|
GeometryInstance[] |
Primitive.geometryInstances
The geometry instances rendered with this primitive.
|
Modifier and Type | Method and Description |
---|---|
GeometryInstance[] |
GroundPolylinePrimitive.geometryInstances()
The geometry instances rendered with this primitive.
|
GeometryInstance[] |
ClassificationPrimitive.geometryInstances()
The geometry instances rendered with this primitive.
|
GeometryInstance[] |
GroundPrimitive.geometryInstances()
The geometry instance rendered with this primitive.
|
Modifier and Type | Field and Description |
---|---|
GeometryInstance[] |
GroundPrimitiveOptions.geometryInstances
The geometry instances to render.
|
GeometryInstance[] |
GroundPolylinePrimitiveOptions.geometryInstances
GeometryInstances containing GroundPolylineGeometry
|
GeometryInstance[] |
PrimitiveOptions.geometryInstances
The geometry instances - or a single geometry instance - to render.
|
GeometryInstance[] |
ClassificationPrimitiveOptions.geometryInstances
The geometry instances - or a single geometry instance - to render.
|
Copyright © 2019. All rights reserved.