com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class CopyRaster

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.CopyRaster
All Implemented Interfaces:
GPTool

public class CopyRaster
extends AbstractGPTool

Makes a copy of a raster dataset or loads raster datasets into a raster catalog. The Copy Raster tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
CopyRaster()
          Creates the Copy Raster tool with defaults.
CopyRaster(java.lang.Object inRaster, java.lang.Object outRasterdataset)
          Creates the Copy Raster tool with the required parameters.
 
Method Summary
 double getBackgroundValue()
          Returns the Ignore Background Value parameter of this tool .
 java.lang.String getColormapToRGB()
          Returns the Colormap to RGB parameter of this tool .
 java.lang.String getConfigKeyword()
          Returns the Configuration Keyword parameter of this tool .
 java.lang.Object getInRaster()
          Returns the Input Raster parameter of this tool .
 double getNodataValue()
          Returns the NoData Value parameter of this tool .
 java.lang.String getOnebitToEightbit()
          Returns the Convert 1 bit data to 8 bit parameter of this tool .
 java.lang.Object getOutRasterdataset()
          Returns the Output Raster Dataset parameter of this tool .
 java.lang.String getPixelType()
          Returns the Pixel Type parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setBackgroundValue(double backgroundValue)
          Sets the Ignore Background Value parameter of this tool .
 void setColormapToRGB(java.lang.String colormapToRGB)
          Sets the Colormap to RGB parameter of this tool .
 void setConfigKeyword(java.lang.String configKeyword)
          Sets the Configuration Keyword parameter of this tool .
 void setInRaster(java.lang.Object inRaster)
          Sets the Input Raster parameter of this tool .
 void setNodataValue(double nodataValue)
          Sets the NoData Value parameter of this tool .
 void setOnebitToEightbit(java.lang.String onebitToEightbit)
          Sets the Convert 1 bit data to 8 bit parameter of this tool .
 void setOutRasterdataset(java.lang.Object outRasterdataset)
          Sets the Output Raster Dataset parameter of this tool .
 void setPixelType(java.lang.String pixelType)
          Sets the Pixel Type 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

CopyRaster

public CopyRaster()
Creates the Copy Raster tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


CopyRaster

public CopyRaster(java.lang.Object inRaster,
                  java.lang.Object outRasterdataset)
Creates the Copy Raster tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inRaster - the name and location of the raster dataset to be copied.
outRasterdataset - the name and location of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality.
Method Detail

getInRaster

public java.lang.Object getInRaster()
Returns the Input Raster parameter of this tool . This parameter is the name and location of the raster dataset to be copied. This is a required parameter.

Returns:
the Input Raster

setInRaster

public void setInRaster(java.lang.Object inRaster)
Sets the Input Raster parameter of this tool . This parameter is the name and location of the raster dataset to be copied. This is a required parameter.

Parameters:
inRaster - the name and location of the raster dataset to be copied.

getOutRasterdataset

public java.lang.Object getOutRasterdataset()
Returns the Output Raster Dataset parameter of this tool . This parameter is the name and location of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality. This is a required parameter.

Returns:
the Output Raster Dataset

setOutRasterdataset

public void setOutRasterdataset(java.lang.Object outRasterdataset)
Sets the Output Raster Dataset parameter of this tool . This parameter is the name and location of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality. This is a required parameter.

Parameters:
outRasterdataset - the name and location of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality.

getConfigKeyword

public java.lang.String getConfigKeyword()
Returns the Configuration Keyword parameter of this tool . This parameter is specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. arcSDE configuration keywords are set up by your database administrator. This is an optional parameter.

Returns:
the Configuration Keyword

setConfigKeyword

public void setConfigKeyword(java.lang.String configKeyword)
Sets the Configuration Keyword parameter of this tool . This parameter is specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. arcSDE configuration keywords are set up by your database administrator. This is an optional parameter.

Parameters:
configKeyword - specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. arcSDE configuration keywords are set up by your database administrator.

getBackgroundValue

public double getBackgroundValue()
Returns the Ignore Background Value parameter of this tool . This parameter is use this option to remove the unwanted values created around the raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. the pixel value specified will be set to NoData in the output raster dataset. for file-based rasters and personal geodatabase rasters, the Ignore Background Value must be set to the same value as NoData in order for the background value to be ignored. ArcSDE and file geodatabase rasters will work without this extra step. This is an optional parameter.

Returns:
the Ignore Background Value

setBackgroundValue

public void setBackgroundValue(double backgroundValue)
Sets the Ignore Background Value parameter of this tool . This parameter is use this option to remove the unwanted values created around the raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. the pixel value specified will be set to NoData in the output raster dataset. for file-based rasters and personal geodatabase rasters, the Ignore Background Value must be set to the same value as NoData in order for the background value to be ignored. ArcSDE and file geodatabase rasters will work without this extra step. This is an optional parameter.

