Enum Constant and Description |
---|
AdmSkel |
AndenKommunalPlan |
KommunePlan |
KommunePlanRamme_P |
KommunePlanRamme_T |
KommunePlanStrategi |
KommunePlanTillaeg |
LokalPlan1 |
LokalPlan2 |
LokalPlanDel |
MultiPolygon |
Polygon |
Polygon2 |
ZoneKort |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getGML() |
static void |
main(java.lang.String[] argv) |
static GMLSample |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMLSample[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMLSample KommunePlan
public static final GMLSample KommunePlanTillaeg
public static final GMLSample KommunePlanRamme_P
public static final GMLSample KommunePlanRamme_T
public static final GMLSample KommunePlanStrategi
public static final GMLSample LokalPlan1
public static final GMLSample LokalPlan2
public static final GMLSample LokalPlanDel
public static final GMLSample AndenKommunalPlan
public static final GMLSample ZoneKort
public static final GMLSample AdmSkel
public static final GMLSample MultiPolygon
public static final GMLSample Polygon
public static final GMLSample Polygon2
public static GMLSample[] values()
for (GMLSample c : GMLSample.values()) System.out.println(c);
public static GMLSample valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract java.lang.String getGML()
public static void main(java.lang.String[] argv)