@JsType(isNative=true, namespace="<global>", name="Object") public class CircleOutlineGeometryOptions extends Object
CircleOutlineGeometry
.Modifier and Type | Field and Description |
---|---|
Cartesian3 |
center
The circle's center point in the fixed frame.
|
Ellipsoid |
ellipsoid
The ellipsoid the circle will be on.
|
double |
extrudedHeight
The distance in meters between the circle's extruded face and the ellipsoid surface.
|
double |
granularity
The angular distance between points on the circle in radians.
|
double |
height
The distance in meters between the circle and the ellipsoid surface.
|
int |
numberOfVerticalLines
Number of lines to draw between the top and bottom of an extruded circle.
|
double |
radius
The 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.