Class ALspDiscreteLabelingAlgorithmWrapper

java.lang.Object
com.luciad.view.lightspeed.label.algorithm.discrete.ALspDiscreteLabelingAlgorithm
com.luciad.view.lightspeed.label.algorithm.discrete.ALspDiscreteLabelingAlgorithmWrapper
All Implemented Interfaces:
ILcdCloneable, ILspLabelingAlgorithm, Cloneable
Direct Known Subclasses:
TLspDependentLabelsRemovalWrapper

public class ALspDiscreteLabelingAlgorithmWrapper extends ALspDiscreteLabelingAlgorithm

This class can be used to create a labeling algorithm wrapper based on the ALspDiscreteLabelingAlgorithm abstract algorithm.

When using this wrapper, the 'create' methods should be implemented by creating an iterator or evaluator using the delegate algorithm, and returning a wrapped iterator of evaluator.

Since:
2012.0