GeoRectangle

new Cesium.GeoRectangle(options)

几何对象,矩形
Name Type Description
options Object optional 对象具有如下属性:
Name Type Default Description
north Number 0.0 optional 矩形北纬坐标,单位为度.
south Number 0.0 optional 矩形南纬坐标,单位为度.
west Number 0.0 optional 矩形西坐标,单位为度.
east Number 0.0 optional 矩形东经坐标,单位为度.
id Number optional 对象id.

Members

设置/获取中心位置east坐标值.
Default Value: 0.0
几何对象id.
设置/获取中心位置north坐标值.
Default Value: 0.0
设置/获取中心位置south坐标值.
Default Value: 0.0
设置/获取中心位置west坐标值.
Default Value: 0.0

Methods

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