public interface LayerSourcePageContext extends AssistantPageContext
AbstractLayerSourceAssistantPage
.
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
Modifier and Type | Method and Description |
---|---|
LayerContext |
getLayerContext()
Gets the
layer context of the selected view. |
LayerSource |
getLayerSource()
Gets the
LayerSource of this assistant. |
Object |
getPropertyValue(String key)
Gets the value for the given key.
|
void |
setLayerSource(LayerSource layerSource)
Sets the
LayerSource of this assistant. |
void |
setPropertyValue(String key,
Object value)
Sets the value for the given key.
|
getCurrentPage, getWindow, setCurrentPage, showErrorDialog, updateState
LayerContext getLayerContext()
layer context
of the selected view.layer context
of the selected view.void setLayerSource(LayerSource layerSource)
LayerSource
of this assistant.layerSource
- The LayerSource
of this assistant.LayerSource getLayerSource()
LayerSource
of this assistant.LayerSource
of this assistant.Object getPropertyValue(String key)
key
- The key of the property.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.