public static enum Spinnaker_C._spinScan3dCoordinateSystemEnums extends Enum<Spinnaker_C._spinScan3dCoordinateSystemEnums>
| Enum Constant and Description |
|---|
NUM_SCAN3DCOORDINATESYSTEM |
Scan3dCoordinateSystem_Cartesian
Default value.
|
Scan3dCoordinateSystem_Cylindrical
A Theta-Y-Rho coordinate system.
|
Scan3dCoordinateSystem_Spherical
A Theta-Phi-Rho coordinate system.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinScan3dCoordinateSystemEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinScan3dCoordinateSystemEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinScan3dCoordinateSystemEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinScan3dCoordinateSystemEnums Scan3dCoordinateSystem_Cartesian
public static final Spinnaker_C._spinScan3dCoordinateSystemEnums Scan3dCoordinateSystem_Spherical
public static final Spinnaker_C._spinScan3dCoordinateSystemEnums Scan3dCoordinateSystem_Cylindrical
public static final Spinnaker_C._spinScan3dCoordinateSystemEnums NUM_SCAN3DCOORDINATESYSTEM
public static Spinnaker_C._spinScan3dCoordinateSystemEnums[] values()
for (Spinnaker_C._spinScan3dCoordinateSystemEnums c : Spinnaker_C._spinScan3dCoordinateSystemEnums.values()) System.out.println(c);
public static Spinnaker_C._spinScan3dCoordinateSystemEnums 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 Spinnaker_C._spinScan3dCoordinateSystemEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinScan3dCoordinateSystemEnums>Copyright © 2019. All rights reserved.