geos
geos copied to clipboard
Switch GGeom to a trait and make sub-types (such as point, linestring, etc...)
trafficstars
That would allow to prevent unnecessary runtime checks on some methods. The GGeom trait would contain all the common methods.