Package org.esa.snap.core.datamodel
Class CombinedFXYGeoCoding.CodingWrapper
- java.lang.Object
-
- org.esa.snap.core.datamodel.CombinedFXYGeoCoding.CodingWrapper
-
- Enclosing class:
- CombinedFXYGeoCoding
public static class CombinedFXYGeoCoding.CodingWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description CodingWrapper(FXYGeoCoding geoCoding, int x, int y, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CombinedFXYGeoCoding.CodingWrapper
clone()
FXYGeoCoding
getGeoGoding()
Rectangle
getRegion()
Rectangle
intersection(Rectangle rectangle)
boolean
intersects(Rectangle rectangle)
-
-
-
Constructor Detail
-
CodingWrapper
public CodingWrapper(FXYGeoCoding geoCoding, int x, int y, int width, int height)
-
-
Method Detail
-
getGeoGoding
public FXYGeoCoding getGeoGoding()
-
clone
public CombinedFXYGeoCoding.CodingWrapper clone()
-
getRegion
public Rectangle getRegion()
-
intersects
public boolean intersects(Rectangle rectangle)
-
-