Parameters:
backgroundValue - use this option to remove the unwanted values created around the raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. the pixel value specified will be set to NoData in the output raster dataset. for file-based rasters and personal geodatabase rasters, the Ignore Background Value must be set to the same value as NoData in order for the background value to be ignored. ArcSDE and file geodatabase rasters will work without this extra step.

getNodataValue

public double getNodataValue()
Returns the NoData Value parameter of this tool . This parameter is all the pixels with the specified value will be set to NoData in the output raster dataset. This is an optional parameter.

Returns:
the NoData Value

setNodataValue

public void setNodataValue(double nodataValue)
Sets the NoData Value parameter of this tool . This parameter is all the pixels with the specified value will be set to NoData in the output raster dataset. This is an optional parameter.

Parameters:
nodataValue - all the pixels with the specified value will be set to NoData in the output raster dataset.

getOnebitToEightbit

public java.lang.String getOnebitToEightbit()
Returns the Convert 1 bit data to 8 bit parameter of this tool . This parameter is choose whether the input 1-bit raster dataset will be converted to an 8-bit raster dataset. In this conversion the value 1 in the input raster dataset will be changed to 255 in the output raster dataset. This is useful when importing a 1-bit raster dataset to ArcSDE. One-bit raster dataset have 8-bit pyramid layers when stored in a file system, but in ArcSDE, 1-bit raster datasets can only have 1-bit pyramid layers, which makes the display unpleasant. By converting the data to 8-bit in ArcSDE, the pyramid layers are built as 8-bit instead of 1-bit, resulting in a proper raster dataset in the display. This is an optional parameter.

Returns:
the Convert 1 bit data to 8 bit

setOnebitToEightbit

public void setOnebitToEightbit(java.lang.String onebitToEightbit)
Sets the Convert 1 bit data to 8 bit parameter of this tool . This parameter is choose whether the input 1-bit raster dataset will be converted to an 8-bit raster dataset. In this conversion the value 1 in the input raster dataset will be changed to 255 in the output raster dataset. This is useful when importing a 1-bit raster dataset to ArcSDE. One-bit raster dataset have 8-bit pyramid layers when stored in a file system, but in ArcSDE, 1-bit raster datasets can only have 1-bit pyramid layers, which makes the display unpleasant. By converting the data to 8-bit in ArcSDE, the pyramid layers are built as 8-bit instead of 1-bit, resulting in a proper raster dataset in the display. This is an optional parameter.

Parameters:
onebitToEightbit - choose whether the input 1-bit raster dataset will be converted to an 8-bit raster dataset. In this conversion the value 1 in the input raster dataset will be changed to 255 in the output raster dataset. This is useful when importing a 1-bit raster dataset to ArcSDE. One-bit raster dataset have 8-bit pyramid layers when stored in a file system, but in ArcSDE, 1-bit raster datasets can only have 1-bit pyramid layers, which makes the display unpleasant. By converting the data to 8-bit in ArcSDE, the pyramid layers are built as 8-bit instead of 1-bit, resulting in a proper raster dataset in the display.

getColormapToRGB

public java.lang.String getColormapToRGB()
Returns the Colormap to RGB parameter of this tool . This parameter is if the input raster dataset has a colormap, the output raster dataset can be converted to a three-band output raster dataset. This is useful when mosaicking rasters with different colormaps. This is an optional parameter.

Returns:
the Colormap to RGB

setColormapToRGB

public void setColormapToRGB(java.lang.String colormapToRGB)
Sets the Colormap to RGB parameter of this tool . This parameter is if the input raster dataset has a colormap, the output raster dataset can be converted to a three-band output raster dataset. This is useful when mosaicking rasters with different colormaps. This is an optional parameter.

Parameters:
colormapToRGB - if the input raster dataset has a colormap, the output raster dataset can be converted to a three-band output raster dataset. This is useful when mosaicking rasters with different colormaps.

getPixelType

public java.lang.String getPixelType()
Returns the Pixel Type parameter of this tool . This parameter is determines the bit depth of the output raster dataset. If left unspecified, the output bit depth will be the same as the input. there will be no rescaling of the raster values when a different pixel type is chosen. If the pixel type is demoted (lowered), the raster values outside the valid range for that pixel depth will be truncated and lost. This is an optional parameter.

Returns:
the Pixel Type

setPixelType

public void setPixelType(java.lang.String pixelType)
Sets the Pixel Type parameter of this tool . This parameter is determines the bit depth of the output raster dataset. If left unspecified, the output bit depth will be the same as the input. there will be no rescaling of the raster values when a different pixel type is chosen. If the pixel type is demoted (lowered), the raster values outside the valid range for that pixel depth will be truncated and lost. This is an optional parameter.

Parameters:
pixelType - determines the bit depth of the output raster dataset. If left unspecified, the output bit depth will be the same as the input. there will be no rescaling of the raster values when a different pixel type is chosen. If the pixel type is demoted (lowered), the raster values outside the valid range for that pixel depth will be truncated and lost.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias