MCPcopy
hub / github.com/django/django / json

Method json

django/contrib/gis/gdal/geometries.py:392–396  ·  view source on GitHub ↗

Return the GeoJSON representation of this Geometry.

(self)

Source from the content-addressed store, hash-verified

390
391 @property
392 def json(self):
393 """
394 Return the GeoJSON representation of this Geometry.
395 """
396 return capi.to_json(self.ptr)
397
398 geojson = json
399

Callers 15

get_api_responseFunction · 0.45
test_jsonMethod · 0.45
test_json_charsetMethod · 0.45
_test_base64_uploadMethod · 0.45
test_blank_filenamesMethod · 0.45
test_file_contentMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_jsonMethod · 0.36
test_json_charsetMethod · 0.36
_test_base64_uploadMethod · 0.36
test_blank_filenamesMethod · 0.36
test_file_contentMethod · 0.36