|
|
@ -423,7 +423,7 @@ public class PlotFactory { |
|
|
|
|
|
|
|
|
|
|
|
//大数据模式 恢复用注释。删除下面2个方法 largeDataModel lineMapLargeModel。
|
|
|
|
//大数据模式 恢复用注释。删除下面2个方法 largeDataModel lineMapLargeModel。
|
|
|
|
public static boolean largeDataModel(Plot plot) { |
|
|
|
public static boolean largeDataModel(Plot plot) { |
|
|
|
return plot != null && plot.getDataProcessor().getMark() == LargeDataModel.MARK; |
|
|
|
return plot != null && plot.isLargeDataModel(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static boolean lineMapLargeModel(Plot plot) { |
|
|
|
public static boolean lineMapLargeModel(Plot plot) { |
|
|
|