public class WindFieldLayerSource extends Object implements LayerSource
WindFieldLayer
s.Constructor and Description |
---|
WindFieldLayerSource() |
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
|
public boolean isApplicable(LayerSourcePageContext pageContext)
LayerSource
isApplicable
in interface LayerSource
pageContext
- The current context.public boolean hasFirstPage()
hasFirstPage
in interface LayerSource
public AbstractLayerSourceAssistantPage getFirstPage(LayerSourcePageContext pageContext)
LayerSource
getFirstPage
in interface LayerSource
pageContext
- The current context.public boolean canFinish(LayerSourcePageContext pageContext)
LayerSource
canFinish
in interface LayerSource
pageContext
- The current context.public boolean performFinish(LayerSourcePageContext pageContext)
LayerSource
performFinish
in interface LayerSource
pageContext
- The current context.public void cancel(LayerSourcePageContext pageContext)
LayerSource
cancel
in interface LayerSource
pageContext
- The current context.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.