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