|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.MakeWCSLayer
public class MakeWCSLayer
Creates an image layer from a WCS service. This tool is one of the few tools that can accept a WCS service as an input. Therefore this tool can be used to convert a WCS service to a raster layer, which can then be used by a geoprocessing tool. The layer that is created by the tool is temporary and will not persist after the session ends unless the document is saved. The Make WCS Layer tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
MakeWCSLayer()
Creates the Make WCS Layer tool with defaults. |
|
MakeWCSLayer(Object inWcsCoverage,
Object outWcsLayer)
Creates the Make WCS Layer tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getBandIndex()
Returns the Bands parameter of this tool . |
Object |
getInWcsCoverage()
Returns the Input WCS Coverage parameter of this tool . |
Object |
getOutWcsLayer()
Returns the Output WCS Layer parameter of this tool . |
Object |
getTemplate()
Returns the Template Extent parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setBandIndex(Object bandIndex)
Sets the Bands parameter of this tool . |
void |
setInWcsCoverage(Object inWcsCoverage)
Sets the Input WCS Coverage parameter of this tool . |
void |
setOutWcsLayer(Object outWcsLayer)
Sets the Output WCS Layer parameter of this tool . |
void |
setTemplate(Object template)
Sets the Template Extent parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MakeWCSLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeWCSLayer(Object inWcsCoverage,
Object outWcsLayer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inWcsCoverage - WCS layer, the name of the input WCS service.outWcsLayer - Raster layer, the name of the output WCS layer.| Method Detail |
|---|
public Object getInWcsCoverage()
public void setInWcsCoverage(Object inWcsCoverage)
inWcsCoverage - WCS layer, the name of the input WCS service.public Object getOutWcsLayer()
public void setOutWcsLayer(Object outWcsLayer)
outWcsLayer - Raster layer, the name of the output WCS layer.public Object getTemplate()
public void setTemplate(Object template)
template - Layer, the output extent of the WCS layer.
The output extent can either be specified by defining the area to be clipped (X-Minimum, Y-Minimum, X-Maximum, Y-Maximum) or by using the extent of an existing layer.public Object getBandIndex()
public void setBandIndex(Object bandIndex)
bandIndex - Bands, choose which bands to export from the image service. If no bands are specified, then all the bands will be used in the output.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||