// Copyright (c) Pirmin Kalberer. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
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;