public class CalculateProfile
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static ResourceManager |
WPS_RESOURCE
wps资源管理器
|
构造器和说明 |
---|
CalculateProfile() |
限定符和类型 | 方法和说明 |
---|---|
ProcessResult |
executeGML(SpatialAnalyst spatialAnalystImpl, Execute execute)
获取DEM剖面,返回GML格式描述
|
ProfileResult |
executeJSON(SpatialAnalyst spatialAnalystImpl, Execute execute)
获取DEM剖面,返回JSON格式描述
|
boolean |
executePNG(SpatialAnalyst spatialAnalystImpl, Execute execute, java.lang.String name)
获取DEM剖面,返回png图片
|
java.lang.String |
getCalculateDataSet()
获取数据集
|
int |
getImageHeight()
获取图片高度
|
int |
getImageWidth()
获取图片宽度
|
Geometry |
getLine()
获取切割剖面的线
|
java.lang.String |
getOutputFormat()
获取图片格式
|
java.lang.Double |
getResampleTolerance()
获取容差
|
void |
setAnalystParameter(Execute execute)
设置参数
|
void |
setCalculateDataSet(java.lang.String calculateDataSet)
设置数据集
|
void |
setImageHeight(int imageHeight)
获取图片高度
|
void |
setImageWidth(int imageWidth)
设置图片宽度
|
void |
setLine(Geometry line)
设置切割剖面的线
|
void |
setOutputFormat(java.lang.String outputFormat)
设置图片格式
|
void |
setResampleTolerance(java.lang.Double resampleTolerance)
设置容差
|
public int getImageWidth()
获取图片宽度
public void setImageWidth(int imageWidth)
设置图片宽度
imageWidth
-public int getImageHeight()
获取图片高度
public void setImageHeight(int imageHeight)
获取图片高度
imageHeight
-public java.lang.String getOutputFormat()
获取图片格式
public void setOutputFormat(java.lang.String outputFormat)
设置图片格式
outputFormat
-public Geometry getLine()
获取切割剖面的线
public void setLine(Geometry line)
设置切割剖面的线
line
-public java.lang.String getCalculateDataSet()
获取数据集
public void setCalculateDataSet(java.lang.String calculateDataSet)
设置数据集
calculateDataSet
-public java.lang.Double getResampleTolerance()
获取容差
public void setResampleTolerance(java.lang.Double resampleTolerance)
设置容差
resampleTolerance
-public void setAnalystParameter(Execute execute) throws OGCException
execute
-OGCException
public ProcessResult executeGML(SpatialAnalyst spatialAnalystImpl, Execute execute) throws OGCException
spatialAnalystImpl
- 空间分析服务组件execute
- 执行参数java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
OGCException
public ProfileResult executeJSON(SpatialAnalyst spatialAnalystImpl, Execute execute) throws OGCException
spatialAnalystImpl
- 空间分析服务组件execute
- 执行参数java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
OGCException
public boolean executePNG(SpatialAnalyst spatialAnalystImpl, Execute execute, java.lang.String name) throws OGCException
spatialAnalystImpl
-execute
-name
-OGCException