public final enum

BillboardOrientation

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.carto.styles.BillboardOrientation

Class Overview

Possible orientation modes for billboards.

Summary

Enum Values
BillboardOrientation  BILLBOARD_ORIENTATION_FACE_CAMERA  Billboard always faces the camera plane, regardless of rotation. 
BillboardOrientation  BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND  Billboard lies parallel to the ground and rotates around it's
anchor point to face the camera. 
BillboardOrientation  BILLBOARD_ORIENTATION_GROUND  Billboard lies on the ground, orientation does not depend on the
camera position. 
Public Methods
static BillboardOrientation swigToEnum(int swigValue)
final int swigValue()
static BillboardOrientation valueOf(String name)
final static BillboardOrientation[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BillboardOrientation BILLBOARD_ORIENTATION_FACE_CAMERA

Billboard always faces the camera plane, regardless of rotation.

public static final BillboardOrientation BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND

Billboard lies parallel to the ground and rotates around it's
anchor point to face the camera. SetRotation can be used to offset the
final angle of the billboard.

public static final BillboardOrientation BILLBOARD_ORIENTATION_GROUND

Billboard lies on the ground, orientation does not depend on the
camera position.

Public Methods

public static BillboardOrientation swigToEnum (int swigValue)

public final int swigValue ()

public static BillboardOrientation valueOf (String name)

public static final BillboardOrientation[] values ()