wkb2wkt [-dh] [-o output_filename ] [ file ]
wkt2wkb [-bdhx] [-o output_filename ] [ file ]
-o output_file | will cause the output to be written to output_file. If the -o option is not used, the output will be written to the standard output. |
-h | will cause usage information to be printed. |
-d | will cause the byteorder and geometry type portions of the WKB format to be reported interspersed in the WKT format (this means that the output will NOT be valid WKT format). |
-b | will cause the output format to be the WKB representation. |
-d | will cause the output format to be the verbose textual representation. |
-x | will cause the output format to be the hexidecimal version of the WKB representation. In this version, each digit represents 4 bits of the WKB version (i.e, each byte is represented by two hexidecimal digits). |
file | A path name of a file to be manipulated. If file is not specified, the standard input will be used. |