Represents the metadata associated with the native grass binary map.
Supported metadata entries are for now:
- those to create the region information:
- {@linkplain GrassBinaryImageMetadata#north north}
- {@linkplain GrassBinaryImageMetadata#south south}
- {@linkplain GrassBinaryImageMetadata#east east}
- {@linkplain GrassBinaryImageMetadata#west west}
- {@linkplain GrassBinaryImageMetadata#nRows rows}
- {@linkplain GrassBinaryImageMetadata#nCols cols}
- {@linkplain GrassBinaryImageMetadata#xRes x resolution}
- {@linkplain GrassBinaryImageMetadata#yRes y resolution}
- those to create the color table information:
- {@linkplain GrassBinaryImageMetadata#colorRulesString the color rules}
- those to create the categories information:
- {@linkplain GrassBinaryImageMetadata#categoriesString the categories}
- the {@linkplain GrassBinaryImageMetadata#noData novalue}
@author Andrea Antonello (www.hydrologis.com)
@since 3.0
@see {@link JGrassRegion}
@see {@link JGrassMapEnvironment}
@source $URL$