| 1210 | |
| 1211 | |
| 1212 | int Gis_point::area(double *ar, const char **end) const |
| 1213 | { |
| 1214 | *ar= 0; |
| 1215 | *end= m_data+ POINT_DATA_SIZE; |
| 1216 | return 0; |
| 1217 | } |
| 1218 | |
| 1219 | |
| 1220 | int Gis_point::geom_length(double *len, const char **end) const |
no test coverage detected