public enum GeometryType extends java.lang.Enum<GeometryType>
| Enum Constant and Description |
|---|
OBSERVED_DYNAMIC |
OBSERVED_STATIC |
PLATFORM_SITE |
PLATFORM_TRACK |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createId(java.lang.String id) |
static java.lang.String |
extractId(java.lang.String id) |
java.lang.String |
getGeometryType() |
static boolean |
isDynamicId(java.lang.String id) |
static boolean |
isKnownType(java.lang.String typeName) |
static boolean |
isObservedGeometryId(java.lang.String id) |
static boolean |
isPlatformGeometryId(java.lang.String id) |
static boolean |
isSiteId(java.lang.String id) |
static boolean |
isStaticId(java.lang.String id) |
static boolean |
isTrackId(java.lang.String id) |
static GeometryType |
toInstance(java.lang.String id) |
static GeometryType |
valueOf(java.lang.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(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 java.lang.String createId(java.lang.String id)
public java.lang.String getGeometryType()
public static boolean isPlatformGeometryId(java.lang.String id)
public static boolean isObservedGeometryId(java.lang.String id)
public static boolean isSiteId(java.lang.String id)
public static boolean isTrackId(java.lang.String id)
public static boolean isStaticId(java.lang.String id)
public static boolean isDynamicId(java.lang.String id)
public static boolean isKnownType(java.lang.String typeName)
public static java.lang.String extractId(java.lang.String id)
public static GeometryType toInstance(java.lang.String id)
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.