FromConstantHeightsOptions

Properties

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid for coordinate manipulation Default value - Ellipsoid.default

Link copied to clipboard
abstract var maximumHeight: Double?

A constant that defines the maximum height of the wall at positions. If undefined, the height of each position in used.

Link copied to clipboard
abstract var minimumHeight: Double?

A constant that defines the minimum height of the wall at positions. If undefined, the height at each position is 0.0.

Link copied to clipboard

An array of Cartesian objects, which are the points of the wall.

Link copied to clipboard
abstract var vertexFormat: VertexFormat?

The vertex attributes to be computed. Default value - VertexFormat.DEFAULT