|
|||||||||
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.FindConflicts
public class FindConflicts
Finds where simplified buildings overlap or are too close to each other, based on a specified distance. The Find Conflicts tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
FindConflicts()
Creates the Find Conflicts tool with defaults. |
|
FindConflicts(Object inCover,
Object outCover,
double conflictDistance)
Creates the Find Conflicts tool with the required parameters. |
Method Summary | |
---|---|
double |
getConflictDistance()
Returns the Conflict Distance parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage 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 |
setConflictDistance(double conflictDistance)
Sets the Conflict Distance parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage 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 FindConflicts()
Initializes the array of tool parameters with the default values specified when the tool was created.
public FindConflicts(Object inCover, Object outCover, double conflictDistance)
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 input coverage containing buildings as regions, with the subclass BLDGSIM and the item BDS-GROUP, obtained by the Simplify Building tool followed by the Clean tool with the POLY option.outCover
- the output coverage containing overlapping region buffers, with a subclass BUF, that show spatial conflicts among buildings. This coverage will only be created when conflicts are found. The conflictDistance
- sets the conflict distance in coverage units. Buildings within this distance are considered in spatial conflict. The distance must be greater than 0.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the input coverage containing buildings as regions, with the subclass BLDGSIM and the item BDS-GROUP, obtained by the Simplify Building tool followed by the Clean tool with the POLY option.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the output coverage containing overlapping region buffers, with a subclass BUF, that show spatial conflicts among buildings. This coverage will only be created when conflicts are found. The public double getConflictDistance()
public void setConflictDistance(double conflictDistance)
conflictDistance
- sets the conflict distance in coverage units. Buildings within this distance are considered in spatial conflict. The distance must be greater than 0.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 |