public class ExtremumInfo extends Object
findExtremum
的结果,包括栅格单元值的最大值和坐标值以及最小值和坐标值。限定符和类型 | 方法和说明 |
---|---|
Point2Ds |
getMaxPoints()
返回查找到的最大值的坐标值。
|
double |
getMaxValue()
返回查找栅格单元值的最大值。
|
Point2Ds |
getMinPoints()
返回查找到的最小值的坐标值。
|
double |
getMinValue()
返回查找栅格单元值的最小值。
|
public double getMaxValue()
public double getMinValue()
public Point2Ds getMaxPoints()
public Point2Ds getMinPoints()
Copyright © 2021–2024 SuperMap. All rights reserved.