|
|||||||||
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.servertools.ExtractDataTask
public class ExtractDataTask
Extracts the selected layers in the specified area of interest to the selected formats and spatial reference, then returns all the data in a zip file. The Extract Data Task tool is contained in the Server Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ExtractDataTask()
Creates the Extract Data Task tool with defaults. |
|
ExtractDataTask(Object layersToClip,
Object areaOfInterest,
String featureFormat,
String rasterFormat,
Object outputZipFile)
Creates the Extract Data Task tool with the required parameters. |
Method Summary | |
---|---|
Object |
getAreaOfInterest()
Returns the Area of Interest parameter of this tool . |
String |
getFeatureFormat()
Returns the Feature Format parameter of this tool . |
Object |
getLayersToClip()
Returns the Layers to Clip parameter of this tool . |
Object |
getOutputZipFile()
Returns the Output Zip File parameter of this tool . |
String |
getRasterFormat()
Returns the Raster Format 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 |
setAreaOfInterest(Object areaOfInterest)
Sets the Area of Interest parameter of this tool . |
void |
setFeatureFormat(String featureFormat)
Sets the Feature Format parameter of this tool . |
void |
setLayersToClip(Object layersToClip)
Sets the Layers to Clip parameter of this tool . |
void |
setOutputZipFile(Object outputZipFile)
Sets the Output Zip File parameter of this tool . |
void |
setRasterFormat(String rasterFormat)
Sets the Raster Format 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 ExtractDataTask()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExtractDataTask(Object layersToClip, Object areaOfInterest, String featureFormat, String rasterFormat, Object outputZipFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
layersToClip
- the Layers to be clipped. Layers should be either feature or raster layers.areaOfInterest
- the area by which the layers will be clipped.featureFormat
- the format in which the output features will be delivered. The string provided in the Feature Format parameter should be formatted as follows: for Example: internally, this tool uses the Export to CAD tool to convert data to the .dgn, .dwg and .dxf CAD formats. The list of short names supported includes: DGN_V8, DWG_R14, DWG_R2000, DWG_R2004, DWG_R2005, DWG_R2006,
DWG_R2007, DWG_R2010, DXF_R14, DXF_R2000, DXF_R2004, DXF_R2005,
DXF_R2006, DXF_R2007, and DXF_R2010. for all non-ESRI, non-CAD formats, this tool also supports formats used by the Quick Export tool. since the Quick Export tool is a part of the Data Interoperability Extension, non-ESRI, non-CAD formats will only work if the Data Interoperability Extension is available.rasterFormat
- the format in which the output raster datasets will be delivered. Pre-determined values are set in Value List. the string provided in the Raster Format parameter should be formatted as follows: any of the following strings will work:outputZipFile
- the output Zip File that will contain the extracted data.Method Detail |
---|
public Object getLayersToClip()
public void setLayersToClip(Object layersToClip)
layersToClip
- the Layers to be clipped. Layers should be either feature or raster layers.public Object getAreaOfInterest()
public void setAreaOfInterest(Object areaOfInterest)
areaOfInterest
- the area by which the layers will be clipped.public String getFeatureFormat()
public void setFeatureFormat(String featureFormat)
featureFormat
- the format in which the output features will be delivered. The string provided in the Feature Format parameter should be formatted as follows: for Example: internally, this tool uses the Export to CAD tool to convert data to the .dgn, .dwg and .dxf CAD formats. The list of short names supported includes: DGN_V8, DWG_R14, DWG_R2000, DWG_R2004, DWG_R2005, DWG_R2006,
DWG_R2007, DWG_R2010, DXF_R14, DXF_R2000, DXF_R2004, DXF_R2005,
DXF_R2006, DXF_R2007, and DXF_R2010. for all non-ESRI, non-CAD formats, this tool also supports formats used by the Quick Export tool. since the Quick Export tool is a part of the Data Interoperability Extension, non-ESRI, non-CAD formats will only work if the Data Interoperability Extension is available.public String getRasterFormat()
public void setRasterFormat(String rasterFormat)
rasterFormat
- the format in which the output raster datasets will be delivered. Pre-determined values are set in Value List. the string provided in the Raster Format parameter should be formatted as follows: any of the following strings will work:public Object getOutputZipFile()
public void setOutputZipFile(Object outputZipFile)
outputZipFile
- the output Zip File that will contain the extracted data.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 |