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 |
---|---|
CesiumCustomProperties |
CesiumCustomPropertiesExtension.getCustomProperties()
Gets the set of custom CZML properties.
|
Modifier and Type | Method and Description |
---|---|
void |
CesiumCustomPropertiesExtension.setCustomProperties(CesiumCustomProperties value)
Sets the set of custom CZML properties.
|
Constructor and Description |
---|
CesiumCustomPropertiesExtension(CesiumCustomProperties customProperties)
Initializes a new instance with the provided
CesiumCustomProperties . |
Modifier and Type | Method and Description |
---|---|
CesiumCustomProperties |
ICesiumCustomPropertiesService.getCustomProperties()
Gets the set of custom CZML properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ICesiumCustomPropertiesService.setCustomProperties(CesiumCustomProperties value)
Sets the set of custom CZML properties.
|