Declaration: |
TMetaData.IndexToWorld(dim: TDims; index: integer): double; |
Converts the cell index along the axis specified by the parameter dim into its corresponding world coordinate. The parameter dim can assume the following values: dimX, dimY, dimL and dimT for the x, the y, the layer and the timeslot axis, respectively.
|
Hint: |
In order to directly access the metadata of the currently loaded dataset you can use the pre-declared global variable MData.
|
|