Uses of Interface
org.esa.snap.ui.layer.LayerSourcePageContext
Packages that use LayerSourcePageContext
Package
Description
-
Uses of LayerSourcePageContext in org.esa.snap.rcp.layermanager.layersrc.image
Methods in org.esa.snap.rcp.layermanager.layersrc.image with parameters of type LayerSourcePageContextModifier and TypeMethodDescriptionvoid
ImageFileLayerSource.cancel
(LayerSourcePageContext pageContext) boolean
ImageFileLayerSource.canFinish
(LayerSourcePageContext pageContext) ImageFileLayerSource.getFirstPage
(LayerSourcePageContext pageContext) boolean
ImageFileLayerSource.isApplicable
(LayerSourcePageContext pageContext) boolean
ImageFileLayerSource.performFinish
(LayerSourcePageContext pageContext) -
Uses of LayerSourcePageContext in org.esa.snap.rcp.layermanager.layersrc.product
Methods in org.esa.snap.rcp.layermanager.layersrc.product with parameters of type LayerSourcePageContextModifier and TypeMethodDescriptionvoid
ProductLayerSource.cancel
(LayerSourcePageContext pageContext) boolean
ProductLayerSource.canFinish
(LayerSourcePageContext pageContext) ProductLayerSource.getFirstPage
(LayerSourcePageContext pageContext) boolean
ProductLayerSource.isApplicable
(LayerSourcePageContext pageContext) boolean
ProductLayerSource.performFinish
(LayerSourcePageContext pageContext) -
Uses of LayerSourcePageContext in org.esa.snap.rcp.layermanager.layersrc.shapefile
Methods in org.esa.snap.rcp.layermanager.layersrc.shapefile with parameters of type LayerSourcePageContextModifier and TypeMethodDescriptionvoid
ShapefileLayerSource.cancel
(LayerSourcePageContext pageContext) boolean
ShapefileLayerSource.canFinish
(LayerSourcePageContext pageContext) ShapefileLayerSource.getFirstPage
(LayerSourcePageContext pageContext) boolean
ShapefileLayerSource.isApplicable
(LayerSourcePageContext pageContext) boolean
ShapefileLayerSource.performFinish
(LayerSourcePageContext pageContext) -
Uses of LayerSourcePageContext in org.esa.snap.rcp.layermanager.layersrc.windfield
Methods in org.esa.snap.rcp.layermanager.layersrc.windfield with parameters of type LayerSourcePageContextModifier and TypeMethodDescriptionvoid
WindFieldLayerSource.cancel
(LayerSourcePageContext pageContext) boolean
WindFieldLayerSource.canFinish
(LayerSourcePageContext pageContext) WindFieldLayerSource.getFirstPage
(LayerSourcePageContext pageContext) boolean
WindFieldLayerSource.isApplicable
(LayerSourcePageContext pageContext) boolean
WindFieldLayerSource.performFinish
(LayerSourcePageContext pageContext) -
Uses of LayerSourcePageContext in org.esa.snap.rcp.layermanager.layersrc.wms
Methods in org.esa.snap.rcp.layermanager.layersrc.wms with parameters of type LayerSourcePageContextModifier and TypeMethodDescriptionvoid
WmsLayerSource.cancel
(LayerSourcePageContext pageContext) boolean
WmsLayerSource.canFinish
(LayerSourcePageContext pageContext) WmsLayerSource.getFirstPage
(LayerSourcePageContext pageContext) boolean
WmsLayerSource.isApplicable
(LayerSourcePageContext pageContext) boolean
WmsLayerSource.performFinish
(LayerSourcePageContext pageContext) -
Uses of LayerSourcePageContext in org.esa.snap.ui.layer
Classes in org.esa.snap.ui.layer that implement LayerSourcePageContextModifier and TypeClassDescriptionclass
Note: This API is not public yet and may significantly change in the future.Methods in org.esa.snap.ui.layer that return LayerSourcePageContextMethods in org.esa.snap.ui.layer with parameters of type LayerSourcePageContextModifier and TypeMethodDescriptionvoid
CollectionLayerSource.cancel
(LayerSourcePageContext pageContext) void
LayerSource.cancel
(LayerSourcePageContext pageContext) Aborts the operation of this layer source.void
SimpleLayerSource.cancel
(LayerSourcePageContext pageContext) boolean
CollectionLayerSource.canFinish
(LayerSourcePageContext pageContext) boolean
LayerSource.canFinish
(LayerSourcePageContext pageContext) Checks whether this layer source can perform its finishing method without further information.boolean
SimpleLayerSource.canFinish
(LayerSourcePageContext pageContext) CollectionLayerSource.getFirstPage
(LayerSourcePageContext pageContext) LayerSource.getFirstPage
(LayerSourcePageContext pageContext) Returns the first page (of possible many) of the assistant that belongs to this layer source.SimpleLayerSource.getFirstPage
(LayerSourcePageContext pageContext) boolean
CollectionLayerSource.isApplicable
(LayerSourcePageContext pageContext) boolean
LayerSource.isApplicable
(LayerSourcePageContext pageContext) Check if this layer source is applicable to the current context.boolean
SimpleLayerSource.isApplicable
(LayerSourcePageContext pageContext) boolean
CollectionLayerSource.performFinish
(LayerSourcePageContext pageContext) boolean
LayerSource.performFinish
(LayerSourcePageContext pageContext) Adds one or more layers to the given contextboolean
SimpleLayerSource.performFinish
(LayerSourcePageContext pageContext)