Package org.esa.snap.core.util.geotiff
Class GeoCoding2GeoTIFFMetadata
- java.lang.Object
-
- org.esa.snap.core.util.geotiff.GeoCoding2GeoTIFFMetadata
-
public class GeoCoding2GeoTIFFMetadata extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeoTIFFMetadata
createFallbackGeoTIFFMetada(GeoCoding geoCoding, int width, int height)
static GeoTIFFMetadata
createGeoTIFFMetadata(GeoCoding geoCoding, int width, int height)
static GeoTIFFMetadata
createProjectedGeoTIFFMetadata(org.opengis.referencing.crs.CoordinateReferenceSystem mapCRS, org.opengis.referencing.operation.MathTransform imageToMapTransform)
-
-
-
Method Detail
-
createGeoTIFFMetadata
public static GeoTIFFMetadata createGeoTIFFMetadata(GeoCoding geoCoding, int width, int height)
-
createProjectedGeoTIFFMetadata
public static GeoTIFFMetadata createProjectedGeoTIFFMetadata(org.opengis.referencing.crs.CoordinateReferenceSystem mapCRS, org.opengis.referencing.operation.MathTransform imageToMapTransform)
-
createFallbackGeoTIFFMetada
public static GeoTIFFMetadata createFallbackGeoTIFFMetada(GeoCoding geoCoding, int width, int height)
-
-