public static enum AreaOfInterest.Type extends Enum<AreaOfInterest.Type>
AreaOfInterest.type()| Enum Constant and Description |
|---|
AREA_OF_INTEREST_GEOMETRY |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AreaOfInterest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreaOfInterest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaOfInterest.Type AREA_OF_INTEREST_GEOMETRY
public static final AreaOfInterest.Type UNKNOWN_TO_SDK_VERSION
public static AreaOfInterest.Type[] values()
for (AreaOfInterest.Type c : AreaOfInterest.Type.values()) System.out.println(c);
public static AreaOfInterest.Type 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 © 2023. All rights reserved.