Package | Description |
---|---|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
Modifier and Type | Method and Description |
---|---|
static CesiumImageFormat |
CesiumImageFormat.getDefault()
Get the enum constant that is considered to be the default.
|
static CesiumImageFormat |
CesiumImageFormat.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CesiumImageFormat |
CesiumImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CesiumImageFormat[] |
CesiumImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CesiumResource |
CesiumResource.fromImage(RenderedImage image,
CesiumImageFormat imageFormat)
Create a CZML resource from an image loaded into memory.
|
static CesiumResource |
CesiumResource.fromStream(InputStream stream,
CesiumImageFormat imageFormat)
Create a CZML resource from a stream containing image data.
|