Package com.luciad.view.lightspeed.label
Interface ILspLabelObstacleProvider
public interface ILspLabelObstacleProvider
Provider of
TLspLabelObstacle objects: locations where labels
should not be placed.- Since:
- 2012.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetLabelObstacles(ILspView aView, List<TLspLabelObstacle> aObstaclesSFCT) Returns a list of obstacles for the given view.
-
Method Details
-
getLabelObstacles
Returns a list of obstacles for the given view.- Parameters:
aView- the view.aObstaclesSFCT- the list in which obstacles should be added.
-