MCPcopy
hub / github.com/django/django / write

Method write

django/contrib/gis/geos/prototypes/io.py:210–212  ·  view source on GitHub ↗

Return the WKT representation of the given geometry.

(self, geom)

Source from the content-addressed store, hash-verified

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):

Callers 15

test02_wktwriterMethod · 0.95
test_wkt_writer_trimMethod · 0.95
saveMethod · 0.45
collectMethod · 0.45
logMethod · 0.45
handle_labelMethod · 0.45
handleMethod · 0.45
get_input_dataMethod · 0.45

Calls

no outgoing calls

Tested by 4

test02_wktwriterMethod · 0.76
test_wkt_writer_trimMethod · 0.76