public interface LayerSource
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 |
---|---|
void |
cancel(LayerSourcePageContext pageContext)
Aborts the operation of this layer source.
|
boolean |
canFinish(LayerSourcePageContext pageContext)
Checks whether this layer source can perform its finishing
method without further information.
|
AbstractLayerSourceAssistantPage |
getFirstPage(LayerSourcePageContext pageContext)
Returns the first page (of possible many) of the assistant
that belongs to this layer source.
|
boolean |
hasFirstPage() |
boolean |
isApplicable(LayerSourcePageContext pageContext)
Check if this layer source is applicable to the current context.
|
boolean |
performFinish(LayerSourcePageContext pageContext)
Adds one or more layers to the given context
|
boolean isApplicable(LayerSourcePageContext pageContext)
pageContext
- The current context.boolean hasFirstPage()
AbstractLayerSourceAssistantPage getFirstPage(LayerSourcePageContext pageContext)
pageContext
- The current context.boolean canFinish(LayerSourcePageContext pageContext)
pageContext
- The current context.boolean performFinish(LayerSourcePageContext pageContext)
pageContext
- The current context.void cancel(LayerSourcePageContext pageContext)
pageContext
- The current context.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.