Uses of Class
org.esa.snap.core.util.geotiff.GeoTIFFMetadata
-
Packages that use GeoTIFFMetadata Package Description org.esa.snap.core.util Provides several utility classes used throughout SNAP.org.esa.snap.core.util.geotiff -
-
Uses of GeoTIFFMetadata in org.esa.snap.core.util
Methods in org.esa.snap.core.util that return GeoTIFFMetadata Modifier and Type Method Description static GeoTIFFMetadata
ProductUtils. createGeoTIFFMetadata(GeoCoding geoCoding, int width, int height)
static GeoTIFFMetadata
ProductUtils. createGeoTIFFMetadata(Product product)
-
Uses of GeoTIFFMetadata in org.esa.snap.core.util.geotiff
Methods in org.esa.snap.core.util.geotiff that return GeoTIFFMetadata Modifier and Type Method Description static GeoTIFFMetadata
GeoCoding2GeoTIFFMetadata. createFallbackGeoTIFFMetada(GeoCoding geoCoding, int width, int height)
static GeoTIFFMetadata
GeoCoding2GeoTIFFMetadata. createGeoTIFFMetadata(GeoCoding geoCoding, int width, int height)
static GeoTIFFMetadata
GeoCoding2GeoTIFFMetadata. createProjectedGeoTIFFMetadata(org.opengis.referencing.crs.CoordinateReferenceSystem mapCRS, org.opengis.referencing.operation.MathTransform imageToMapTransform)
Methods in org.esa.snap.core.util.geotiff with parameters of type GeoTIFFMetadata Modifier and Type Method Description static IIOImage
GeoTIFF. createIIOImage(ImageWriter writer, RenderedImage im, GeoTIFFMetadata geoTIFFMetadata)
Creates IIO image instance given image and GeoTIFF metadata.static IIOMetadata
GeoTIFF. createIIOMetadata(ImageWriter writer, ImageTypeSpecifier type, GeoTIFFMetadata geoTIFFMetadata)
Creates image metadata which complies to the GeoTIFF specification for the given image writer, image type and GeoTIFF metadata.static IIOMetadata
GeoTIFF. createIIOMetadata(ImageWriter writer, ImageTypeSpecifier type, GeoTIFFMetadata geoTIFFMetadata, String metadataFormatName, String classNameList)
Creates image metadata which complies to the GeoTIFF specification for the given image writer, image type and GeoTIFF metadata.static boolean
GeoTIFF. writeImage(RenderedImage image, File outputFile, GeoTIFFMetadata geoTIFFMetadata)
Writes an image using an arbitraryImageWriter
that supports the GeoTIFF format to aFile
.static boolean
GeoTIFF. writeImage(RenderedImage image, ImageOutputStream outputStream, GeoTIFFMetadata geoTIFFMetadata)
Writes an image using an arbitraryImageWriter
that supports the GeoTIFF format to anImageOutputStream
.
-