FromPositionsOptions

sealed interface FromPositionsOptions(source)

Properties

Link copied to clipboard
abstract var arcType: ArcType?

The type of line the polygon edges must follow. Valid options are ArcType.GEODESIC and ArcType.RHUMB. Default value - ArcType.GEODESIC

Link copied to clipboard
abstract var closeBottom: Boolean?

When false, leaves off the bottom of an extruded polygon open. Default value - true

Link copied to clipboard
abstract var closeTop: Boolean?

When false, leaves off the top of an extruded polygon open. Default value - true

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid to be used as a reference. Default value - Ellipsoid.default

Link copied to clipboard
abstract var extrudedHeight: Double?

The height of the polygon extrusion.

Link copied to clipboard
abstract var granularity: Double?

The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer. Default value - Math.RADIANS_PER_DEGREE

Link copied to clipboard
abstract var height: Double?

The height of the polygon. Default value - 0.0

Link copied to clipboard
abstract var perPositionHeight: Boolean?

Use the height of options.positions for each position instead of using options.height to determine the height. Default value - false

Link copied to clipboard

An array of positions that defined the corner points of the polygon.

Link copied to clipboard
abstract var stRotation: Double?

The rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise. Default value - 0.0

Link copied to clipboard

Texture coordinates as a PolygonHierarchy of Cartesian2 points. Has no effect for ground primitives.

Link copied to clipboard
abstract var vertexFormat: VertexFormat?

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