public enum GeoModellTypen extends Enum<GeoModellTypen> implements SystemObjektTyp
GeoModellFactory angelegt werden
können.| Enum Constant and Description |
|---|
FLAECHE_XY
Eine Fläche.
|
KOMPLEX_XY
komplexes Objekt.
|
LINIE_XY
Eine Linie.
|
PUNKT_LIEGT_AUF_LINIEN_OBJEKT
Eine Linie.
|
PUNKT_XY
Ein Punkt.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SystemObjekt> |
getKlasse()
Gibt die Klasse des Objekts zu dem Typ zurück.
|
String |
getPid()
Gibt die PID des Typs zurück.
|
static GeoModellTypen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoModellTypen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoModellTypen KOMPLEX_XY
public static final GeoModellTypen FLAECHE_XY
public static final GeoModellTypen PUNKT_XY
public static final GeoModellTypen LINIE_XY
public static final GeoModellTypen PUNKT_LIEGT_AUF_LINIEN_OBJEKT
public static GeoModellTypen[] values()
for (GeoModellTypen c : GeoModellTypen.values()) System.out.println(c);
public static GeoModellTypen 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 Class<? extends SystemObjekt> getKlasse()
SystemObjektTypgetKlasse in interface SystemObjektTyppublic String getPid()
SystemObjektTypgetPid in interface SystemObjektTypCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.