Band [1] |
Specifies the band index. |
Band Name |
Displays the name of the band. Click the button to edit the
band name. |
Band Type |
The source of the raster band values. Band types can be of the following types:
- Concrete - Band data is stored in the raster dataset.
- Component - Band data is an acquired component of another concrete band.
- TableField - Band data is acquired from a classification table field.
- TableFieldComponent - Band data is an acquired component of another band acquired from a classification table field.
|
MapInfo Units |
Defines the MapInfo units. For example, miles, meters, chains, nautical miles,
degree, arc minute, etc. To change the unit, click the button and select the
desired unit from the drop-down list. |
Band Data Type |
Specifies the data type of the band. For example, RealSingle, RealDouble, NullData, etc. |
Store Data Type |
Denotes the data type of the bands when stored inside the raster. |
Decimal Restricted |
Denotes whether decimal is to be removed. Yes if TRUE. |
Decimal Precision |
Denotes the precision of digits after the decimal. |
Discrete Value |
Denotes whether the value of a cell represents the average value of the measured quantity over the cell region. |
Transform Required |
Denotes whether band data needs to be transformed. TRUE when Band Data Type and Store Data Type are different. |
Offset |
Specifies the raster offset value. |
Scale |
Scale value of the input raster. |
Clipped |
Denotes whether to display the minimum and maximum cell values to define the clip limits. Yes if TRUE. |
Clip Min |
The minimum clip value of the raster. |
Clip Max |
The maximum clip value of the raster. |
Null Value Type |
Specifies the method to write null values to a raster. Null value types supported are:
- None
- NumericCompare
- StringCompare
- Mask
- FixedMethod
- FixedValue
|
Null Value |
The value of null cells written depending on the type of null value type used. For example, NumericCompare type will write null values of type numeric, for example, 0 or 999,999. StringCompare type will write null values of type string, for example, NULL. |