public static enum OTSLine3D.OffsetMethod extends Enum<OTSLine3D.OffsetMethod>
| Enum Constant and Description |
|---|
JTS
Via JTS buffer.
|
PK
Peter Knoppers.
|
| Modifier and Type | Method and Description |
|---|---|
static OTSLine3D.OffsetMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTSLine3D.OffsetMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTSLine3D.OffsetMethod JTS
public static final OTSLine3D.OffsetMethod PK
public static OTSLine3D.OffsetMethod[] values()
for (OTSLine3D.OffsetMethod c : OTSLine3D.OffsetMethod.values()) System.out.println(c);
public static OTSLine3D.OffsetMethod 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 © 2014–2019 Delft University of Technology. All rights reserved.