|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.visat.toolviews.layermanager.layersrc.shapefile.ShapefileLayerSource
public class ShapefileLayerSource
A layer source for ESRI shape files.
Unstable API. Use at own risk.
| Constructor Summary | |
|---|---|
ShapefileLayerSource()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShapefileLayerSource()
| Method Detail |
|---|
public boolean isApplicable(LayerSourcePageContext pageContext)
LayerSource
isApplicable in interface LayerSourcepageContext - The current context.
public boolean hasFirstPage()
hasFirstPage in interface LayerSourcepublic AbstractLayerSourceAssistantPage getFirstPage(LayerSourcePageContext pageContext)
LayerSource
getFirstPage in interface LayerSourcepageContext - The current context.
public boolean canFinish(LayerSourcePageContext pageContext)
LayerSource
canFinish in interface LayerSourcepageContext - The current context.
public boolean performFinish(LayerSourcePageContext pageContext)
LayerSource
performFinish in interface LayerSourcepageContext - The current context.
public void cancel(LayerSourcePageContext pageContext)
LayerSource
cancel in interface LayerSourcepageContext - The current context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||