|
|||||||||
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.coveragetools.AggregatePolygons
public class AggregatePolygons
Combines disjoint and adjacent polygons into new area features based on a distance. The Aggregate Polygons tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
AggregatePolygons()
Creates the Aggregate Polygons tool with defaults. |
|
AggregatePolygons(Object inCover,
Object outCover,
double cellSize,
double distance)
Creates the Aggregate Polygons tool with the required parameters. |
Method Summary | |
---|---|
double |
getCellSize()
Returns the Cell Size parameter of this tool . |
double |
getDistance()
Returns the Aggregation Distance parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
String |
getOrthogonalOption()
Returns the Preserve orthogonal shape parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool . |
Object |
getOutInfoTable()
Returns the Output Info Table 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 |
setCellSize(double cellSize)
Sets the Cell Size parameter of this tool . |
void |
setDistance(double distance)
Sets the Aggregation Distance parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setOrthogonalOption(String orthogonalOption)
Sets the Preserve orthogonal shape parameter of this tool . |
void |
setOutCover(Object outCover)
Sets the Output Coverage 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 AggregatePolygons()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AggregatePolygons(Object inCover, Object outCover, double cellSize, double distance)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the coverage containing polygons to be aggregated.outCover
- the output coverage containing aggregated features as preliminary regions with a subclass AREAAGG. The output coverage name must be different from the input coverage name.cellSize
- sets cell size in coverage units for grid conversion. Cell size must be greater than 0.distance
- sets the aggregation distance in coverage units. A distance must be equal to or greater than the cell size.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage containing polygons to be aggregated.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the output coverage containing aggregated features as preliminary regions with a subclass AREAAGG. The output coverage name must be different from the input coverage name.public double getCellSize()
public void setCellSize(double cellSize)
cellSize
- sets cell size in coverage units for grid conversion. Cell size must be greater than 0.public double getDistance()
public void setDistance(double distance)
distance
- sets the aggregation distance in coverage units. A distance must be equal to or greater than the cell size.public String getOrthogonalOption()
public void setOrthogonalOption(String orthogonalOption)
orthogonalOption
- specifies the characteristic of the input features that will be preserved when constructing the aggregated boundaries.public Object getOutInfoTable()
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 |