ESRI.ArcGIS.CoverageTools
FindConflicts Constructor(Object,Object,Double)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CoverageTools Namespace > FindConflicts Class > FindConflicts Constructor : FindConflicts Constructor(Object,Object,Double)




in_cover
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. (In, Required)
out_cover
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 <out_cover> name must be different from the <in_cover> name. (Out, Required)
conflict_distance
Sets the conflict distance in coverage units. Buildings within this distance are considered in spatial conflict. The distance must be greater than 0. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal out_cover As Object, _
   ByVal conflict_distance As Double _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_cover As Object
Dim conflict_distance As Double
 
Dim instance As FindConflicts(in_cover, out_cover, conflict_distance)
C# 
public FindConflicts( 
   object in_cover,
   object out_cover,
   double conflict_distance
)

Parameters

in_cover
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. (In, Required)
out_cover
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 <out_cover> name must be different from the <in_cover> name. (Out, Required)
conflict_distance
Sets the conflict distance in coverage units. Buildings within this distance are considered in spatial conflict. The distance must be greater than 0. (In, Required)

See Also

© 2010 All Rights Reserved.