Package org.esa.snap.core.image
Class ResolutionLevel
java.lang.Object
org.esa.snap.core.image.ResolutionLevel
Represent a level in a multi-resolution image pyramid.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResolutionLevelcreate(MultiLevelModel model, int level) intgetIndex()doublegetScale()
-
Field Details
-
MAXRES
-
-
Constructor Details
-
ResolutionLevel
public ResolutionLevel(int index, double scale)
-
-
Method Details
-
create
-
getIndex
public int getIndex() -
getScale
public double getScale()
-