hex
Returns a string representation of this geometry in HEX WKB format:
>>> OGRGeometry('POINT(1 2)').hex '0101000000000000000000F03F0000000000000040'
hex
Returns a string representation of this geometry in HEX WKB format:
>>> OGRGeometry('POINT(1 2)').hex '0101000000000000000000F03F0000000000000040'
Please login to continue.