com.supermap.analyst.spatialanalyst
类 IsoRegionResult

java.lang.Object
  继承者 com.supermap.analyst.spatialanalyst.IsoRegionResult

public class IsoRegionResult
extends java.lang.Object

栅格提取等值面结果类


方法摘要
 GeoRegion getIsoRegion()
          返回等值面对象
 double getMaxZ()
          返回等值面对象极大值
 double getMinZ()
          返回等值面对象极小值
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getMaxZ

public double getMaxZ()
返回等值面对象极大值

返回:
等值面对象极大值

getMinZ

public double getMinZ()
返回等值面对象极小值

返回:
等值面对象极小值

getIsoRegion

public GeoRegion getIsoRegion()
返回等值面对象

返回:
等值面对象