Class EachObjectIndependently


public class EachObjectIndependently extends CombineObjectsForFeatures<FeatureInputSingleObject>
Selects features and objects directly from the input list, treating each object independently.

This class does not combine objects, but rather processes each object individually.

Author:
Owen Feehan