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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassThis layer source creates a new and empty collection layer.classThis 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 theLayerSourcewhich is used in the graphical user interface to addLayerto a view.LayerSourceAssistantPane.getLayerSource()LayerSourcePageContext.getLayerSource()Gets theLayerSourceof this assistant.Methods in org.esa.snap.ui.layer with parameters of type LayerSourceModifier and TypeMethodDescriptionvoidLayerSourceAssistantPane.setLayerSource(LayerSource layerSource) voidLayerSourcePageContext.setLayerSource(LayerSource layerSource) Sets theLayerSourceof 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)