T
- The type of value.public class DeleteCesiumProperty<T> extends CesiumProperty<T>
CesiumProperty
that specifies that existing data (samples or interval values)
for a given property should be deleted on the client.Constructor and Description |
---|
DeleteCesiumProperty()
Initializes a new instance.
|
DeleteCesiumProperty(TimeInterval interval)
Initializes a new instance with a specified interval over which to delete data.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
getInterval()
Gets the interval over which to delete data for the property.
|
void |
setInterval(TimeInterval value)
Sets the interval over which to delete data for the property.
|
createGenerators, toCesiumProperty, toCesiumProperty, toCesiumProperty
public DeleteCesiumProperty()
public DeleteCesiumProperty(TimeInterval interval)
interval
- The interval over which to delete data for the property.public final TimeInterval getInterval()
null
interval indicates that all data will be deleted on the client.public final void setInterval(TimeInterval value)
null
interval indicates that all data will be deleted on the client.