|
Getting started.
Two feature layers must be loaded into ArcMap in order to use this
tool. If the user wishes to use the "Use selected features only" option,
the features in the entity layer must be selected before starting this tool.
Output.
The tool produces a comma delimited textfile as output, with three peices of
output per line:
1. the unique ID of feature from entity layer
2. the count ("LCOUNT") of the number of features in the enumeration layer that are intersected
by the current entity feature
3. a comma delimited list of the values of the enumeration features (using a user
defined field)
Thus there are a variable number of values in each output line. I.e. if the number
of features intersected is zero, then the output line might look like this:
3058,0
but if the number of features intersected is 3, the output line might look like this:
3059,3,682,876,960
Any type of field (string, double, integer) can be specified for the unique ID field
of the entity layer, and the field that is reported for the enumeration layer.
|