public class TilesetGraphics extends Object
tileset property in CZML.| Constructor and Description | 
|---|
TilesetGraphics()
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CesiumProperty<Double> | 
getMaximumScreenSpaceError()
Gets the maximum screen space error used to drive level of detail refinement. 
 | 
CesiumProperty<Boolean> | 
getShow()
Gets whether or not the tileset is shown. 
 | 
CesiumProperty<CesiumResource> | 
getUri()
Gets the URI of the 3D tileset. 
 | 
void | 
setMaximumScreenSpaceError(CesiumProperty<Double> value)
Sets the maximum screen space error used to drive level of detail refinement. 
 | 
void | 
setShow(CesiumProperty<Boolean> value)
Sets whether or not the tileset is shown. 
 | 
void | 
setUri(CesiumProperty<CesiumResource> value)
Sets the URI of the 3D tileset. 
 | 
public final CesiumProperty<Boolean> getShow()
true.public final void setShow(CesiumProperty<Boolean> value)
true.public final CesiumProperty<CesiumResource> getUri()
public final void setUri(CesiumProperty<CesiumResource> value)
public final CesiumProperty<Double> getMaximumScreenSpaceError()
public final void setMaximumScreenSpaceError(CesiumProperty<Double> value)