public abstract class ExtractAnalyse extends Analyse
wps isoline/isoregion extraction operation
WPS_RESOURCE
Constructor and Description |
---|
ExtractAnalyse() |
Modifier and Type | Method and Description |
---|---|
QueryParameter |
getFilterQueryParameter()
Get filter parameter
|
java.lang.String |
getGridDataset()
Get the raster dataset name
|
java.lang.String |
getOutputFormat()
Get the output format
|
ExtractParameter |
getParameter()
Get the analysis parameter
|
java.lang.String |
getPointDataset()
Get point dataset
|
Point2D[] |
getPoints()
Get point set
|
ProcessResult |
getProcessResult(DatasetSpatialAnalystResult datasetSpatialAnalystResult)
Get process result
|
double |
getResolution()
Get the resolution
|
DataReturnOption |
getResultSetting()
Get result setting
|
InterpolateType |
getTerrainInterpolateType()
Get interpolation method
|
java.lang.String |
getzValueField()
Get zValueField
|
double[] |
getzValues()
Get z set
|
void |
setAnalystParameter(Execute execute)
Set the analysis parameter
|
void |
setFilterQueryParameter(QueryParameter filterQueryParameter)
Set filter parameter
|
void |
setGridDataset(java.lang.String gridDataset)
Set the raster dataset name
|
void |
setOutputFormat(java.lang.String outputFormat)
Set the output format
|
void |
setParameter(ExtractParameter parameter)
Set the analysis parameter
|
void |
setPointDataset(java.lang.String pointDataset)
Set the point dataset.
|
void |
setPoints(Point2D[] points)
Set point set
|
void |
setResolution(double resolution)
Set the resolution
|
void |
setResultSetting(DataReturnOption resultSetting)
Set result setting
|
void |
setTerrainInterpolateType(InterpolateType terrainInterpolateType)
Set interpolation method
|
void |
setzValueField(java.lang.String zValueField)
Set zValueField
|
void |
setzValues(double[] zValues)
Set z set
|
execute, getProcessResult
public Point2D[] getPoints()
Get point set
public void setPoints(Point2D[] points)
Set point set
public double[] getzValues()
Get z set
public void setzValues(double[] zValues)
Set z set
public double getResolution()
Get the resolution
public void setResolution(double resolution)
Set the resolution
public ExtractParameter getParameter()
Get the analysis parameter
public void setParameter(ExtractParameter parameter)
Set the analysis parameter
public DataReturnOption getResultSetting()
Get result setting
public void setResultSetting(DataReturnOption resultSetting)
Set result setting
public InterpolateType getTerrainInterpolateType()
Get interpolation method
public void setTerrainInterpolateType(InterpolateType terrainInterpolateType)
Set interpolation method
public java.lang.String getPointDataset()
Get point dataset
public void setPointDataset(java.lang.String pointDataset)
Set the point dataset.
public QueryParameter getFilterQueryParameter()
Get filter parameter
public void setFilterQueryParameter(QueryParameter filterQueryParameter)
Set filter parameter
public java.lang.String getzValueField()
Get zValueField
public void setzValueField(java.lang.String zValueField)
Set zValueField
public java.lang.String getGridDataset()
Get the raster dataset name
public void setGridDataset(java.lang.String gridDataset)
Set the raster dataset name
public java.lang.String getOutputFormat()
Get the output format
public void setOutputFormat(java.lang.String outputFormat)
Set the output format
outputFormat
-public ProcessResult getProcessResult(DatasetSpatialAnalystResult datasetSpatialAnalystResult)
datasetSpatialAnalystResult
-public void setAnalystParameter(Execute execute) throws OGCException
Set the analysis parameter
execute
- execution parametersjava.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
OGCException