public enum GMLObjectType extends Enum<GMLObjectType>
| Enum Constant and Description |
|---|
COVERAGE |
CRS |
DEFINITION |
FEATURE_TYPE |
GEOMETRY |
OBSERVATION |
TIME |
TOPOLOGY |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static GMLObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMLObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMLObjectType FEATURE_TYPE
public static final GMLObjectType GEOMETRY
public static final GMLObjectType TOPOLOGY
public static final GMLObjectType TIME
public static final GMLObjectType CRS
public static final GMLObjectType COVERAGE
public static final GMLObjectType OBSERVATION
public static final GMLObjectType DEFINITION
public static final GMLObjectType VALUE
public static GMLObjectType[] values()
for (GMLObjectType c : GMLObjectType.values()) System.out.println(c);
public static GMLObjectType 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 © 2023 Open Geospatial Consortium. All rights reserved.