Class GeoRuby::SimpleFeatures::HexEWKBParser
In: lib/geo_ruby/simple_features/ewkb_parser.rb
Parent: EWKBParser

Parses HexEWKB strings. In reality, it just transforms the HexEWKB string into the equivalent EWKB string and lets the EWKBParser do the actual parsing.

Methods

decode_hex   new   parse  

Public Class methods

Public Instance methods

transforms a HexEWKB string into an EWKB string

parses an HexEWKB string

[Validate]