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 classImageFileLayerSourceA 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 classProductLayerSourceA 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 classShapefileLayerSourceA 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 classWindFieldLayerSourceA source forWindFieldLayers. -
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 classWmsLayerSource -
Uses of LayerSource in org.esa.snap.ui.layer
Classes in org.esa.snap.ui.layer that implement LayerSource Modifier and Type Class Description classCollectionLayerSourceThis layer source creates a new and empty collection layer.classSimpleLayerSourceThis 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 LayerSourceDefaultLayerSourceDescriptor. createLayerSource()LayerSourceLayerSourceDescriptor. createLayerSource()Creates theLayerSourcewhich is used in the graphical user interface to addLayerto a view.LayerSourceLayerSourceAssistantPane. getLayerSource()LayerSourceLayerSourcePageContext. getLayerSource()Gets theLayerSourceof this assistant.Methods in org.esa.snap.ui.layer with parameters of type LayerSource Modifier and Type Method Description voidLayerSourceAssistantPane. setLayerSource(LayerSource layerSource)voidLayerSourcePageContext. setLayerSource(LayerSource layerSource)Sets theLayerSourceof 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)
-