geo_wkb_get_data

geo/geo.module, line 129

Versions
6
geo_wkb_get_data($wkb = NULL, $format = 'text', $fp = NULL, $type = NULL)

API Function: Format WKB data

Code

<?php
function geo_wkb_get_data($wkb = NULL, $format = 'text', $fp = NULL, $type = NULL) {
  module_load_include('inc', 'geo', 'includes/geo.wkb');
  return _geo_wkb_get_data($wkb, $format, $fp, $type);
}
?>