public static enum IlvMGRSGrid.ShowThousandsPolicy extends Enum<IlvMGRSGrid.ShowThousandsPolicy>
IlvMGRSGrid.setShowThousandsPolicy(ShowThousandsPolicy)
Enum Constant and Description |
---|
ALWAYS
Indicates that the grid will always add "000m" to labels.
|
AUTO
Indicates that the grid will chose whether or not to add "000m" to labels according to the scale factor and grid level.
|
NEVER
Indicates that the grid will never add "000m" to labels.
|
Modifier and Type | Method and Description |
---|---|
static IlvMGRSGrid.ShowThousandsPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IlvMGRSGrid.ShowThousandsPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IlvMGRSGrid.ShowThousandsPolicy NEVER
public static final IlvMGRSGrid.ShowThousandsPolicy AUTO
public static final IlvMGRSGrid.ShowThousandsPolicy ALWAYS
public static IlvMGRSGrid.ShowThousandsPolicy[] values()
for (IlvMGRSGrid.ShowThousandsPolicy c : IlvMGRSGrid.ShowThousandsPolicy.values()) System.out.println(c);
public static IlvMGRSGrid.ShowThousandsPolicy 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 null© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.