@JsType(isNative=true, namespace="<global>", name="Object") public class WallOutlineGeometryOptions extends Object
WallOutlineGeometry
.Modifier and Type | Field and Description |
---|---|
Ellipsoid |
ellipsoid
The ellipsoid for coordinate manipulation
Default:
Ellipsoid.WGS84() |
double |
granularity
The distance, in radians, between each latitude and longitude.
|
double[] |
maximumHeights
An array parallel to positions that give the maximum height of the wall at positions.
|
double[] |
minimumHeights
An array parallel to positions that give the minimum height of the wall at positions.
|
Cartesian3[] |
positions
An array of Cartesian objects, which are the points of the wall.
|
Constructor and Description |
---|
WallOutlineGeometryOptions() |
@JsProperty public Cartesian3[] positions
@JsProperty public double granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public double[] maximumHeights
@JsProperty public double[] minimumHeights
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()
Copyright © 2019. All rights reserved.