Uses of Class
com.luciad.view.labeling.algorithm.TLcdCollectedLabeledObjectInfo
Packages that use TLcdCollectedLabeledObjectInfo
Package
Description
This package contains the core classes that can be used to create labeling algorithms.
-
Uses of TLcdCollectedLabeledObjectInfo in com.luciad.view.labeling.algorithm
Methods in com.luciad.view.labeling.algorithm that return TLcdCollectedLabeledObjectInfoModifier and TypeMethodDescriptionTLcdCollectedLabelInfo.getLabeledObject()
Returns the labeled object info object of this label.TLcdCollectedLabelInfoList.getLabeledObject
(ILcdLayer aLayer, Object aObject) Returns aTLcdCollectedLabeledObjectInfo
for the given (ILcdLayer, Object) pair, ornull
if noTLcdCollectedLabeledObjectInfo
could be found.Methods in com.luciad.view.labeling.algorithm that return types with arguments of type TLcdCollectedLabeledObjectInfoModifier and TypeMethodDescriptionTLcdCollectedLabelInfoList.getLabeledObjects()
Returns a list ofTLcdCollectedLabeledObjectInfo
objects.Constructors in com.luciad.view.labeling.algorithm with parameters of type TLcdCollectedLabeledObjectInfoModifierConstructorDescriptionTLcdCollectedLabelInfo
(TLcdCollectedLabeledObjectInfo aLabeledObject, int aLabelIndex, int aSubLabelIndex) Creates a new label info object for the given Object, label index and sublabel index.