public class

NMLModelStyle

extends BillboardStyle
java.lang.Object
   ↳ com.carto.styles.Style
     ↳ com.carto.styles.BillboardStyle
       ↳ com.carto.styles.NMLModelStyle

Class Overview

A style for NML models. Contains attributes for configuring how the model is drawn on the screen.

Summary

Public Methods
synchronized void delete()
BinaryData getModelAsset()
Returns the model asset of the object.
BillboardOrientation getOrientationMode()
Returns the orientation mode of the model.
BillboardScaling getScalingMode()
Returns the scaling mode of the model.
[Expand]
Inherited Methods
From class com.carto.styles.BillboardStyle
From class com.carto.styles.Style
From class java.lang.Object

Public Methods

public synchronized void delete ()

public BinaryData getModelAsset ()

Returns the model asset of the object.

Returns
  • The model asset of the object.

public BillboardOrientation getOrientationMode ()

Returns the orientation mode of the model.

Returns
  • The orientation mode of the model.

public BillboardScaling getScalingMode ()

Returns the scaling mode of the model.

Returns
  • The scaling mode of the model.