Dear developers,
It seems to be normal, that a Coordinate can contain an Ordinate double.NaN as defined in
NetTopologySuite.Geometries.Coordinate.NullOrdinate
public const double NullOrdinate = NaN
https://nettopologysuite.github.io/NetTopologySuite/api/NetTopologySuite.Geometries.Coordinate.html
A point that contains such a Coordinate can be stored to a database as a blob unsing GaiaGeoWriter.Write(Geometry geom)
However when using GaiaGeoReader.Read to get back the Geometry from the blob value (when reading from database),
an exception is thrown at this location:
Evenlope.Init

Further down in the call stack, we see that an Envelope is created but not used in GaiaGeoReader.Read:

Would it be possible that this is removed and a new version of the nuget-Package can be provided ?
Thank you very much, best regards,
Ulrich Egger
Dear developers,
It seems to be normal, that a Coordinate can contain an Ordinate double.NaN as defined in
NetTopologySuite.Geometries.Coordinate.NullOrdinate
public const double NullOrdinate = NaN
https://nettopologysuite.github.io/NetTopologySuite/api/NetTopologySuite.Geometries.Coordinate.html
A point that contains such a Coordinate can be stored to a database as a blob unsing GaiaGeoWriter.Write(Geometry geom)
However when using GaiaGeoReader.Read to get back the Geometry from the blob value (when reading from database),
an exception is thrown at this location:
Evenlope.Init
Further down in the call stack, we see that an Envelope is created but not used in GaiaGeoReader.Read:
Would it be possible that this is removed and a new version of the nuget-Package can be provided ?
Thank you very much, best regards,
Ulrich Egger