org.esa.beam.framework.datamodel
Class CombinedFXYGeoCoding.CodingWrapper

java.lang.Object
  extended by org.esa.beam.framework.datamodel.CombinedFXYGeoCoding.CodingWrapper
Enclosing class:
CombinedFXYGeoCoding

public static class CombinedFXYGeoCoding.CodingWrapper
extends Object


Constructor Summary
CombinedFXYGeoCoding.CodingWrapper(FXYGeoCoding geoCoding, int x, int y, int width, int height)
           
 
Method Summary
 FXYGeoCoding getGeoGoding()
           
 Rectangle getRegion()
           
 Rectangle intersection(Rectangle rectangle)
           
 boolean intersects(Rectangle rectangle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedFXYGeoCoding.CodingWrapper

public CombinedFXYGeoCoding.CodingWrapper(FXYGeoCoding geoCoding,
                                          int x,
                                          int y,
                                          int width,
                                          int height)
Method Detail

getGeoGoding

public FXYGeoCoding getGeoGoding()

getRegion

public Rectangle getRegion()

intersects

public boolean intersects(Rectangle rectangle)

intersection

public Rectangle intersection(Rectangle rectangle)


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