Martin JANDA

Results 6 issues of Martin JANDA

IPolyline should extends IConstraint. Another possiblity is to completely remove IPolyline because all methods can be member of IConstraint.

I want to investigate possibility to introduce custom storage format for Vertex lists. My idea is to have Vertex storage that will be accessed by integer index. It will have...

I want to investigate possibility of custom storage format for QuadEdge. Creating TIN takes some time and loading can take less time. No action is required. I will try to...

FacetSequenceTreeBuilder for odd CoordinateSequences produces last FacetSequence with size=1. And last Coordinate is duplicated in previous FacetSequence (that is extended). I think there was intention to avoid having one point...

LodGenerator can be improved by using PriorityQueue instead of ArrayList and sorting. Following code is without logging. So cannot be used without modification. computeLods - uses PriorityQueue. Add/Remove are log...

enhancement
Contribution welcome

There is recid leak in BTreeMap.remove for values outside node. BTreeMap.remove uses removeOrReplace with NULL new value. Implementation calls store/engine.update(, null, ...) instead of store/engine.delete(); This issue is in 2.x...

bug
3.0