public interface ILinkSubdivisionService
ILinkService into sub-segments.| Modifier and Type | Method and Description | 
|---|---|
Evaluator<List<Double>> | 
getLinkSubdivisionEvaluator(EvaluatorGroup group,
                           IServiceProvider serviceProvider)
Gets an evaluator that, given a time,
    produces a list of distances along the link from the transmitter to the receiver
    which will define the sub-segments of the overall link. 
 | 
@Nonnull Evaluator<List<Double>> getLinkSubdivisionEvaluator(@Nonnull EvaluatorGroup group, @Nonnull IServiceProvider serviceProvider)
group - The group with which to associate the new evaluator.  By grouping evaluators
    that are often evaluated at the same Julian dates, common computations can be performed only once
    for the entire group instead of multiple times for each evaluator.serviceProvider - The link to subdivide. This service provider must provide ILinkService.