Class MapPageOverlay

  • All Implemented Interfaces:
    Streamable

    public class MapPageOverlay
    extends AbstractAFPObject
    The Map Page Overlay structured field maps a Resource Local ID to the name of a Begin Overlay structured field. A Map Page Overlay structured field may contain from one to 254 repeating groups.
    • Field Detail

      • overLays

        private java.util.List overLays
        The collection of overlays (maximum of 254 stored as byte[])
    • Constructor Detail

      • MapPageOverlay

        public MapPageOverlay()
        Constructor for the Map Page Overlay
    • Method Detail

      • getOverlays

        private java.util.List getOverlays()
      • writeToStream

        public void writeToStream​(java.io.OutputStream os)
                           throws java.io.IOException
        DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
        Parameters:
        os - the outputsteam stream
        Throws:
        java.io.IOException - an I/O exception of some sort has occurred.