Package | Description |
---|---|
org.cesiumjs.cesium.time |
Modifier and Type | Class and Description |
---|---|
class |
BooleanTimeInterval |
class |
ColorTimeInterval |
class |
NumberTimeInterval |
class |
PropertyTimeInterval<T> |
class |
StringTimeInterval |
Modifier and Type | Field and Description |
---|---|
static TimeInterval |
TimeInterval.EMPTY |
Modifier and Type | Method and Description |
---|---|
static TimeInterval |
TimeInterval.create() |
static TimeInterval |
TimeInterval.fromIso8601(String iso8601) |
TimeInterval |
TimeIntervalCollection.get(int index) |
TimeInterval |
TimeInterval.setData(Object data) |
TimeInterval |
TimeInterval.setStart(JulianDate start) |
TimeInterval |
TimeInterval.setStartIncluded(boolean isStartIncluded) |
TimeInterval |
TimeInterval.setStop(JulianDate stop) |
TimeInterval |
TimeInterval.setStopIncluded(boolean isStopIncluded) |
Modifier and Type | Method and Description |
---|---|
void |
TimeIntervalCollection.addInterval(TimeInterval interval) |
static TimeIntervalCollection |
TimeIntervalCollection.create(TimeInterval... timeIntervals) |
boolean |
TimeIntervalCollection.removeInterval(TimeInterval interval) |
Copyright © 2014. All rights reserved.