Class MapImageObject

  • All Implemented Interfaces:
    Streamable

    public class MapImageObject
    extends AbstractTripletStructuredObject
    The Map Image Object (MIO) structured field specifies how an image data object is mapped into its object area.
    • Constructor Detail

      • MapImageObject

        public MapImageObject​(byte mappingOption)
        Constructor for the Map Image Object.
        Parameters:
        mappingOption - the mapping option (see MappingOptionTriplet.*)
    • Method Detail

      • 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
        Specified by:
        writeToStream in interface Streamable
        Overrides:
        writeToStream in class AbstractStructuredObject
        Parameters:
        os - the outputsteam stream
        Throws:
        java.io.IOException - an I/O exception of some sort has occurred.