Opened 15 years ago
Last modified 14 years ago
#623 new defect
KingOra Fails to Read Some Points in Mixed Geom Table
Reported by: | crispinatime | Owned by: | haris |
---|---|---|---|
Priority: | major | Milestone: | 3.5.0 |
Component: | KingOracle Provider | Version: | 3.4.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Hi, It seems that when reading a table of mixed geometries when a point (optimised point) is encountered after about 10 occurrences (mixed in with other data) the byte array returned becomes invalid - ie = [10001000] -- missing the actual coordinate info. This caused things like .Position to fail with an exception after it is converted using CreateGeometryFromFgf().
When deleting all rows from a table apart from a known failure the reading worked so I assume this is a cumulative issue and not a data issue.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|
comment:3 by , 14 years ago
Component: | FDO API → KingOracle Provider |
---|
Note:
See TracTickets
for help on using tickets.
Further information - this only occurs when the table contains mixed geometry and the linear geometry contains arcs. Converting the arcs to straight-line segments and the table all reads fine -- memory issue?