File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,10 +277,10 @@ Here is a list of all exceptions:
277
277
- `CoordinateSystemException` is thrown when mixing objects with different SRID or dimensionality (e.g. XY with XYZ)
278
278
- `EmptyGeometryException` is thrown when trying to access a non-existent property on an empty geometry
279
279
- `GeometryEngineException` is thrown when a functionality is not supported by the current geometry engine
280
- - `GeometryIoException` is thrown when an error occurs while reading or writing (E)WKB/T data
280
+ - `GeometryIoException` is thrown when an error occurs while reading or writing (E)WKB/T or GeoJSON data
281
281
- `InvalidGeometryException` is thrown when creating an invalid geometry, such as a `LineString` with only one `Point`
282
282
- `NoSuchGeometryException` is thrown when attempting to get a geometry at a non-existing index in a collection
283
- - `UnexpectedGeometryException` is thrown when a geometry is not an instance of the expected sub-type , for example when
283
+ - `UnexpectedGeometryException` is thrown when a geometry is not an instance of the expected subtype , for example when
284
284
calling `Point::fromText()` with a `LineString` WKT.
285
285
286
286
GeometryEngine methods reference
You can’t perform that action at this time.
0 commit comments