Interface ISelectionCandidateCallback


public interface ISelectionCandidateCallback
This callback needs to be called to let ISelectionCandidateChooser know which (subset of) features should be selected.
See Also:
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    handleFeatures(List<@NotNull LayerFeatureId> layerFeatureIds)
    This method is called to notify which subset of features should be selected.
  • Method Details Link icon

    • handleFeatures Link icon

      void handleFeatures(@NotNull List<@NotNull LayerFeatureId> layerFeatureIds)
      This method is called to notify which subset of features should be selected.
      Parameters:
      layerFeatureIds - the subset of features that should be selected.