@JsType(isNative=true,
        namespace="<global>",
        name="Object")
public class CircleOutlineGeometryOptions
extends Object
CircleOutlineGeometry.| Modifier and Type | Field and Description | 
|---|---|
| Cartesian3 | centerThe circle's center point in the fixed frame. | 
| Ellipsoid | ellipsoidThe ellipsoid the circle will be on. | 
| double | extrudedHeightThe distance in meters between the circle's extruded face and the ellipsoid surface. | 
| double | granularityThe angular distance between points on the circle in radians. | 
| double | heightThe distance in meters between the circle and the ellipsoid surface. | 
| int | numberOfVerticalLinesNumber of lines to draw between the top and bottom of an extruded circle. | 
| double | radiusThe radius in meters. | 
| Constructor and Description | 
|---|
| CircleOutlineGeometryOptions() | 
@JsProperty public Cartesian3 center
@JsProperty public double radius
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()@JsProperty public double height
@JsProperty public double granularity
@JsProperty public double extrudedHeight
@JsProperty public int numberOfVerticalLines
Copyright © 2019. All rights reserved.