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 RasterSymbologyRasterImageLayer. getSymbology()Methods in org.openjump.core.rasterimage with parameters of type RasterSymbology Modifier and Type Method Description voidRasterImageLayer. 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 RasterSymbologySLDHandler. 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 voidStylePlugger. plug(RasterSymbology rasterSymbolizer, Raster raster)Plugs the given style into the raster image layer.static voidSLDHandler. 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 RasterSymbologyRasterStylesDialog. getFinalRasterSymbolizer()RasterSymbologyIntervalPanel. getRasterStyler()RasterSymbologySingleValuesPanel. getRasterStyler()RasterSymbologyStretchedPanel. getRasterStyler()Methods in org.openjump.core.rasterimage.styler.ui with parameters of type RasterSymbology Modifier and Type Method Description voidIntervalPanel. plugRasterSymbology(RasterSymbology rasterSymbology)voidSingleValuesPanel. plugRasterSymbology(RasterSymbology rasterSymbology)voidStretchedPanel. 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 voidOpenProjectWizard. 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 voidRasterColorEditorPanel. CopyColorIntoBlackBoard(WorkbenchContext context, RasterImageLayer layer, RasterSymbology symbology)
-