Uses of Interface
org.esa.snap.ui.layer.LayerSource
Packages that use LayerSource
Package
Description
-
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.image
Classes in org.esa.snap.rcp.layermanager.layersrc.image that implement LayerSource -
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.product
Classes in org.esa.snap.rcp.layermanager.layersrc.product that implement LayerSourceModifier and TypeClassDescriptionclass
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 -
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.windfield
Classes in org.esa.snap.rcp.layermanager.layersrc.windfield that implement LayerSource -
Uses of LayerSource in org.esa.snap.rcp.layermanager.layersrc.wms
Classes in org.esa.snap.rcp.layermanager.layersrc.wms that implement LayerSource -
Uses of LayerSource in org.esa.snap.ui.layer
Classes in org.esa.snap.ui.layer that implement LayerSourceModifier and TypeClassDescriptionclass
This layer source creates a new and empty collection layer.class
This layer source uses the given layer type to construct new layer.Methods in org.esa.snap.ui.layer that return LayerSourceModifier and TypeMethodDescriptionDefaultLayerSourceDescriptor.createLayerSource()
LayerSourceDescriptor.createLayerSource()
Creates theLayerSource
which is used in the graphical user interface to addLayer
to a view.LayerSourceAssistantPane.getLayerSource()
LayerSourcePageContext.getLayerSource()
Gets theLayerSource
of this assistant.Methods in org.esa.snap.ui.layer with parameters of type LayerSourceModifier and TypeMethodDescriptionvoid
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 LayerSourceModifierConstructorDescriptionDefaultLayerSourceDescriptor
(String id, String name, String description, Class<? extends LayerSource> layerSourceClass)