Package | Description |
---|---|
edu.ucdavis.cstars.client.dijits | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
void |
TimeSlider.createTimeStopsByTimeInterval(TimeExtent timeExtent,
int timeInterval,
TimeInfo.TimeUnits timeIntervalUnits)
Create a time stop for each interval specified, i.e.(week,month, day).
|
Modifier and Type | Method and Description |
---|---|
TimeInfo.TimeUnits |
LayerTimeOptions.getTimeOffsetUnits()
Temporal unit in which the time offset is measured.
|
static TimeInfo.TimeUnits |
TimeInfo.TimeUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeInfo.TimeUnits[] |
TimeInfo.TimeUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FeatureLayer |
FeatureLayer.setTimeOffset(int offsetValue,
TimeInfo.TimeUnits offsetUnits)
Time offset allows you to display the features at a different time so they can be overlayed on top of previous or future
time periods.
|
void |
LayerTimeOptions.setTimeOffsetUnit(TimeInfo.TimeUnits timeOffsetUnits)
Set the timeOffsetUnits parameter.
|