|
shapereader
Read ESRI shapefiles
|
MultiPointM. More...
#include <shp-multipointm.h>
Public Member Functions | |
| void | shp_multipointm_pointm (const shp_multipointm_t *multipointm, size_t point_num, shp_pointm_t *pointm) |
| Get a PointM. | |
A MultiPointM is a set of points with one measure per point, for example a temperature.
| void shp_multipointm_pointm | ( | const shp_multipointm_t * | multipointm, |
| size_t | point_num, | ||
| shp_pointm_t * | pointm | ||
| ) |
Gets a PointM and a measure from a MultiPointM.
Example
| multipointm | a shp_multipointm_t structure. | |
| point_num | a zero-based point number. | |
| [out] | pointm | a shp_pointm_t structure. |