| 898 | } |
| 899 | |
| 900 | int pointObj_project(pointObj *self, projectionObj *in, projectionObj *out) { |
| 901 | return msProjectPoint(in, out, self); |
| 902 | } |
| 903 | |
| 904 | int pointObj_draw(pointObj *self, mapObj *map, layerObj *layer, |
| 905 | imageObj *img, int class_index, char *label_string) { |