public static enum SLDStyledFeature.UOM extends Enum<SLDStyledFeature.UOM>
| Modifier and Type | Method and Description |
|---|---|
static SLDStyledFeature.UOM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SLDStyledFeature.UOM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SLDStyledFeature.UOM metre
public static final SLDStyledFeature.UOM foot
public static final SLDStyledFeature.UOM pixel
public static final SLDStyledFeature.UOM mm
public static SLDStyledFeature.UOM[] values()
for (SLDStyledFeature.UOM c : SLDStyledFeature.UOM.values()) System.out.println(c);
public static SLDStyledFeature.UOM 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 © 2012–2025 cismet GmbH. All rights reserved.