# File lib/geo_ruby/simple_features/geometry.rb, line 75 def as_hex_ewkb(allow_srid=true,allow_z=true,allow_m=true) as_ewkb(allow_srid, allow_z, allow_m).unpack('H*').join('').upcase end