@JsType(isNative=true, namespace="<global>", name="Object") public class EllipseOutlineGeometryOptions extends Object
EllipseOutlineGeometry
.Modifier and Type | Field and Description |
---|---|
Cartesian3 |
center
The ellipse's center point in the fixed frame.
|
Ellipsoid |
ellipsoid
The ellipsoid the ellipse will be on.
|
double |
extrudedHeight
The distance in meters between the ellipse's extruded face and the ellipsoid surface.
|
double |
granularity
The angular distance between points on the ellipse in radians.
|
double |
height
The distance in meters between the ellipse and the ellipsoid surface.
|
int |
numberOfVerticalLines
Number of lines to draw between the top and bottom surface of an extruded ellipse.
|
double |
rotation
The angle of rotation counter-clockwise from north.
|
double |
semiMajorAxis
The length of the ellipse's semi-major axis in meters.
|
double |
semiMinorAxis
The length of the ellipse's semi-minor axis in meters.
|
Constructor and Description |
---|
EllipseOutlineGeometryOptions() |
@JsProperty public Cartesian3 center
@JsProperty public double semiMajorAxis
@JsProperty public double semiMinorAxis
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()
@JsProperty public double height
@JsProperty public double extrudedHeight
@JsProperty public double rotation
@JsProperty public double granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public int numberOfVerticalLines
Copyright © 2019. All rights reserved.