Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectSymbol3DLayerProperties

Hierarchy

Index

Properties

Optional anchor

anchor: "center" | "origin" | "top" | "bottom" | "relative"

The positioning of the symbol relative to the geometry.

Read more...

Optional anchorPosition

Defines the anchor relative to the center of the symbol layer resource.

Read more...

Optional castShadows

castShadows: boolean

Indicates whether the symbol layer geometry casts shadows in the scene.

Read more...

Optional depth

depth: number

The depth, or diameter from north to south, of the object in meters.

Read more...

Optional heading

heading: number

The clockwise rotation of the symbol in the horizontal plane (i.e., around the z axis).

Read more...

Optional height

height: number

The height of the object in meters.

Read more...

Optional material

The material used to shade the object.

Read more...

Optional resource

The primitive shape (primitive) or external 3D model (href) used to visualize the points.

Read more...

Optional roll

roll: number

The rotation of the symbol in the lateral vertical plane (i.e., around the y axis).

Read more...

Optional tilt

tilt: number

The rotation of the symbol in the longitudinal vertical plane (i.e., around the x axis).

Read more...

Optional width

width: number

The width, or diameter from east to west, of the object in meters.

Read more...

Generated using TypeDoc