public enum ResolutionQuality extends java.lang.Enum<ResolutionQuality>
Enum Constant and Description |
---|
Constant
No comment data provided
|
CountryCentroid
No comment data provided
|
External
No comment data provided
|
Interpolated
No comment data provided
|
Intersection
No comment data provided
|
NotCoded
No comment data provided
|
PartialCentroid
No comment data provided
|
PostalCentroidBest
No comment data provided
|
PostalCentroidBetter
No comment data provided
|
PostalCentroidGood
No comment data provided
|
RegionCentroid
No comment data provided
|
Rooftop
No comment data provided
|
Modifier and Type | Method and Description |
---|---|
static ResolutionQuality |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionQuality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResolutionQuality NotCoded
public static final ResolutionQuality External
public static final ResolutionQuality CountryCentroid
public static final ResolutionQuality RegionCentroid
public static final ResolutionQuality PartialCentroid
public static final ResolutionQuality PostalCentroidGood
public static final ResolutionQuality PostalCentroidBetter
public static final ResolutionQuality PostalCentroidBest
public static final ResolutionQuality Intersection
public static final ResolutionQuality Interpolated
public static final ResolutionQuality Rooftop
public static final ResolutionQuality Constant
public static ResolutionQuality[] values()
for (ResolutionQuality c : ResolutionQuality.values()) System.out.println(c);
public static ResolutionQuality valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null