Package org.esa.snap.core.image
Class ResolutionLevel
- java.lang.Object
-
- org.esa.snap.core.image.ResolutionLevel
-
public class ResolutionLevel extends Object
Represent a level in a multi-resolution image pyramid.
-
-
Field Summary
Fields Modifier and Type Field Description static ResolutionLevel
MAXRES
-
Constructor Summary
Constructors Constructor Description ResolutionLevel(int index, double scale)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResolutionLevel
create(MultiLevelModel model, int level)
int
getIndex()
double
getScale()
-
-
-
Field Detail
-
MAXRES
public static final ResolutionLevel MAXRES
-
-
Method Detail
-
create
public static ResolutionLevel create(MultiLevelModel model, int level)
-
getIndex
public int getIndex()
-
getScale
public double getScale()
-
-