| 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 | 
|---|---|
CesiumResourceBehavior | 
CesiumResource.getBehavior()
Gets how the resource is to be included in the document. 
 | 
static CesiumResourceBehavior | 
CesiumResourceBehavior.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static CesiumResourceBehavior | 
CesiumResourceBehavior.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static CesiumResourceBehavior | 
CesiumResourceBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CesiumResourceBehavior[] | 
CesiumResourceBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
CesiumResource(String uri,
              CesiumResourceBehavior behavior)
Initializes a new instance. 
 | 
CesiumResource(URI uri,
              CesiumResourceBehavior behavior)
Initializes a new instance. 
 |