public WktWriter(IShapeConverter shapeConverter) { _shapeConverter = shapeConverter; _settings = new WktWriterSettings(); }