Package | Description |
---|---|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
agi.foundation.cesium.advanced |
Contains less-often used types for generating CZML.
|
Modifier and Type | Method and Description |
---|---|
static CesiumInterpolationAlgorithm |
CesiumInterpolationAlgorithm.getDefault()
Get the enum constant that is considered to be the default.
|
static CesiumInterpolationAlgorithm |
CesiumInterpolationAlgorithm.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
CesiumInterpolationAlgorithm |
VectorCesiumProperty.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
UnitVectorCesiumProperty.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
ScalarCesiumProperty.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
SampledCesiumProperty.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
PointCesiumProperty.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
GraphicalVector.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
CesiumPositionExtension.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
CesiumOrientationExtension.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
AxesCesiumProperty.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
static CesiumInterpolationAlgorithm |
CesiumInterpolationAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CesiumInterpolationAlgorithm[] |
CesiumInterpolationAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorCesiumProperty.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
UnitVectorCesiumProperty.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
ScalarCesiumProperty.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
SampledCesiumProperty.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
PointCesiumProperty.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
GraphicalVector.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
CesiumPositionExtension.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
CesiumOrientationExtension.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
void |
AxesCesiumProperty.setInterpolationAlgorithm(CesiumInterpolationAlgorithm value)
Sets the algorithm to use for interpolation.
|
Modifier and Type | Method and Description |
---|---|
CesiumInterpolationAlgorithm |
ICesiumPositionService.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
ICesiumOrientationService.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|
CesiumInterpolationAlgorithm |
ICesiumDirectionService.getInterpolationAlgorithm()
Gets the algorithm to use for interpolation.
|