Class GrassBinaryImageMetadata


  • public final class GrassBinaryImageMetadata
    extends IIOMetadata
    Represents the metadata associated with the native grass binary map.

    Supported metadata entries are for now:

    1. those to create the region information:
      • north
      • south
      • east
      • west
      • rows
      • cols
      • x resolution
      • y resolution
    2. those to create the color table information:
      • the color rules
    3. those to create the categories information:
      • the categories
    4. the novalue
    Since:
    3.0
    Author:
    Andrea Antonello (www.hydrologis.com)