Class PathHierarchyImageServer

All Implemented Interfaces:
AutoCloseable, GeneratingImageServer<BufferedImage>, ImageServer<BufferedImage>

public class PathHierarchyImageServer extends AbstractTileableImageServer implements GeneratingImageServer<BufferedImage>
A special ImageServer implementation that doesn't have a backing image, but rather constructs tiles on request from a PathObjectHierarchy and its detection objects.
Author:
Pete Bankhead