Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.dijits | |
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static TimeExtent |
TimeExtent.create(com.google.gwt.core.client.JsDate startTime,
com.google.gwt.core.client.JsDate endTime)
Creates a new TimeExtent object with the specifed start and end time.
|
TimeExtent |
MapWidget.getTimeExtent()
The current TimeExtent for the map.
|
TimeExtent |
TimeExtent.intersection(TimeExtent extent)
Returns a new time extent indicating the intersection between "this" and the
argument time extent.
|
TimeExtent |
TimeExtent.offset(int offsetValue,
java.lang.String offsetUnits)
Returns a new time extent with the given offset from "this' time extent.
|
Modifier and Type | Method and Description |
---|---|
TimeExtent |
TimeExtent.intersection(TimeExtent extent)
Returns a new time extent indicating the intersection between "this" and the
argument time extent.
|
void |
MapWidget.setTimeExtent(TimeExtent timeExtent)
Sets the TimeExtent for the map.
|
Modifier and Type | Method and Description |
---|---|
TimeExtent |
TimeSlider.getCurrentTimeExtent()
Gets the current time extent for the time slider.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeSlider.createTimeStopsByCount(TimeExtent timeExtent)
The specified number of time stops are created for the input time extent.
|
void |
TimeSlider.createTimeStopsByCount(TimeExtent timeExtent,
int count)
The specified number of time stops are created for the input time extent.
|
void |
TimeSlider.createTimeStopsByTimeInterval(TimeExtent timeExtent)
Create a time stop for each interval specified, i.e.(week,month, day).
|
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 |
---|---|
void |
TimeExtentChangeHandler.onTimeExtentChange(TimeExtent timeExtent) |
Modifier and Type | Method and Description |
---|---|
TimeExtent |
FeatureLayer.getTimeDefinition()
Get the current time definition applied to the feature layer.
|
TimeExtent |
TimeInfo.getTimeExtent()
The time extent for all the data in the layer.
|
TimeExtent |
ImageServiceParameters.getTimeExtent()
Define the time extent for the image.
|
TimeExtent |
ImageParameters.getTimeExtent()
The time extent for the map image.
|
Modifier and Type | Method and Description |
---|---|
FeatureLayer |
FeatureLayer.setTimeDefinition(TimeExtent definition)
Set's the time definition for the feature layer.
|
void |
ImageServiceParameters.setTimeExtent(TimeExtent timeExtent) |
void |
ImageParameters.setTimeExtent(TimeExtent timeExtent) |
Modifier and Type | Method and Description |
---|---|
TimeExtent |
Query.getTimeExtent()
Time extent for the query.
|
TimeExtent |
IdentifyParameters.getTimeExtent()
Specify the time extent used by the identify task.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setTimeExtent(TimeExtent timeExtent)
Specify a time extent for the query.
|
void |
IdentifyParameters.setTimeExtent(TimeExtent timeExtent)
Set the timeExtent parameter.
|