org.esa.beam.util.geotiff
Class GeoCoding2GeoTIFFMetadata

java.lang.Object
  extended by org.esa.beam.util.geotiff.GeoCoding2GeoTIFFMetadata

public class GeoCoding2GeoTIFFMetadata
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.