SolarTimeUtil class
太阳时计算工具类
Constructors
- SolarTimeUtil.new({double longitude = 120.0, double latitude = 35.0})
- 构造函数
Properties
Methods
-
getMeanSolarTime(
SolarTime solartime) → SolarTime - 计算平太阳时 @param solartime 公历时间 @returns 平太阳时的公历时间 SolarTime
-
getRealSolarTime(
SolarTime solartime) → SolarTime - 计算真太阳时 @param solartime 公历时间 @returns 真太阳时的公历时间 SolarTime
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initLocation(
{double longitude = 120.0, double latitude = 35.0}) → SolarTimeUtil -
创建太阳时工具实例
@param lng 经度 -180
180 @param lat 纬度 -9090