|
|||||||||
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.analyst3dtools.RasterToMultipoint
public class RasterToMultipoint
This tool converts a raster into a new multipoint feature class. The Raster to Multipoint tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RasterToMultipoint()
Creates the Raster to Multipoint tool with defaults. |
|
RasterToMultipoint(Object inRaster,
Object outFeatureClass)
Creates the Raster to Multipoint tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRaster()
Returns the Input Raster parameter of this tool . |
String |
getKernelMethod()
Returns the Kernel Method parameter of this tool . |
String |
getMethod()
Returns the Method parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getOutVipTable()
Returns the Output VIP table 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. |
double |
getZFactor()
Returns the Z Factor parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input Raster parameter of this tool . |
void |
setKernelMethod(String kernelMethod)
Sets the Kernel Method parameter of this tool . |
void |
setMethod(String method)
Sets the Method parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setOutVipTable(Object outVipTable)
Sets the Output VIP table parameter of this tool . |
void |
setZFactor(double zFactor)
Sets the Z Factor 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 RasterToMultipoint()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToMultipoint(Object inRaster, Object outFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRaster
- the input raster.outFeatureClass
- the output multipoint feature class.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output multipoint feature class.public Object getOutVipTable()
public void setOutVipTable(Object outVipTable)
outVipTable
- the output VIP feature class table.public String getMethod()
public void setMethod(String method)
method
- the thinning method used to generate the new multipoint feature class. Select from either NO_THIN, ZTOLERANCE, KERNEL, VIP_HISTOGRAM, or VIP.public String getKernelMethod()
public void setKernelMethod(String kernelMethod)
kernelMethod
- nullpublic double getZFactor()
public void setZFactor(double zFactor)
zFactor
- multiplies the z of the input by this factor. Generally used to convert units between feet and meters.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 |