GeoCircle

new Cesium.GeoCircle(options)

几何对象,圆形
Name Type Description
options Object optional 对象具有如下属性:
Name Type Default Description
longitude Number 0.0 optional 圆形中心位置longitude坐标值,经度坐标,单位为度.
latitude Number 0.0 optional 圆形中心位置latitude坐标值,纬度坐标,单位为度.
height Number 0.0 optional 圆形中心位置height坐标值,高度值,单位为米.
r Number 0.0 optional 圆的半径,单位为米.
id Number optional 对象id.

Members

设置/获取中心位置Z坐标值.
Default Value: 0.0
几何对象id.
设置/获取中心位置Y坐标值.
Default Value: 0.0
设置/获取中心位置X坐标值.
Default Value: 0.0
设置/获取圆的半径.
Default Value: 0.0

Methods

圆的中心点坐标
圆的半径
几何对象类型
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.