FromPositionsOptions

Properties

Link copied to clipboard
abstract val 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 val closeBottom: Boolean?

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

Link copied to clipboard
abstract val closeTop: Boolean?

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

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

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

Link copied to clipboard
abstract val extrudedHeight: Double?

The height of the polygon extrusion.

Link copied to clipboard
abstract val 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 val height: Double?

The height of the polygon. Default value - 0.0

Link copied to clipboard
abstract val 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
abstract val positions: <Error class: unknown class><Cartesian3>

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

Link copied to clipboard
abstract val 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 val vertexFormat: VertexFormat?

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