| 61 | |
| 62 | |
| 63 | Geometry::Geometry(const std::string& wkt_or_json, SpatialReference ref) |
| 64 | { |
| 65 | update(wkt_or_json); |
| 66 | if (ref.valid()) |
| 67 | setSpatialReference(ref); |
| 68 | } |
| 69 | |
| 70 | |
| 71 | Geometry::Geometry(const Geometry& input) |
nothing calls this directly
no test coverage detected