SurfacePlacement enum

The options for handling altitude values.

Inheritance
Available extensions

Values

drapedBillboarded → const SurfacePlacement

Ignore Z values and drape symbols onto the surface, billboarded to always face the camera.

In the case of a ModelSceneSymbol, there is no difference in behavior between SurfacePlacement.drapedFlat and SurfacePlacement.drapedBillboarded.

absolute → const SurfacePlacement

Treat the Z values as absolute altitude values.

relative → const SurfacePlacement

Treat the Z values as relative to the surface altitude values.

relativeToScene → const SurfacePlacement

Treat the Z values as relative to the scene altitude values.

drapedFlat → const SurfacePlacement

Ignore Z values and drape symbols flat on the surface.

In the case of a ModelSceneSymbol, there is no difference in behavior between SurfacePlacement.drapedFlat and SurfacePlacement.drapedBillboarded.

Properties

coreValue → RT_SurfacePlacement
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SurfacePlacement>
A constant List of the values in this enum, in order of their declaration.