Package | Description |
---|---|
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
LayerTimeOptions |
TimeInfo.getExportOptions()
Default time-related export options for the layer.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<LayerTimeOptions> |
ImageParameters.getLayerTimeOptions()
Array of LayerTimeOptions objects that allow you to override how a layer is exported in reference to
the map's time extent.
|
com.google.gwt.core.client.JsArray<LayerTimeOptions> |
ArcGISDynamicMapServiceLayer.getTimeLayerOptions()
Returns the current layer time options if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageParameters.addLayerTimeOptions(int index,
LayerTimeOptions option) |
void |
ArcGISDynamicMapServiceLayer.setLayerTimeOptions(LayerTimeOptions[] options)
Sets the time-related options for the layer.
|
void |
ArcGISDynamicMapServiceLayer.setLayerTimeOptions(LayerTimeOptions[] options,
boolean doNotRefresh)
Sets the time-related options for the layer.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<LayerTimeOptions> |
IdentifyParameters.getLayerTimeOptions()
Array of LayerTimeOptions objects that allow you to define time options for the specified layers.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentifyParameters.setLayerTimeOptions(LayerTimeOptions[] layerTimeOptions)
Set the layerTimeOptions parameter.
|