@JsType(isNative=true, namespace="<global>", name="Object") public class RectangleOutlineGeometryOptions extends Object
RectangleOutlineGeometry
.Modifier and Type | Field and Description |
---|---|
Ellipsoid |
ellipsoid
The ellipsoid on which the rectangle lies.
|
double |
extrudedHeight
The distance in meters between the rectangle'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 rectangle and the ellipsoid surface.
|
Rectangle |
rectangle
A cartographic rectangle with north, south, east and west properties in radians.
|
double |
rotation
The rotation of the rectangle, in radians.
|
Constructor and Description |
---|
RectangleOutlineGeometryOptions()
Options for
RectangleOutlineGeometry |
@JsProperty public Rectangle rectangle
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()
@JsProperty public double granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public double height
@JsProperty public double rotation
@JsProperty public double extrudedHeight
@JsConstructor public RectangleOutlineGeometryOptions()
RectangleOutlineGeometry
Copyright © 2019. All rights reserved.