getDatumDetails abstract method

List<DatumDetails<D>> getDatumDetails(
  1. SelectionModelType type
)

Returns a list of datum details from selection model of type.

Implementation

List<DatumDetails<D>> getDatumDetails(SelectionModelType type);