|
|||||||||
| 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.spatialanalysttools.EucAllocation
public class EucAllocation
Calculates, for each cell, the nearest source based on Euclidean distance.
The Euclidean Allocation tool is contained in the Spatial Analyst Tools tool box.
Learn more about how Euclidean functions work
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
EucAllocation()
Creates the Euclidean Allocation tool with defaults. |
|
EucAllocation(Object inSourceData,
Object outAllocationRaster)
Creates the Euclidean Allocation tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getInSourceData()
Returns the Input raster or feature source data parameter of this tool . |
Object |
getInValueRaster()
Returns the Input value raster parameter of this tool . |
double |
getMaximumDistance()
Returns the Maximum distance parameter of this tool . |
Object |
getOutAllocationRaster()
Returns the Output allocation raster parameter of this tool . |
Object |
getOutDirectionRaster()
Returns the Output direction raster parameter of this tool . |
Object |
getOutDistanceRaster()
Returns the Output distance raster parameter of this tool . |
Object |
getSourceField()
Returns the Source field 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 |
setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . |
void |
setInSourceData(Object inSourceData)
Sets the Input raster or feature source data parameter of this tool . |
void |
setInValueRaster(Object inValueRaster)
Sets the Input value raster parameter of this tool . |
void |
setMaximumDistance(double maximumDistance)
Sets the Maximum distance parameter of this tool . |
void |
setOutAllocationRaster(Object outAllocationRaster)
Sets the Output allocation raster parameter of this tool . |
void |
setOutDirectionRaster(Object outDirectionRaster)
Sets the Output direction raster parameter of this tool . |
void |
setOutDistanceRaster(Object outDistanceRaster)
Sets the Output distance raster parameter of this tool . |
void |
setSourceField(Object sourceField)
Sets the Source field 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 EucAllocation()
Initializes the array of tool parameters with the default values specified when the tool was created.
public EucAllocation(Object inSourceData,
Object outAllocationRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inSourceData - Composite Geodataset, for rasters, the input can be integer or floating point. If the input is floating point, a value raster must be set. The value raster must be integer. The value raster will take precedence over the source field if it is set.outAllocationRaster - Raster Dataset, a raster that identifies the zone that could be reached with the least accumulative cost from each source location.| Method Detail |
|---|
public Object getInSourceData()
public void setInSourceData(Object inSourceData)
inSourceData - Composite Geodataset, for rasters, the input can be integer or floating point. If the input is floating point, a value raster must be set. The value raster must be integer. The value raster will take precedence over the source field if it is set.public Object getOutAllocationRaster()
public void setOutAllocationRaster(Object outAllocationRaster)
outAllocationRaster - Raster Dataset, a raster that identifies the zone that could be reached with the least accumulative cost from each source location.public double getMaximumDistance()
public void setMaximumDistance(double maximumDistance)
maximumDistance - Double, the {maximum_distance} defines the extent for which the accumulative Euclidean distances are calculated. If an accumulative Euclidean distance value exceeds the {maximum_distance}, the output value for the cell location will be NoData. The default distance is to the edge of the output raster.public Object getInValueRaster()
public void setInValueRaster(Object inValueRaster)
inValueRaster - Composite Geodataset, this parameter can be used if other values or zones are used instead of those existing in the input source. This parameter must be used if the source field is floating point. This parameter can also be used if the source raster was created by the Test function, a Boolean operator that will only output the binary values zero and one.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize - Analysis cell size, this will be the value in the environment if it is explicitly set. If it's not set in the environment, and if the in_source_data is a raster, the cell size will default to that of the in_source_data. If the in_source_data is a feature dataset, the cell size will default to the shorter of the width or height of the extent of input features in the input spatial reference, divided by 250.public Object getSourceField()
public void setSourceField(Object sourceField)
sourceField - Field, if the {source_field} is floating point, an {in_value_raster} must be used. By setting the {in_value_raster}, the field set for the {source_field} parameter will be overridden by the value field of the {in_value_raster}.public Object getOutDistanceRaster()
public void setOutDistanceRaster(Object outDistanceRaster)
outDistanceRaster - Raster Dataset, the distance raster identifies, for each cell, the Euclidean distance to the closest source cell, set of source cells, or source location.public Object getOutDirectionRaster()
public void setOutDirectionRaster(Object outDirectionRaster)
outDirectionRaster - Raster Dataset, the direction raster contains the calculated direction, in degrees, each cell center is from the closest source cell center. The range of values is 0 to 360 degrees, with 0 reserved for the source cells. Due east (right) is 90, and the values increase clockwise (180 is south, 270 is west, and 360 is north).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 | ||||||||