retrieveLabels abstract method

Future<JobResult> retrieveLabels(
  1. Job job
)

For mapfiles we can either render everything into the images or render just the basic map and rotate the captions while rotating the map. If supported this method returns the captions to draw each time (maybe rotated)

Implementation

Future<JobResult> retrieveLabels(Job job);