Uses of Class
org.openjump.core.rasterimage.RasterSymbology
-
-
Uses of RasterSymbology in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return RasterSymbology Modifier and Type Method Description RasterSymbology
RasterImageLayer. getSymbology()
Methods in org.openjump.core.rasterimage with parameters of type RasterSymbology Modifier and Type Method Description void
RasterImageLayer. setSymbology(RasterSymbology symbology)
-
Uses of RasterSymbology in org.openjump.core.rasterimage.styler
Methods in org.openjump.core.rasterimage.styler that return RasterSymbology Modifier and Type Method Description static RasterSymbology
SLDHandler. read(File SLDFile)
Reads the SLD file and creates a raster symbolizer.Methods in org.openjump.core.rasterimage.styler with parameters of type RasterSymbology Modifier and Type Method Description void
StylePlugger. plug(RasterSymbology rasterSymbolizer, Raster raster)
Plugs the given style into the raster image layer.static void
SLDHandler. write(RasterSymbology symbology, String symbologyName, File sldFile)
-
Uses of RasterSymbology in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui that return RasterSymbology Modifier and Type Method Description RasterSymbology
RasterStylesDialog. getFinalRasterSymbolizer()
RasterSymbology
IntervalPanel. getRasterStyler()
RasterSymbology
SingleValuesPanel. getRasterStyler()
RasterSymbology
StretchedPanel. getRasterStyler()
Methods in org.openjump.core.rasterimage.styler.ui with parameters of type RasterSymbology Modifier and Type Method Description void
IntervalPanel. plugRasterSymbology(RasterSymbology rasterSymbology)
void
SingleValuesPanel. plugRasterSymbology(RasterSymbology rasterSymbology)
void
StretchedPanel. plugRasterSymbology(RasterSymbology rasterSymbology)
-
Uses of RasterSymbology in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open with parameters of type RasterSymbology Modifier and Type Method Description static void
OpenProjectWizard. loadRasterImageLayer(WorkbenchContext context, RasterImageLayer ril, RasterSymbology symbology, Category category)
-
Uses of RasterSymbology in org.openjump.core.ui.plugin.layer.pirolraster.panel
Methods in org.openjump.core.ui.plugin.layer.pirolraster.panel with parameters of type RasterSymbology Modifier and Type Method Description void
RasterColorEditorPanel. CopyColorIntoBlackBoard(WorkbenchContext context, RasterImageLayer layer, RasterSymbology symbology)
-