Commit | Date | |
---|---|---|
[r24]
by
ondrejpolach
Implemented API of ISO for polygons. |
2012-04-01 11:18:32 | Tree |
[r23]
by
ondrejpolach
Many many changes. So step by step: * NoderImpl tested on basic examples. Simple edge set intersector also on special cases and rounder on basic examples. * Implemented ISO ST_Point, ST_LineString and tested with GeometryGraph (creation using GeometryGraphFactory and noding using above noder). * Other next modifications. |
2012-03-30 13:03:10 | Tree |
[r22]
by
ondrejpolach
Moved GeometryFactory(Impl) and CoordinatesFactory(Impl). |
2012-03-19 22:09:06 | Tree |
[r21]
by
ondrejpolach
Refactoring: GeometryFactory(Impl) and CoordinatesFactory(Generic2D) moved. |
2012-03-14 13:17:58 | Tree |
[r20]
by
ondrejpolach
Added isInside test to CGAlgorithms. Implemented in 2D robustly and tested. |
2012-03-14 10:35:42 | Tree |
[r19]
by
ondrejpolach
CIMPattern factory changed from class with static creator method to classic class with public method. |
2012-03-12 20:33:23 | Tree |
[r18]
by
ondrejpolach
Created packages for overlay and relate operations. In overlay implemented api for intersection, union, difference and symmetric difference. In relate implemented Clementini intersection matrix (DE-9IM) and api for its computation. Wrote test for CIMPatternFactory only. To ST_Geometry added overlay operations and relate operations. |
2012-03-07 19:30:54 | Tree |
[r17]
by
ondrejpolach
Deleted expression evaluator. Deleted 3D algorithms - next development focused on 2D (with strategies for extensions to 3D). Created robust kernel - sign of determinant (EGC with dynamic filter). Created robust CG algorithms - orientation and isOnLine predicates. Created robust line intersector - predicate is robust, intersection point computation based on homogeneous coordinates - approximately, but robustly (BigDecimal type with round off to double). Created geometry and coordinate factories with interfaces. Test cases (created and successfully passed): |
2012-03-03 21:57:42 | Tree |
[r16]
by
ondrejpolach
Created Expression evaluator. |
2012-02-22 12:11:58 | Tree |
[r15]
by
ondrejpolach
Created interface for line intersector strategy. |
2012-02-21 23:40:08 | Tree |