Uses of Class
org.openjump.core.rasterimage.RasterImageLayer
-
-
Uses of RasterImageLayer in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type RasterImageLayer Modifier and Type Method Description List<RasterImageLayer>
LayerManager. 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 RasterImageLayer Modifier and Type Method Description void
PlugInContext. addLayerSextanteRaster(String categoryName, RasterImageLayer raster)
-
Uses of RasterImageLayer in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return RasterImageLayer Modifier and Type Method Description RasterImageLayer
AbstractMultiInputDialog. getRasterLayer(String fieldName)
Returns a RasterImageLayer from a control.Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type RasterImageLayer Modifier and Type Method Description JComboBox<RasterImageLayer>
AbstractMultiInputDialog. 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 RasterImageLayer Modifier and Type Method Description JComboBox<RasterImageLayer>
AbstractMultiInputDialog. 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 RasterImageLayer Modifier and Type Method Description static void
ImageryUtils. 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 RasterImageLayer Modifier and Type Method Description static SRSInfo
ProjUtils. getSRSInfoFromLayerSource(RasterImageLayer layer)
-
Uses of RasterImageLayer in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return RasterImageLayer Modifier and Type Method Description protected RasterImageLayer
RasterImageRenderer. getRasterImageLayer()
Methods in org.openjump.core.rasterimage with parameters of type RasterImageLayer Modifier and Type Method Description Renderer
RasterImageLayerRendererFactory. create(RasterImageLayer layer, LayerViewPanel panel, int maxFeatures)
boolean
RasterImageLayer. 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 void
RasterImageIOUtils. saveASC(File outfile, PlugInContext context, RasterImageLayer rLayer)
Export selected monoband raster to ArcView Gridded Ascii (ASC)static void
RasterImageIOUtils. saveASC(File file, PlugInContext context, RasterImageLayer rLayer, int band)
Export selected raster to ArcView Gridded Ascii (ASC)static void
RasterImageIOUtils. saveFLT(File outfile, PlugInContext context, RasterImageLayer rLayer)
Export selected monoband raster to ArcView Gridded Binary data (FLT)static void
RasterImageIOUtils. saveFLT(File outFile, PlugInContext context, RasterImageLayer rLayer, int band)
Export selected raster to ArcView Gridded Binary data (FLT)static void
RasterImageIOUtils. 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 void
RasterImageIOUtils. 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 void
RasterImageIOUtils. saveGrass(File file, PlugInContext context, RasterImageLayer rLayer, int band)
Test.static void
RasterImageIOUtils. saveHDR(File outFile, PlugInContext context, RasterImageLayer rLayer)
Export selected raster to ArcView Gridded Binary header (HDR)static void
RasterImageIOUtils. saveSurferGRD(File outfile, PlugInContext context, RasterImageLayer rLayer)
Export selected monoband raster to Surfer ASCII Grid (GRD)static void
RasterImageIOUtils. saveSurferGRD(File outfile, PlugInContext context, RasterImageLayer rLayer, int band)
Export selected raster to Surfer ASCII Grid (GRD)static void
RasterImageIOUtils. saveTIF(File file, RasterImageLayer rLayer, org.locationtech.jts.geom.Envelope envWanted)
Export selected raster to TIF/TFW - using JAI TiffEncoder.classstatic void
RasterImageIOUtils. saveTIF(File file, RasterImageLayer rLayer, org.locationtech.jts.geom.Envelope envWanted, int band)
static void
RasterImageIOUtils. 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 RasterImageLayer Modifier and Type Method Description void
KernelAlgorithm. filterRaster(File file, RasterImageLayer rLayer, float[] kernel)
void
KernelAlgorithm. filterRaster2(File file, RasterImageLayer rLayer, float[] kernel)
void
GenericRasterAlgorithm. save_ChangeDecimalValues(File outputFile, RasterImageLayer rLayer, int band, int n)
Reset the values to a defined number of decimalsvoid
GenericRasterAlgorithm. 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 filevoid
GenericRasterAlgorithm. save_CropToEnvelope(File outputFile, RasterImageLayer rasterLayer, org.locationtech.jts.geom.Envelope envelope)
Crop a RasterImageLayer to a defined envelope and save to tif filevoid
GenericRasterAlgorithm. save_CropToGeometry(File outputFile, RasterImageLayer rasterLayer, org.locationtech.jts.geom.Geometry geometry)
void
GenericRasterAlgorithm. save_ExtractValidData(File outputFile, RasterImageLayer rasterImageLayer, int band, double mindata, double maxdata)
Extract a raster defining limits of outputvoid
GenericRasterAlgorithm. save_LimitValidData(File outputFile, RasterImageLayer rasterImageLayer, int band, double mindata, double maxdata)
void
GenericRasterAlgorithm. save_ResetNoDataTag(File outputFile, RasterImageLayer rasterImageLayer, int band, double nodata)
void
GenericRasterAlgorithm. 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 RasterImageLayer Modifier and Type Method Description void
OpenJUMPSextanteRasterLayer. create(RasterImageLayer layer)
void
OpenJUMPSextanteRasterLayer. create(RasterImageLayer layer, boolean loadFromFile)
-
Uses of RasterImageLayer in org.openjump.core.rasterimage.styler
Fields in org.openjump.core.rasterimage.styler declared as RasterImageLayer Modifier and Type Field Description static RasterImageLayer
RasterLegendPlugIn. rasterImageLayer
Methods in org.openjump.core.rasterimage.styler that return RasterImageLayer Modifier and Type Method Description static RasterImageLayer
RasterLegendPlugIn. getLayer()
Methods in org.openjump.core.rasterimage.styler with parameters of type RasterImageLayer Modifier and Type Method Description static 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 Constructor Description StylePlugger(RasterImageLayer rasterImageLayer)
-
Uses of RasterImageLayer in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui with parameters of type RasterImageLayer Modifier and Type Method Description void
RasterStylesDialog. apply(RasterImageLayer rasterImageLayer)
static Range
GUIUtils. 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 RasterImageLayer Constructor Description IntervalPanel(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 RasterImageLayer Modifier and Type Method Description static void
OpenProjectWizard. 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 RasterImageLayer Modifier and Type Field Description protected RasterImageLayer
RasterImageLayerControllPanel. rasterImageLayer
Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type RasterImageLayer Modifier and Type Method Description protected boolean
ExtractSelectedPartOfImage. 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 RasterImageLayer Constructor Description ChangeRasterImageStyleDialog(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 RasterImageLayer Modifier and Type Field Description protected RasterImageLayer
RasterColorEditorPanel. layer
protected RasterImageLayer
RasterTransparencyPanel. rasterImageLayer
Methods in org.openjump.core.ui.plugin.layer.pirolraster.panel with parameters of type RasterImageLayer Modifier and Type Method Description void
RasterColorEditorPanel. CopyColorIntoBlackBoard(WorkbenchContext context, RasterImageLayer layer, RasterSymbology symbology)
Constructors in org.openjump.core.ui.plugin.layer.pirolraster.panel with parameters of type RasterImageLayer Constructor Description RasterColorEditorPanel(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 RasterImageLayer Modifier and Type Method Description static RasterImageLayer
ProfileGraphGUI. getLayer()
static RasterImageLayer
ProfileGraphPlugIn. getLayer()
Methods in org.openjump.core.ui.plugin.raster with parameters of type RasterImageLayer Modifier and Type Method Description void
HistogramPlugIn. addPlotAccessories(StatisticIndices statUtils, Plot2DPanelOJ plot, RasterImageLayer selLayer)
static String
RasterImageLayerProperties. getFileExtension(RasterImageLayer layer)
Return the extension of the file as Stringstatic long
RasterImageLayerProperties. getFileSizeBytes(RasterImageLayer layer)
Gets dimension of RasterImageLayer in longString
RasterImageLayerPropertiesPlugIn. infoText(RasterImageLayer rLayer)
static String
RasterImageLayerProperties. numBands(RasterImageLayer layer)
Gets the number of bands from A RasterImageLayer as Stringvoid
RasterQueryDragTool. printArray(RasterImageLayer rLayer, org.locationtech.jts.geom.Geometry fence)
static void
Utils. 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 RasterImageLayer Modifier and Type Method Description RasterImageLayer
RasterColorEditor. getRasterImageLayer()
Methods in org.openjump.core.ui.plugin.raster.color with parameters of type RasterImageLayer Modifier and Type Method Description void
RasterColorEditorDialog. setLayer(RasterImageLayer actualLayer)
void
RasterColorEditor. setRasterLayer(RasterImageLayer Rlayer)
Constructors in org.openjump.core.ui.plugin.raster.color with parameters of type RasterImageLayer Constructor Description RasterColorEditor(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 RasterImageLayer Modifier and Type Method Description void
ChangeNoDataValuePlugIn. saveASC(File file, PlugInContext context, RasterImageLayer rLayer, int band, float oldnodata, float newnodata)
void
ChangeValueToNoDataPlugIn. saveASC(File file, PlugInContext context, RasterImageLayer rLayer, int band, float oldnodata, float newnodata)
void
ChangeRangeValuesToNoDataPlugIn. saveASC_extract(File file, PlugInContext context, RasterImageLayer rLayer, int band, float mindata, float maxdata, float nodata)
void
ChangeRangeValuesToNoDataPlugIn. 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 Modifier and Type Method Description static String
Utils. rasterProjection(RasterImageLayer layer)
-
Uses of RasterImageLayer in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type RasterImageLayer Modifier and Type Method Description static void
LayerableUtil. ExportRasterProjection(PlugInContext context, RasterImageLayer layer, String proj, String path)
Export .prj projection auxiliary file for sextante raster imagestatic void
LayerableUtil. ExportRasterStyleToSLD(PlugInContext context, RasterImageLayer rLayer, String path)
Export RasterImage layer styles as SLDstatic void
LayerableUtil. ExportSextanteRaster(PlugInContext context, RasterImageLayer layer, String path)
Export Sextante Raster layerable to TIFstatic String
LayerableUtil. getFilePath(RasterImageLayer layer)
RasterImageLayer.classstatic String
LayerableUtil. getRasterFileDescription(RasterImageLayer layer)
static double
LayerableUtil. getValidArea(RasterImageLayer layer)
Returns the area of selected RasterImageLayer.class.static boolean
LayerableUtil. isModified(RasterImageLayer layer)
RasterImageLayer.classstatic boolean
LayerableUtil. isMonoband(RasterImageLayer layer)
RasterImageLayer.classstatic boolean
LayerableUtil. isSpatiallyEqualTo(RasterImageLayer rLayer1, RasterImageLayer rLayer2)
Boolean to verify if a <RasterImageLayer> rLayer1 is spatially equivalent to another <RasterImageLayer> rLayer2static boolean
LayerableUtil. isTemporary(RasterImageLayer layer)
RasterImageLayer.class
-