|
|||||||||
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.CalculateCellSizeRanges
public class CalculateCellSizeRanges
Computes the minimum and maximum cell sizes for the rasters in a mosaic dataset. The Calculate Cell Size Ranges tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CalculateCellSizeRanges()
Creates the Calculate Cell Size Ranges tool with defaults. |
|
CalculateCellSizeRanges(Object inMosaicDataset)
Creates the Calculate Cell Size Ranges tool with the required parameters. |
Method Summary | |
---|---|
double |
getCellSizeToleranceFactor()
Returns the Cell Size Tolerance Factor parameter of this tool . |
String |
getDoComputeMax()
Returns the Compute Maximum Cell Sizes parameter of this tool . |
String |
getDoComputeMin()
Returns the Compute Minimum Cell Sizes parameter of this tool . |
Object |
getInMosaicDataset()
Returns the Mosaic Dataset parameter of this tool . |
double |
getMaxRangeFactor()
Returns the Maximum Cell Size Range Factor parameter of this tool . |
Object |
getOutMosaicDataset()
Returns the Mosaic Dataset 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. |
String |
getUpdateMissingOnly()
Returns the Update Missing Values Only parameter of this tool . |
Object |
getWhereClause()
Returns the Query Definition parameter of this tool . |
void |
setCellSizeToleranceFactor(double cellSizeToleranceFactor)
Sets the Cell Size Tolerance Factor parameter of this tool . |
void |
setDoComputeMax(String doComputeMax)
Sets the Compute Maximum Cell Sizes parameter of this tool . |
void |
setDoComputeMin(String doComputeMin)
Sets the Compute Minimum Cell Sizes parameter of this tool . |
void |
setInMosaicDataset(Object inMosaicDataset)
Sets the Mosaic Dataset parameter of this tool . |
void |
setMaxRangeFactor(double maxRangeFactor)
Sets the Maximum Cell Size Range Factor parameter of this tool . |
void |
setUpdateMissingOnly(String updateMissingOnly)
Sets the Update Missing Values Only parameter of this tool . |
void |
setWhereClause(Object whereClause)
Sets the Query Definition 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 CalculateCellSizeRanges()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CalculateCellSizeRanges(Object inMosaicDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inMosaicDataset
- path and name of mosaic dataset.Method Detail |
---|
public Object getInMosaicDataset()
public void setInMosaicDataset(Object inMosaicDataset)
inMosaicDataset
- path and name of mosaic dataset.public Object getWhereClause()
public void setWhereClause(Object whereClause)
whereClause
- using SQL you can define a query, or use the Query Builder to build a query.public String getDoComputeMin()
public void setDoComputeMin(String doComputeMin)
doComputeMin
- computes the minimum pixel size for all the rasters in the mosaic dataset.public String getDoComputeMax()
public void setDoComputeMax(String doComputeMax)
doComputeMax
- computes the maximum pixel size for all the rasters in the mosaic dataset.public double getMaxRangeFactor()
public void setMaxRangeFactor(double maxRangeFactor)
maxRangeFactor
- controls the factor by which the maximum pixel size of the top-most overview is multiplied to ensure visibility of the mosaic when viewed at small scales. The default is 10.public double getCellSizeToleranceFactor()
public void setCellSizeToleranceFactor(double cellSizeToleranceFactor)
cellSizeToleranceFactor
- allows you to specify a cell size tolerance. This is useful when you have rasters with differing pixel sizes that should be considered the same. The default is 0.1.public String getUpdateMissingOnly()
public void setUpdateMissingOnly(String updateMissingOnly)
updateMissingOnly
- allows you to calculate only the missing cell size range values.public Object getOutMosaicDataset()
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 |