@JsType(isNative=true, namespace="<global>", name="Object") public class PolylinePipelineOptions extends Object
Modifier and Type | Field and Description |
---|---|
Ellipsoid |
ellipsoid
The ellipsoid on which the positions lie.
|
double |
granularity
The distance, in radians, between each latitude and longitude.
|
double[] |
height
A number or array of numbers representing the heights of each position.
|
Cartesian3[] |
positions
The array of type {Cartesian3} representing positions.
|
Constructor and Description |
---|
PolylinePipelineOptions()
|
@JsProperty public Cartesian3[] positions
@JsProperty public double[] height
@JsProperty public double granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()
Copyright © 2019. All rights reserved.