Kanzi  3.9.8
Kanzi Engine Java API
CameraEnums.OrthogonalCoordinateSystem Enum Reference

Type of the orthogonal coordinate system. More...

Inheritance diagram for CameraEnums.OrthogonalCoordinateSystem:
[legend]

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.
 

Detailed Description

Type of the orthogonal coordinate system.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static OrthogonalCoordinateSystem toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.