|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.MakeWCSLayer
public class MakeWCSLayer
Creates a temporary raster layer from a WCS service. The Make WCS Layer tool is contained in the Data Management Tools tool box.
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
- the name of the input WCS service, or the URL that references the WCS service. if a WCS server URL is used, the URL should include the coverage name and version information. If only URL is entered, the tool will automatically take the first coverage and use default version (1.0.0) to create the WCS layer. an example of a URL that includes the coverage name and version is below: http://ServerName/arcgis/services/serviceName/ImageServer/WCSServer?coverage=rasterDRGs&version=1.1.1 in this example, "http://ServerName/arcgis/services/serviceName/ImageServer/WCSServer?" is the URL. The coverage specified is "coverage=rasterDRGs", and the version is "&version=1.1.1". to get the coverage names on a WCS server, use the WCS GetCapabilities request. An example of WCS request is http://ServerName/arcgis/services/serviceName/ImageServer/WCSServer?request=getcapabilities&service=wcsoutWcsLayer
- the name of the output WCS layer.Method Detail |
---|
public Object getInWcsCoverage()
public void setInWcsCoverage(Object inWcsCoverage)
inWcsCoverage
- the name of the input WCS service, or the URL that references the WCS service. if a WCS server URL is used, the URL should include the coverage name and version information. If only URL is entered, the tool will automatically take the first coverage and use default version (1.0.0) to create the WCS layer. an example of a URL that includes the coverage name and version is below: http://ServerName/arcgis/services/serviceName/ImageServer/WCSServer?coverage=rasterDRGs&version=1.1.1 in this example, "http://ServerName/arcgis/services/serviceName/ImageServer/WCSServer?" is the URL. The coverage specified is "coverage=rasterDRGs", and the version is "&version=1.1.1". to get the coverage names on a WCS server, use the WCS GetCapabilities request. An example of WCS request is http://ServerName/arcgis/services/serviceName/ImageServer/WCSServer?request=getcapabilities&service=wcspublic Object getOutWcsLayer()
public void setOutWcsLayer(Object outWcsLayer)
outWcsLayer
- the name of the output WCS layer.public Object getTemplate()
public void setTemplate(Object template)
template
- 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, and Y-Maximum) or by using the extent of an existing layer.public Object getBandIndex()
public void setBandIndex(Object bandIndex)
bandIndex
- choose which bands to export for the layer. 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 |