Interface ILspLabelObstacleProvider


public interface ILspLabelObstacleProvider
Provider of TLspLabelObstacle objects: locations where labels should not be placed.
Since:
2012.0
  • Method Details

    • getLabelObstacles

      void getLabelObstacles(ILspView aView, List<TLspLabelObstacle> aObstaclesSFCT)
      Returns a list of obstacles for the given view.
      Parameters:
      aView - the view.
      aObstaclesSFCT - the list in which obstacles should be added.