Skip to content

darkserj/wkb_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

wkb_wrapper

Operation on data in WKB format

Example

char *data = ....
ml::wkb shape(data);
std::cout << ml::wkb::type_to_text(shape.type()) << std::endl;
std::cout << shape.bounds() << std::endl;

About

Operation on data in WKB fjrmat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages