public enum GeometryType extends Enum<GeometryType>
| Enum Constant and Description |
|---|
OBSERVED_DYNAMIC |
OBSERVED_STATIC |
PLATFORM_SITE |
PLATFORM_TRACK |
| Modifier and Type | Method and Description |
|---|---|
String |
createId(String id) |
static String |
extractId(String id) |
String |
getGeometryType() |
static boolean |
isDynamicId(String id) |
static boolean |
isKnownType(String typeName) |
static boolean |
isObservedGeometryId(String id) |
static boolean |
isPlatformGeometryId(String id) |
static boolean |
isSiteId(String id) |
static boolean |
isStaticId(String id) |
static boolean |
isTrackId(String id) |
static GeometryType |
toInstance(String id) |
static GeometryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeometryType PLATFORM_SITE
public static final GeometryType PLATFORM_TRACK
public static final GeometryType OBSERVED_STATIC
public static final GeometryType OBSERVED_DYNAMIC
public static GeometryType[] values()
for (GeometryType c : GeometryType.values()) System.out.println(c);
public static GeometryType 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 nullpublic String getGeometryType()
public static boolean isPlatformGeometryId(String id)
public static boolean isObservedGeometryId(String id)
public static boolean isSiteId(String id)
public static boolean isTrackId(String id)
public static boolean isStaticId(String id)
public static boolean isDynamicId(String id)
public static boolean isKnownType(String typeName)
public static GeometryType toInstance(String id)
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.