public enum MapScaleEnum extends Enum<MapScaleEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
H002 |
H005 |
K001 |
K002 |
K005 |
K010 |
K025 |
K050 |
None
地图比例尺
|
W010 |
W025 |
W050 |
W100 |
W300 |
W400 |
| Modifier and Type | Method and Description |
|---|---|
static MapScaleEnum |
getByValue(int value) |
String |
getDesc() |
int |
getValue() |
static MapScaleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapScaleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapScaleEnum None
public static final MapScaleEnum H002
public static final MapScaleEnum H005
public static final MapScaleEnum K001
public static final MapScaleEnum K002
public static final MapScaleEnum K005
public static final MapScaleEnum K010
public static final MapScaleEnum K025
public static final MapScaleEnum K050
public static final MapScaleEnum W010
public static final MapScaleEnum W025
public static final MapScaleEnum W050
public static final MapScaleEnum W100
public static final MapScaleEnum W300
public static final MapScaleEnum W400
public static MapScaleEnum[] values()
for (MapScaleEnum c : MapScaleEnum.values()) System.out.println(c);
public static MapScaleEnum 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 nullpublic static MapScaleEnum getByValue(int value)
public int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic String getDesc()
getDesc in interface com.geoway.adf.gis.basic.IEnumCopyright © 2025. All rights reserved.