|
|||||||||
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.BuildPyramidsandStatistics
public class BuildPyramidsandStatistics
Traverses a folder structure, building pyramids and calculating statistics for all the raster datasets it contains. It can also build pyramids and calculate statistics for all the items in a raster catalog or mosaic dataset. The Build Pyramids And Statistics tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
BuildPyramidsandStatistics()
Creates the Build Pyramids And Statistics tool with defaults. |
|
BuildPyramidsandStatistics(Object inWorkspace)
Creates the Build Pyramids And Statistics tool with the required parameters. |
Method Summary | |
---|---|
String |
getBUILDONSOURCE()
Returns the Include Source Datasets parameter of this tool . |
String |
getBuildPyramids()
Returns the Build Pyramids parameter of this tool . |
String |
getCalculateStatistics()
Returns the Calculate Statistics parameter of this tool . |
String |
getIncludeSubdirectories()
Returns the Include Sub-directories parameter of this tool . |
Object |
getInWorkspace()
Returns the Input Data or Workspace parameter of this tool . |
Object |
getOutWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
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 |
setBUILDONSOURCE(String bUILDONSOURCE)
Sets the Include Source Datasets parameter of this tool . |
void |
setBuildPyramids(String buildPyramids)
Sets the Build Pyramids parameter of this tool . |
void |
setCalculateStatistics(String calculateStatistics)
Sets the Calculate Statistics parameter of this tool . |
void |
setIncludeSubdirectories(String includeSubdirectories)
Sets the Include Sub-directories parameter of this tool . |
void |
setInWorkspace(Object inWorkspace)
Sets the Input Data or Workspace 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 BuildPyramidsandStatistics()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BuildPyramidsandStatistics(Object inWorkspace)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inWorkspace
- the workspace that contains all the raster datasets to be processed. raster catalogs and mosaic datasets must be specified as the input workspace. If the workspace includes a raster catalog or mosaic dataset, then these items will not be included when the tool runs.Method Detail |
---|
public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the workspace that contains all the raster datasets to be processed. raster catalogs and mosaic datasets must be specified as the input workspace. If the workspace includes a raster catalog or mosaic dataset, then these items will not be included when the tool runs.public String getIncludeSubdirectories()
public void setIncludeSubdirectories(String includeSubdirectories)
includeSubdirectories
- specify whether to include subdirectories. raster catalogs and mosaic datasets must be specified as the input workspace. If the workspace includes a raster catalog or mosaic dataset, then these items will not be included when the tool runs.public String getBuildPyramids()
public void setBuildPyramids(String buildPyramids)
buildPyramids
- specify whether to build pyramids.public String getCalculateStatistics()
public void setCalculateStatistics(String calculateStatistics)
calculateStatistics
- specify whether to calculate statistics.public String getBUILDONSOURCE()
public void setBUILDONSOURCE(String bUILDONSOURCE)
bUILDONSOURCE
- nullpublic Object getOutWorkspace()
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 |