- DASH - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DateStaticsSectionUtil - cn.allbs.utils中的类
-
日期区间map构建
构建为一个横轴表为日期,纵坐标为默认数量 0 的map供后期塞值
- DateStaticsSectionUtil() - 类 的构造器cn.allbs.utils.DateStaticsSectionUtil
-
- dayHour(LocalDate, int, String) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
天 24小时Map
根据某一天构建固定间隔小时数的Map
- dayHour(LocalDate, String) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
天 24小时Map
根据某一天构建固定间隔小时数的Map 默认一小时
- dayHour(LocalDate, int) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
天 24小时Map
根据某一天构建固定间隔小时数的Map 默认一小时
- dayHour(LocalDate) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
天 24小时Map
根据某一天构建固定间隔小时数的Map 默认一小时
- daySection(LocalDate, LocalDate, String) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
开始结束时间构造月Map
构建以月为跨度,该月份中所有日为key value为0的map
- daySection(LocalDate, LocalDate) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
开始结束时间构造月Map
构建以月为跨度,该月份中所有日为key value为0的map
- deviation(Double[]) - 类 中的静态方法cn.allbs.utils.LngLatUtil
-
偏移
依照墨卡托坐标计算
- distance(double, double) - 类 中的方法cn.allbs.model.Point2D
-
Computes the distance between this point and point (x1, y1).
- distance(Point2D) - 类 中的方法cn.allbs.model.Point2D
-
Computes the distance between this point and the specified point.
- distance(double, double, double) - 类 中的方法cn.allbs.model.Point3D
-
Computes the distance between this point and point (x1, y1, z1).
- distance(Point3D) - 类 中的方法cn.allbs.model.Point3D
-
Computes the distance between this point and the specified point.
- DOLLAR - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DOLLAR_LEFT_BRACE - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DOT - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DOT_CLASS - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DOT_JAVA - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DOT_NEWLINE - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DOT_XML - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- DOTDOT - 接口 中的静态变量cn.allbs.constant.StringPoolConstant
-
- dotProduct(double, double) - 类 中的方法cn.allbs.model.Point2D
-
Computes dot (scalar) product of the vector represented by this instance
and the specified vector.
- dotProduct(Point2D) - 类 中的方法cn.allbs.model.Point2D
-
Computes dot (scalar) product of the vector represented by this instance
and the specified vector.
- dotProduct(double, double, double) - 类 中的方法cn.allbs.model.Point3D
-
Computes dot (scalar) product of the vector represented by this instance
and the specified vector.
- dotProduct(Point3D) - 类 中的方法cn.allbs.model.Point3D
-
Computes dot (scalar) product of the vector represented by this instance
and the specified vector.
- magnitude() - 类 中的方法cn.allbs.model.Point2D
-
Computes magnitude (length) of the relative magnitude vector represented
by this instance.
- magnitude() - 类 中的方法cn.allbs.model.Point3D
-
Computes magnitude (length) of the relative magnitude vector represented
by this instance.
- makeSmallImage(String) - 类 中的方法cn.allbs.utils.ImageToAsciiUtil
-
缩略图片
BufferedImage bufferedImage = ImageToAsciiUtil.makeSmallImage("图片路径", 期望最大高度, 为防止图片扭曲宽度放大比例);
ImageToAsciiUtil.printImage(bufferedImage);
- makeSmallImage(String, int, int) - 类 中的方法cn.allbs.utils.ImageToAsciiUtil
-
缩略图片
BufferedImage bufferedImage = ImageToAsciiUtil.makeSmallImage("图片路径", 期望最大高度默认25, 为防止图片扭曲宽度放大比例默认1);
ImageToAsciiUtil.printImage(bufferedImage);
- MathExtentEnum - cn.allbs.enums中的枚举
-
数学区间定义
- mercatorToLonLat(Double, Double) - 类 中的静态方法cn.allbs.utils.WGS84MercatorToLngLatUtil
-
墨卡托转经纬度
- mercatorToWgs84(Point2D) - 类 中的方法cn.allbs.utils.WGS84MercatorToLngLatUtil
-
墨卡托转WGS84
- mf(double, double, double, double, double) - 类 中的方法cn.allbs.utils.PoolFireUtil
-
燃烧速度
- midpoint(double, double) - 类 中的方法cn.allbs.model.Point2D
-
Returns a point which lies in the middle between this point and the
specified coordinates.
- midpoint(Point2D) - 类 中的方法cn.allbs.model.Point2D
-
Returns a point which lies in the middle between this point and the
specified point.
- midpoint(double, double, double) - 类 中的方法cn.allbs.model.Point3D
-
Returns a point which lies in the middle between this point and the
specified coordinates.
- midpoint(Point3D) - 类 中的方法cn.allbs.model.Point3D
-
Returns a point which lies in the middle between this point and the
specified point.
- minuteSection(LocalDateTime, LocalDateTime, int, String) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
分钟构建Map
传入开始时间 结束时间 构建一个Map
- minuteSection(LocalDateTime, LocalDateTime, int) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
分钟构建Map
传入开始时间 结束时间 构建一个Map
- minuteSection(LocalDateTime, LocalDateTime, String) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
分钟构建Map
传入开始时间 结束时间 构建一个Map 默认间隔一分钟
- minuteSection(LocalDateTime, LocalDateTime) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
分钟构建Map
传入开始时间 结束时间 构建一个Map 默认间隔一分钟
- ModelUtil - cn.allbs.utils中的类
-
模型计算的工具类
- ModelUtil() - 类 的构造器cn.allbs.utils.ModelUtil
-
- MONTH_COUNT - 接口 中的静态变量cn.allbs.constant.ParamConstant
-
总月份
- monthDay(int, int, String) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
根据年月构建Map
传入年、月构建该年月内所有天的Map
- monthDay(int, int) - 类 中的方法cn.allbs.utils.DateStaticsSectionUtil
-
根据年月构建Map
传入年、月构建该年月内所有天的Map
- mudan(double, double, double, double, double, double, double) - 类 中的方法cn.allbs.utils.PoolFireUtil
-
池火灾模型计算
- multiply(double) - 类 中的方法cn.allbs.model.Point2D
-
Returns a point with the coordinates of this point multiplied
by the specified factor
- multiply(double) - 类 中的方法cn.allbs.model.Point3D
-
Returns a point with the coordinates of this point multiplied
by the specified factor
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.AqiLevelEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.AtmosphericStabilityEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.CompareWayEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.CoordinateSystemEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.MathExtentEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.PollutantItemsLimitDayEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.PollutantItemsLimitHourEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.PollutionGas
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.PollutionWater
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.RadiationFluxEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.SolarRadiationEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.UnitEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.WaterLevelEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.allbs.enums.WaterQualityItemEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.allbs.enums.AqiLevelEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.AtmosphericStabilityEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.CompareWayEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.CoordinateSystemEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.MathExtentEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.PollutantItemsLimitDayEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.PollutantItemsLimitHourEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.PollutionGas
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.PollutionWater
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.RadiationFluxEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.SolarRadiationEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.UnitEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.WaterLevelEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.allbs.enums.WaterQualityItemEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- vaporCloudExplosion(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, double, double, double, double, double, double) - 类 中的方法cn.allbs.utils.ModelUtil
-
蒸汽云爆炸模型
- VaporCloudExplosionUtil - cn.allbs.utils中的类
-
蒸汽云爆炸模型
- VaporCloudExplosionUtil() - 类 的构造器cn.allbs.utils.VaporCloudExplosionUtil
-
- vesselExplosion(double, double, double, double, double, double, double) - 类 中的方法cn.allbs.utils.ModelUtil
-
容器爆炸模型计算
- VesselExplosionUtil - cn.allbs.utils中的类
-
容器爆炸模型
- VesselExplosionUtil() - 类 的构造器cn.allbs.utils.VesselExplosionUtil
-