public static enum ViewOptions.RasterInterpolationMethod extends Enum<ViewOptions.RasterInterpolationMethod>
| Enum Constant and Description |
|---|
GeographicallyWeightedRegression |
NaturalNeighbor |
TriangularFacet |
| Modifier and Type | Method and Description |
|---|---|
static ViewOptions.RasterInterpolationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewOptions.RasterInterpolationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewOptions.RasterInterpolationMethod NaturalNeighbor
public static final ViewOptions.RasterInterpolationMethod GeographicallyWeightedRegression
public static final ViewOptions.RasterInterpolationMethod TriangularFacet
public static ViewOptions.RasterInterpolationMethod[] values()
for (ViewOptions.RasterInterpolationMethod c : ViewOptions.RasterInterpolationMethod.values()) System.out.println(c);
public static ViewOptions.RasterInterpolationMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.