org.esa.beam.framework.datamodel
Interface Scene


public interface Scene

Represents a geo-coded scene. This interface is not ment to be implemented by clients.


Method Summary
 GeoCoding getGeoCoding()
           
 Product getProduct()
           
 int getRasterHeight()
           
 int getRasterWidth()
           
 void setGeoCoding(GeoCoding geoCoding)
           
 boolean transferGeoCodingTo(Scene destScene, ProductSubsetDef subsetDef)
           
 

Method Detail

setGeoCoding

void setGeoCoding(GeoCoding geoCoding)

getGeoCoding

GeoCoding getGeoCoding()

transferGeoCodingTo

boolean transferGeoCodingTo(Scene destScene,
                            ProductSubsetDef subsetDef)

getRasterWidth

int getRasterWidth()

getRasterHeight

int getRasterHeight()

getProduct

Product getProduct()


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