java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.carto.styles.BillboardScaling |
Possible scaling modes for billboards.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BillboardScaling | BILLBOARD_SCALING_CONST_SCREEN_SIZE | Billboard's screen size is always the same, regardless of the zoom level, tilt angle or billboard's position. |
|||||||||
BillboardScaling | BILLBOARD_SCALING_SCREEN_SIZE | Billboard's size on screen is unaffected by zooming, but billboards that are further away from the camera get smaller when the tilt angle is < 90. |
|||||||||
BillboardScaling | BILLBOARD_SCALING_WORLD_SIZE | Billboard has a constant world space size. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static BillboardScaling | swigToEnum(int swigValue) | ||||||||||
final int | swigValue() | ||||||||||
static BillboardScaling | valueOf(String name) | ||||||||||
final static BillboardScaling[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Billboard's screen size is always the same, regardless of the zoom level, tilt angle or
billboard's position.
Billboard's size on screen is unaffected by zooming, but billboards
that are further away from the camera get smaller when the tilt angle is < 90.
Billboard has a constant world space size. Zooming causes the billboard
to get smaller or bigger on the screen.