Class CreateOverviewMapProcessor.Output

  • Enclosing class:
    CreateOverviewMapProcessor

    public static final class CreateOverviewMapProcessor.Output
    extends java.lang.Object
    Output for the processor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.net.URI> layerGraphics
      The paths to a graphic for each layer.
      java.lang.String overviewMapSubReport
      The path to the compiled sub-report for the overview map.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • layerGraphics

        public final java.util.List<java.net.URI> layerGraphics
        The paths to a graphic for each layer.
      • overviewMapSubReport

        public final java.lang.String overviewMapSubReport
        The path to the compiled sub-report for the overview map.