Uses of Class
org.openjump.core.rasterimage.RasterImageLayer
Packages that use RasterImageLayer
Package
Description
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
-
Uses of RasterImageLayer in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type RasterImageLayerModifier and TypeMethodDescriptionLayerManager.getRasterImageLayers()[Giuseppe Aruta] July 8 2015 Gets the list of RasterImageLayer.class registered in this manager -
Uses of RasterImageLayer in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidPlugInContext.addLayerSextanteRaster(String categoryName, RasterImageLayer raster) -
Uses of RasterImageLayer in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return RasterImageLayerModifier and TypeMethodDescriptionAbstractMultiInputDialog.getRasterLayer(String fieldName) Returns a RasterImageLayer from a control.Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type RasterImageLayerModifier and TypeMethodDescriptionAbstractMultiInputDialog.addRasterLayerComboBox(String fieldName, RasterImageLayer initialValue, String toolTipText, LayerManager layerManager) Add a JComboBox containing RasterImageLayers.Methods in com.vividsolutions.jump.workbench.ui with parameters of type RasterImageLayerModifier and TypeMethodDescriptionAbstractMultiInputDialog.addRasterLayerComboBox(String fieldName, RasterImageLayer initialValue, String toolTipText, LayerManager layerManager) Add a JComboBox containing RasterImageLayers. -
Uses of RasterImageLayer in com.vividsolutions.jump.workbench.ui.plugin.imagery
Methods in com.vividsolutions.jump.workbench.ui.plugin.imagery with parameters of type RasterImageLayerModifier and TypeMethodDescriptionstatic voidImageryUtils.affineTransformation(RasterImageLayer layer, org.locationtech.jts.geom.util.AffineTransformation trans, boolean resizeImageToHalf) Affine transformation of an image file loaded as RasterImageLaye.class -
Uses of RasterImageLayer in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils with parameters of type RasterImageLayerModifier and TypeMethodDescriptionstatic SRSInfoProjUtils.getSRSInfoFromLayerSource(RasterImageLayer layer) -
Uses of RasterImageLayer in org.openjump.core.rasterimage
Classes in org.openjump.core.rasterimage that implement interfaces with type arguments of type RasterImageLayerMethods in org.openjump.core.rasterimage that return RasterImageLayerModifier and TypeMethodDescriptionprotected RasterImageLayerRasterImageRenderer.getRasterImageLayer()Methods in org.openjump.core.rasterimage with parameters of type RasterImageLayerModifier and TypeMethodDescriptionRasterImageLayerRendererFactory.create(RasterImageLayer layer, LayerViewPanel panel, int maxFeatures) booleanRasterImageLayer.isSpatiallyConsistentWith(RasterImageLayer rasterImageLayer) Check if the RasteImageLayer is spatially consistent with another: both have the same cell size both have the same dimension (same width and height) both overlap to each other into the geographic spacestatic voidRasterImageIOUtils.saveASC(File outfile, PlugInContext context, RasterImageLayer rLayer) Export selected monoband raster to ArcView Gridded Ascii (ASC)static voidRasterImageIOUtils.saveASC(File file, PlugInContext context, RasterImageLayer rLayer, int band) Export selected raster to ArcView Gridded Ascii (ASC)static voidRasterImageIOUtils.saveFLT(File outfile, PlugInContext context, RasterImageLayer rLayer) Export selected monoband raster to ArcView Gridded Binary data (FLT)static voidRasterImageIOUtils.saveFLT(File outFile, PlugInContext context, RasterImageLayer rLayer, int band) Export selected raster to ArcView Gridded Binary data (FLT)static voidRasterImageIOUtils.saveFLT_extract(File outFile, PlugInContext context, RasterImageLayer rLayer, int band, float mindata, float maxdata, float nodata) Extract a selected range of values of a raster.static voidRasterImageIOUtils.saveFLT_mask(File outFile, PlugInContext context, RasterImageLayer rLayer, int band, float mindata, float maxdata, float nodata) Mask a selected range of values of a raster.static voidRasterImageIOUtils.saveGrass(File file, PlugInContext context, RasterImageLayer rLayer, int band) Test.static voidRasterImageIOUtils.saveHDR(File outFile, PlugInContext context, RasterImageLayer rLayer) Export selected raster to ArcView Gridded Binary header (HDR)static voidRasterImageIOUtils.saveSurferGRD(File outfile, PlugInContext context, RasterImageLayer rLayer) Export selected monoband raster to Surfer ASCII Grid (GRD)static voidRasterImageIOUtils.saveSurferGRD(File outfile, PlugInContext context, RasterImageLayer rLayer, int band) Export selected raster to Surfer ASCII Grid (GRD)static voidRasterImageIOUtils.saveTIF(File file, RasterImageLayer rLayer, org.locationtech.jts.geom.Envelope envWanted) Export selected raster to TIF/TFW - using JAI TiffEncoder.classstatic voidRasterImageIOUtils.saveTIF(File file, RasterImageLayer rLayer, org.locationtech.jts.geom.Envelope envWanted, int band) static voidRasterImageIOUtils.saveXYZ(File outfile, PlugInContext context, RasterImageLayer rLayer) Export selected raster to XYZ table. -
Uses of RasterImageLayer in org.openjump.core.rasterimage.algorithms
Methods in org.openjump.core.rasterimage.algorithms with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidKernelAlgorithm.filterRaster(File file, RasterImageLayer rLayer, float[] kernel) voidKernelAlgorithm.filterRaster2(File file, RasterImageLayer rLayer, float[] kernel) voidGenericRasterAlgorithm.save_ChangeDecimalValues(File outputFile, RasterImageLayer rLayer, int band, int n) Reset the values to a defined number of decimalsvoidGenericRasterAlgorithm.save_ChangeNoData(File outputFile, RasterImageLayer rasterImageLayer, int band, double oldnodata, double newnodata) Modify nodata tag a values to a defined input and save to tif filevoidGenericRasterAlgorithm.save_CropToEnvelope(File outputFile, RasterImageLayer rasterLayer, org.locationtech.jts.geom.Envelope envelope) Crop a RasterImageLayer to a defined envelope and save to tif filevoidGenericRasterAlgorithm.save_CropToGeometry(File outputFile, RasterImageLayer rasterLayer, org.locationtech.jts.geom.Geometry geometry) voidGenericRasterAlgorithm.save_ExtractValidData(File outputFile, RasterImageLayer rasterImageLayer, int band, double mindata, double maxdata) Extract a raster defining limits of outputvoidGenericRasterAlgorithm.save_LimitValidData(File outputFile, RasterImageLayer rasterImageLayer, int band, double mindata, double maxdata) voidGenericRasterAlgorithm.save_ResetNoDataTag(File outputFile, RasterImageLayer rasterImageLayer, int band, double nodata) voidGenericRasterAlgorithm.save_WarpToEnvelope(File file, RasterImageLayer rLayer, org.locationtech.jts.geom.Envelope env) -
Uses of RasterImageLayer in org.openjump.core.rasterimage.sextante
Methods in org.openjump.core.rasterimage.sextante with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidOpenJUMPSextanteRasterLayer.create(RasterImageLayer layer) voidOpenJUMPSextanteRasterLayer.create(RasterImageLayer layer, boolean loadFromFile) -
Uses of RasterImageLayer in org.openjump.core.rasterimage.styler
Fields in org.openjump.core.rasterimage.styler declared as RasterImageLayerMethods in org.openjump.core.rasterimage.styler that return RasterImageLayerMethods in org.openjump.core.rasterimage.styler with parameters of type RasterImageLayerModifier and TypeMethodDescriptionstatic double[]RasterClassifier1D.classifyEqualRange(RasterImageLayer rasterImageLayer, int classesCount, int band) static double[]RasterClassifier1D.classifyGivenInterval(RasterImageLayer rasImgLay, int band, double interval) static double[]Utils.purgeNoData(Raster rasterData, RasterImageLayer rasterImageLayer) Constructors in org.openjump.core.rasterimage.styler with parameters of type RasterImageLayer -
Uses of RasterImageLayer in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidRasterStylesDialog.apply(RasterImageLayer rasterImageLayer) static RangeGUIUtils.getMinMaxRasterValue(double[] rasterData, RasterImageLayer rasterImageLayer) Method to return the min value of a RasterImageLayerConstructors in org.openjump.core.rasterimage.styler.ui with parameters of type RasterImageLayerModifierConstructorDescriptionIntervalPanel(Component parent, RasterImageLayer rasterImageLayer, Range minMaxValues) Creates new form IntervalPanelRasterStylesDialog(Frame parent, boolean modal, WorkbenchContext context, RasterImageLayer rasterImageLayer, int band) Creates new form SymbologyDialogSingleValuesPanel(Component parent, double[] rasterDataNoNull, RasterImageLayer rasterImageLayer) Creates new form SingleValuesPanel -
Uses of RasterImageLayer in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open with parameters of type RasterImageLayerModifier and TypeMethodDescriptionstatic voidOpenProjectWizard.loadRasterImageLayer(WorkbenchContext context, RasterImageLayer ril, RasterSymbology symbology, Category category) -
Uses of RasterImageLayer in org.openjump.core.ui.plugin.layer.pirolraster
Fields in org.openjump.core.ui.plugin.layer.pirolraster declared as RasterImageLayerModifier and TypeFieldDescriptionprotected RasterImageLayerRasterImageLayerControllPanel.rasterImageLayerMethods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type RasterImageLayerModifier and TypeMethodDescriptionprotected booleanExtractSelectedPartOfImage.putImageIntoMap(BufferedImage partOfImage, Raster partOfRaster, org.locationtech.jts.geom.Envelope envelope, RasterImageLayer rLayer, PlugInContext context) Constructors in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type RasterImageLayerModifierConstructorDescriptionChangeRasterImageStyleDialog(RasterImageLayer rasterImageLayer, Frame parent, String title, boolean modal) This is the default constructorRasterImageLayerControllPanel(RasterImageLayer rasterImageLayer) -
Uses of RasterImageLayer in org.openjump.core.ui.plugin.layer.pirolraster.panel
Fields in org.openjump.core.ui.plugin.layer.pirolraster.panel declared as RasterImageLayerModifier and TypeFieldDescriptionprotected RasterImageLayerRasterColorEditorPanel.layerprotected RasterImageLayerRasterTransparencyPanel.rasterImageLayerMethods in org.openjump.core.ui.plugin.layer.pirolraster.panel with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidRasterColorEditorPanel.CopyColorIntoBlackBoard(WorkbenchContext context, RasterImageLayer layer, RasterSymbology symbology) Constructors in org.openjump.core.ui.plugin.layer.pirolraster.panel with parameters of type RasterImageLayerModifierConstructorDescriptionRasterColorEditorPanel(PlugInContext context, RasterImageLayer actualLayer) RasterScaleStylePanel(RasterImageLayer layer, LayerViewPanel panel) RasterTransparencyPanel(RasterImageLayer rasterImageLayer) -
Uses of RasterImageLayer in org.openjump.core.ui.plugin.raster
Methods in org.openjump.core.ui.plugin.raster that return RasterImageLayerModifier and TypeMethodDescriptionstatic RasterImageLayerProfileGraphGUI.getLayer()static RasterImageLayerProfileGraphPlugIn.getLayer()Methods in org.openjump.core.ui.plugin.raster with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidHistogramPlugIn.addPlotAccessories(StatisticIndices statUtils, Plot2DPanelOJ plot, RasterImageLayer selLayer) static StringRasterImageLayerProperties.getFileExtension(RasterImageLayer layer) Return the extension of the file as Stringstatic longRasterImageLayerProperties.getFileSizeBytes(RasterImageLayer layer) Gets dimension of RasterImageLayer in longRasterImageLayerPropertiesPlugIn.infoText(RasterImageLayer rLayer) static StringRasterImageLayerProperties.numBands(RasterImageLayer layer) Gets the number of bands from A RasterImageLayer as StringvoidRasterQueryDragTool.printArray(RasterImageLayer rLayer, org.locationtech.jts.geom.Geometry fence) static voidUtils.zoom(RasterImageLayer rLayer) Zoom to the raster layer -
Uses of RasterImageLayer in org.openjump.core.ui.plugin.raster.color
Methods in org.openjump.core.ui.plugin.raster.color that return RasterImageLayerMethods in org.openjump.core.ui.plugin.raster.color with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidRasterColorEditorDialog.setLayer(RasterImageLayer actualLayer) voidRasterColorEditor.setRasterLayer(RasterImageLayer Rlayer) Constructors in org.openjump.core.ui.plugin.raster.color with parameters of type RasterImageLayerModifierConstructorDescriptionRasterColorEditor(RasterImageLayer Rlayer) RasterColorEditorDialog(PlugInContext context, RasterImageLayer actualLayer) -
Uses of RasterImageLayer in org.openjump.core.ui.plugin.raster.nodata
Methods in org.openjump.core.ui.plugin.raster.nodata with parameters of type RasterImageLayerModifier and TypeMethodDescriptionvoidChangeNoDataValuePlugIn.saveASC(File file, PlugInContext context, RasterImageLayer rLayer, int band, float oldnodata, float newnodata) voidChangeValueToNoDataPlugIn.saveASC(File file, PlugInContext context, RasterImageLayer rLayer, int band, float oldnodata, float newnodata) voidChangeRangeValuesToNoDataPlugIn.saveASC_extract(File file, PlugInContext context, RasterImageLayer rLayer, int band, float mindata, float maxdata, float nodata) voidChangeRangeValuesToNoDataPlugIn.saveASC_mask(File file, PlugInContext context, RasterImageLayer rLayer, int band, float mindata, float maxdata, float nodata) -
Uses of RasterImageLayer in org.openjump.core.ui.plugin.task
Methods in org.openjump.core.ui.plugin.task with parameters of type RasterImageLayer -
Uses of RasterImageLayer in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type RasterImageLayerModifier and TypeMethodDescriptionstatic voidLayerableUtil.ExportRasterProjection(PlugInContext context, RasterImageLayer layer, String proj, String path) Export .prj projection auxiliary file for sextante raster imagestatic voidLayerableUtil.ExportRasterStyleToSLD(PlugInContext context, RasterImageLayer rLayer, String path) Export RasterImage layer styles as SLDstatic voidLayerableUtil.ExportSextanteRaster(PlugInContext context, RasterImageLayer layer, String path) Export Sextante Raster layerable to TIFstatic StringLayerableUtil.getFilePath(RasterImageLayer layer) RasterImageLayer.classstatic StringLayerableUtil.getRasterFileDescription(RasterImageLayer layer) static doubleLayerableUtil.getValidArea(RasterImageLayer layer) Returns the area of selected RasterImageLayer.class.static booleanLayerableUtil.isModified(RasterImageLayer layer) RasterImageLayer.classstatic booleanLayerableUtil.isMonoband(RasterImageLayer layer) RasterImageLayer.classstatic booleanLayerableUtil.isSpatiallyEqualTo(RasterImageLayer rLayer1, RasterImageLayer rLayer2) Boolean to verify if a <RasterImageLayer> rLayer1 is spatially equivalent to another <RasterImageLayer> rLayer2static booleanLayerableUtil.isTemporary(RasterImageLayer layer) RasterImageLayer.class