Commit | Date | |
---|---|---|
[r32]
by
ondrejpolach
Removed unused imports. May be last commit at all. Because of master thesis is finishing. Not implemented: |
2012-05-04 20:05:55 | Tree |
[r31]
by
ondrejpolach
Implemented Doubly connected edge list (DCEL) structure for overlay and relate. Removed planesweep algorithm and its files. Many other modification because of debugging of DCEL. |
2012-05-04 10:09:48 | Tree |
2012-04-22 11:05:33 | Tree | |
[r29]
by
ondrejpolach
Implementation of persistence for geometry's types. |
2012-04-17 13:28:46 | Tree |
[r28]
by
ondrejpolach
Modified update strategy for points. |
2012-04-13 09:44:14 | Tree |
[r27]
by
ondrejpolach
Implementation of API using Standard. Contains large majority of methods for each type. Some specification was customized for Java (generic types). Designed and implemented way of changes of geometries. Because of this, some methods were added, witch is not in standard. For example, in ST_LineString are methods addAllPoints, AddPoint, RemovePoint witch should be used for change of line. Method getPoints return unmodifiable list of points, where operation as add, remove are not allowed. Each geometry can contains parent which is notified about change to check feasibility of change (validity). List of operations witch is not implemented (* will be implemented as soon as possible): Deep tested from API: Some other changes... |
2012-04-11 21:27:39 | Tree |
2012-04-02 21:11:30 | Tree | |
[r25]
by
ondrejpolach
api package splited to api and api.geometry. |
2012-04-02 21:00:20 | Tree |
[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 |