MapWinGIS:GridDataType
From MapWindow GIS
The grid data type enumerations are used to indicate the type of data stored in the grid.
Values
| Name | Summary |
|---|---|
| InvalidDataType | This specifies that the values stored in the grid are an invalid data type values. Use this as the grid's data type when you know the data is not of any other type listed below. |
| ShortDataType | This specifies that the values stored in the grid are Short data type values. |
| LongDataType | This specifies that the values stored in the grid are Long data type values. |
| FloatDataType | This specifies that the values stored in the grid are Float data type values. |
| DoubleDataType | This specifies that the values stored in the grid are Double data type values. |
| UnknownDataType | This specifies that the values stored in the grid are Unknown data type values. Use this as the grid's data type when you are unsure of the type of data stored in the grid. |
















