Package org.openjump.core.rasterimage
Class Overview
- java.lang.Object
-
- org.openjump.core.rasterimage.Overview
-
public class Overview extends Object
- Author:
- AdL
-
-
Constructor Summary
Constructors Constructor Description Overview(Overviews.OverviewLocation overviewLocation, Resolution resolution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMaxResolution()
double
getMinResolution()
Overviews.OverviewLocation
getOverviewLocation()
Resolution
getResolution()
-
-
-
Constructor Detail
-
Overview
public Overview(Overviews.OverviewLocation overviewLocation, Resolution resolution)
-
-
Method Detail
-
getOverviewLocation
public Overviews.OverviewLocation getOverviewLocation()
-
getResolution
public Resolution getResolution()
-
getMinResolution
public double getMinResolution()
-
getMaxResolution
public double getMaxResolution()
-
-