Type of the orthogonal coordinate system. More...
Public Member Functions | |
OrthogonalCoordinateSystem (int mValue) | |
OrthogonalCoordinateSystem (OrthogonalCoordinateSystem enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static OrthogonalCoordinateSystem | swigToEnum (int swigValue) |
static OrthogonalCoordinateSystem | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
OrthogonalCoordinateSystemAbsolute =(0) | |
Absolute orthogonal projection. | |
OrthogonalCoordinateSystemRelative =(1) | |
Relative orthogonal projection. | |
Type of the orthogonal coordinate system.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |