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 SRSInfo
ProjUtils. 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 void
RasterImageIOUtils. load(File file, PlugInContext context, String category)
Load TIF/ASC/FLT file into OpenJUMP workbenchstatic void
RasterImageIOUtils. loadFLT(File file, PlugInContext context, String category)
Load Arcview Gridded Binary file (HDR/FLT) into OpenJUMP workbenchstatic ImageAndMetadata
TiffUtils. readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats)
Deprecated.static ImageAndMetadata
TiffUtilsV2. 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.TiffMetadata
TiffTags. readMetadata(File tiffFile)
static void
RasterImageIOUtils. 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 void
VectorizeToContoursPlugIn. load(File inputFile, String category, PlugInContext context)
Load a file into the workbench
-