Return the WKT representation of the given geometry.
(self, geom)
| 208 | self.outdim = dim |
| 209 | |
| 210 | def write(self, geom): |
| 211 | "Return the WKT representation of the given geometry." |
| 212 | return wkt_writer_write(self.ptr, geom.ptr) |
| 213 | |
| 214 | @property |
| 215 | def outdim(self): |
no outgoing calls