Uses of Class
org.openjump.core.rasterimage.Overviews.OverviewLocation
-
Packages that use Overviews.OverviewLocation Package Description org.openjump.core.rasterimage -
-
Uses of Overviews.OverviewLocation in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return Overviews.OverviewLocation Modifier and Type Method Description Overviews.OverviewLocation
Overview. getOverviewLocation()
static Overviews.OverviewLocation
Overviews.OverviewLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Overviews.OverviewLocation[]
Overviews.OverviewLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjump.core.rasterimage with parameters of type Overviews.OverviewLocation Constructor Description Overview(Overviews.OverviewLocation overviewLocation, Resolution resolution)
-