public static enum WFSExporter.WFSGetFeatureFields extends Enum<WFSExporter.WFSGetFeatureFields>
| Enum Constant and Description |
|---|
geometry_coordinates |
geometry_name |
geometry_type |
id |
type |
| Modifier and Type | Method and Description |
|---|---|
static WFSExporter.WFSGetFeatureFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFSExporter.WFSGetFeatureFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFSExporter.WFSGetFeatureFields type
public static final WFSExporter.WFSGetFeatureFields id
public static final WFSExporter.WFSGetFeatureFields geometry_type
public static final WFSExporter.WFSGetFeatureFields geometry_coordinates
public static final WFSExporter.WFSGetFeatureFields geometry_name
public static WFSExporter.WFSGetFeatureFields[] values()
for (WFSExporter.WFSGetFeatureFields c : WFSExporter.WFSGetFeatureFields.values()) System.out.println(c);
public static WFSExporter.WFSGetFeatureFields 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 © 2020. All Rights Reserved.