Uses of Class
org.openjump.core.rasterimage.TiffTags.TiffReadingException
-
Packages that use TiffTags.TiffReadingException Package Description org.openjump.core.ccordsys.utils org.openjump.core.rasterimage org.openjump.core.ui.plugin.raster -
-
Uses of TiffTags.TiffReadingException in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils that throw TiffTags.TiffReadingException Modifier and Type Method Description static SRSInfoProjUtils. getSRSInfoFromGeoTiff(String fileSourcePath)- Read SRS from GeoTIFF tag - This method gets projection srid code and projection info from a geotiff file. -
Uses of TiffTags.TiffReadingException in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that throw TiffTags.TiffReadingException Modifier and Type Method Description static voidRasterImageIOUtils. load(File file, PlugInContext context, String category)Load TIF/ASC/FLT file into OpenJUMP workbenchstatic voidRasterImageIOUtils. loadFLT(File file, PlugInContext context, String category)Load Arcview Gridded Binary file (HDR/FLT) into OpenJUMP workbenchstatic ImageAndMetadataTiffUtils. readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats)Deprecated.static ImageAndMetadataTiffUtilsV2. readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats)Method to build an ImageAndMetadata file An ImageAndMetadata groups the Envelope, the Image, the Statistics and NoData value of a TIF filestatic TiffTags.TiffMetadataTiffTags. readMetadata(File tiffFile)static voidRasterImageIOUtils. saveTIF(File file, RasterImageLayer rLayer, org.locationtech.jts.geom.Envelope envWanted, int band) -
Uses of TiffTags.TiffReadingException in org.openjump.core.ui.plugin.raster
Methods in org.openjump.core.ui.plugin.raster that throw TiffTags.TiffReadingException Modifier and Type Method Description voidVectorizeToContoursPlugIn. load(File inputFile, String category, PlugInContext context)Load a file into the workbench
-