Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.core.geometry | |
org.cesiumjs.cs.datasources.properties |
Modifier and Type | Class and Description |
---|---|
class |
Cartesian2 |
class |
Cartesian3 |
class |
Cartesian4 |
class |
PackableForInterpolation |
class |
VertexFormat |
Modifier and Type | Class and Description |
---|---|
class |
BoxGeometry |
class |
BoxOutlineGeometry
A description of the outline of a cube centered at the origin.
|
class |
CircleGeometry |
class |
CircleOutlineGeometry
A description of the outline of a circle on the ellipsoid.
|
class |
CoplanarPolygonGeometry
A description of a polygon composed of arbitrary coplanar positions.
|
class |
CoplanarPolygonOutlineGeometry
A description of the outline of a polygon composed of arbitrary coplanar positions.
|
class |
CorridorGeometry
A description of a corridor.
|
class |
CorridorOutlineGeometry
A description of a corridor outline.
|
class |
EllipseGeometry |
class |
EllipseOutlineGeometry
A description of the outline of an ellipse on an ellipsoid.
|
class |
EllipsoidGeometry |
class |
EllipsoidOutlineGeometry
A description of the outline of an ellipsoid centered at the origin.
|
class |
FrustumOutlineGeometry
A description of the outline of a frustum with the given the origin and orientation.
|
class |
GroundPolylineGeometry
A description of a polyline on terrain.
|
class |
PlaneGeometry
Describes geometry representing a plane centered at the origin, with a unit width and length.
|
class |
PlaneOutlineGeometry
Describes geometry representing the outline of a plane centered at the origin, with a unit width and length.
|
class |
PolygonGeometry |
class |
PolygonOutlineGeometry
A description of the outline of a polygon on the ellipsoid.
|
class |
RectangleGeometry |
class |
RectangleOutlineGeometry
A description of the outline of a a cartographic rectangle on an ellipsoid centered at the origin.
|
class |
SimplePolylineGeometry |
class |
WallGeometry |
class |
WallOutlineGeometry
A description of a wall outline.
|
Modifier and Type | Class and Description |
---|---|
class |
SampledProperty<T extends Packable> |
Modifier and Type | Field and Description |
---|---|
Packable[] |
SampledProperty.derivativeTypes
Gets the derivative types used by this property.
|
T |
SampledProperty.type
Gets the type of property.
|
Modifier and Type | Method and Description |
---|---|
void |
SampledProperty.addSample(JulianDate time,
T value,
T[] derivatives)
Adds a new sample
|
void |
SampledProperty.addSamples(JulianDate[] times,
T[] values)
Adds an array of samples
|
void |
SampledProperty.addSamples(JulianDate[] times,
T[] values,
T[] derivativeValues)
Adds an array of samples
|
void |
SampledProperty.addSamples(JulianDate[] times,
T[] values,
T[] derivativeValues)
Adds an array of samples
|
Constructor and Description |
---|
SampledProperty(T type,
T[] derivativeTypes)
A
Property whose value is interpolated for a given time from the provided set of samples and
specified interpolation algorithm and degree. |
Copyright © 2019. All rights reserved.