@JsType(isNative=true,
namespace="<global>",
name="Object")
public class PolygonOutlineGeometryOptions
extends Object
PolygonOutlineGeometry.| Modifier and Type | Field and Description |
|---|---|
Ellipsoid |
ellipsoid
The ellipsoid to be used as a reference.
|
double |
extrudedHeight
The distance in meters between the polygon's extruded face and the ellipsoid surface.
|
double |
granularity
The distance, in radians, between each latitude and longitude.
|
double |
height
The distance in meters between the polygon and the ellipsoid surface.
|
boolean |
perPositionHeight
Use the height of options.positions for each position instead of using options.height to determine the height.
|
PolygonHierarchy |
polygonHierarchy
A polygon hierarchy that can include holes.
|
Cartesian3[] |
positions
An array of positions that defined the corner points of the polygon.
|
VertexFormat |
vertexFormat
The vertex attributes to be computed.
|
| Constructor and Description |
|---|
PolygonOutlineGeometryOptions() |
@JsProperty public Cartesian3[] positions
PolygonGeometry.fromPositions(PolygonGeometryOptions);@JsProperty public PolygonHierarchy polygonHierarchy
@JsProperty public double height
@JsProperty public double extrudedHeight
@JsProperty public VertexFormat vertexFormat
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()@JsProperty public double granularity
Math.RADIANS_PER_DEGREE()@JsProperty public boolean perPositionHeight
Copyright © 2019. All rights reserved.