ToJSON converts the DGeometry to JSON.
(maxDecimalDigits int)
| 3536 | |
| 3537 | // ToJSON converts the DGeometry to JSON. |
| 3538 | func (d *DGeometry) ToJSON(maxDecimalDigits int) (json.JSON, error) { |
| 3539 | return spatialObjectToJSON(d.Geometry.SpatialObject(), maxDecimalDigits) |
| 3540 | } |
| 3541 | |
| 3542 | type DPGLSN struct { |
| 3543 | lsn.LSN |
no test coverage detected