Uses of Interface
org.esa.snap.ui.layer.LayerSource
-
-
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.image
Classes in org.esa.snap.rcp.layermanager.layersrc.image that implement LayerSource Modifier and Type Class Description class
ImageFileLayerSource
A layer source for images. -
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.product
Classes in org.esa.snap.rcp.layermanager.layersrc.product that implement LayerSource Modifier and Type Class Description class
ProductLayerSource
A layer source that adds band or tie-point-grids from compatible products as new bands. -
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.shapefile
Classes in org.esa.snap.rcp.layermanager.layersrc.shapefile that implement LayerSource Modifier and Type Class Description class
ShapefileLayerSource
A layer source for ESRI shape files. -
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.windfield
Classes in org.esa.snap.rcp.layermanager.layersrc.windfield that implement LayerSource Modifier and Type Class Description class
WindFieldLayerSource
A source forWindFieldLayer
s. -
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.wms
Classes in org.esa.snap.rcp.layermanager.layersrc.wms that implement LayerSource Modifier and Type Class Description class
WmsLayerSource
-
Uses of LayerSource in org.esa.snap.ui.layer
Classes in org.esa.snap.ui.layer that implement LayerSource Modifier and Type Class Description class
CollectionLayerSource
This layer source creates a new and empty collection layer.class
SimpleLayerSource
This layer source uses the given layer type to construct new layer.Methods in org.esa.snap.ui.layer that return LayerSource Modifier and Type Method Description LayerSource
DefaultLayerSourceDescriptor. createLayerSource()
LayerSource
LayerSourceDescriptor. createLayerSource()
Creates theLayerSource
which is used in the graphical user interface to addLayer
to a view.LayerSource
LayerSourceAssistantPane. getLayerSource()
LayerSource
LayerSourcePageContext. getLayerSource()
Gets theLayerSource
of this assistant.Methods in org.esa.snap.ui.layer with parameters of type LayerSource Modifier and Type Method Description void
LayerSourceAssistantPane. setLayerSource(LayerSource layerSource)
void
LayerSourcePageContext. setLayerSource(LayerSource layerSource)
Sets theLayerSource
of this assistant.Constructor parameters in org.esa.snap.ui.layer with type arguments of type LayerSource Constructor Description DefaultLayerSourceDescriptor(String id, String name, String description, Class<? extends LayerSource> layerSourceClass)
-