Enum UnitType
Package world.mappable.mapkit.map
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.map.ModelStyle.UnitType
static final enum UnitType
Enum Constant Summary
|
Enum Constants |
Description |
|
The model is given in units. |
|
|
The model is given in meters. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
UNIT
|
|
UNIT |
The model is given in units.
The size of a unit is equal to the size of a pixel at the current zoom level when the camera position's tilt is equal to 0 and the scale factor is equal to 1.
NORMALIZED
|
|
NORMALIZED |
Alert
Use UnitType.Unit instead. Scale model proportionally to fit into 1x1x1 box.
METER
|
|
METER |
The model is given in meters.
Methods
values
|
UnitType[] values() |
valueOf
|
UnitType valueOf(java.lang.String name) |