ArcGIS-Pro and M-Values: Detect M-value by high-bit #16
benediktrothe
started this conversation in
General
Replies: 1 comment
-
Discussion is obsolete - made a pull-request instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
GeometryReader.java
I'm using ArcGIS-Pro to generate Geopackage-files and want to read these files with Java.
In the case "MultiLineStringM" this does not work and I get an error message.
"Unsupported Geometry code for type retrieval: 1073741826"
I fixed this issue in mil.nga.sf.wkb.GeometryReader.java by detecting the second-highest bit (0x40000000).
The implementation is similar to the detection for the Z-Values.
Unfortunately I have technical problems with pushing to github.
Therefore I add the patched file to this discussion as an attachment.
Maybe someone want's to adopt in into the code.
Regards
Benedikt
Beta Was this translation helpful? Give feedback.
All reactions