use ewkb;
pub type Point = Point;
pub type LineString = LineString;
pub type Polygon = Polygon;
pub type MultiPoint = MultiPoint;
pub type MultiLineString = MultiLineString;
pub type MultiPolygon = MultiPolygon;
pub type GeometryCollection = GeometryCollection;
pub type Geometry = Geometry;