Class CreateMapProcessor.Output

  • Enclosing class:
    CreateMapProcessor

    public static final class CreateMapProcessor.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.
      MapfishMapContext mapContext
      The map parameters used after zooming and all other calculations that are made.
      java.lang.String mapSubReport
      The path to the compiled sub-report for the 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.
      • mapSubReport

        public final java.lang.String mapSubReport
        The path to the compiled sub-report for the map.
      • mapContext

        public final MapfishMapContext mapContext
        The map parameters used after zooming and all other calculations that are made.