Set the distance between neighbouring pixels in a map in the x- and y-axes, measured in metres.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_SetHorizScale(ZMAP hMap, float scale);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A handle to a map, the horizontal scale of which is to be set. |
| scale | float | The desired horizontal scaling, in metres. |
False if an error occurred, and true otherwise.
None.