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 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.
|
static CesiumResource |
CesiumResource.fromStream(InputStream stream,
String mimeType)
Create a CZML resource from a stream.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<CesiumResource> |
ImageMaterialGraphics.getImage()
Gets the image to display on the surface.
|
CesiumProperty<CesiumResource> |
BillboardGraphics.getImage()
Gets the billboard image.
|
CesiumProperty<CesiumResource> |
ModelGraphics.getModel()
Gets the url of the glTF file.
|
CesiumProperty<CesiumResource> |
TilesetGraphics.getUri()
Gets the URI of the 3D tileset.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageMaterialGraphics.setImage(CesiumProperty<CesiumResource> value)
Sets the image to display on the surface.
|
void |
BillboardGraphics.setImage(CesiumProperty<CesiumResource> value)
Sets the billboard image.
|
void |
ModelGraphics.setModel(CesiumProperty<CesiumResource> value)
Sets the url of the glTF file.
|
void |
TilesetGraphics.setUri(CesiumProperty<CesiumResource> value)
Sets the URI of the 3D tileset.
|
Constructor and Description |
---|
ImageMaterialGraphics(CesiumResource image)
Initializes a new instance with the specified image.
|
Constructor and Description |
---|
ImageMaterialGraphics(CesiumProperty<CesiumResource> image)
Initializes a new instance with the specified image.
|