Menu

Code-SVN Commit Log


Commit Date  
[r14] by ondrejpolach

I have created robust core of spatial extension. Contains evaluation of expression by exact and/or approximate computation. Support expression witch contains operations +,-,*,/ and sqrt. Support exact computation of sign of expression with dynamic filter for increase of speed.
Exact computation is based on BigDecimal with unlimited context - BigDecimalAdapter,
Approximate computation is based on RealInterval with fast context (type from JInterval library) - RealIntervalAdapter. Simply tested on sign of determinant.

Added basic CGAlgorithms orientation and incircle for 2D and 3D (based on operation +,-, * only). Its implementation based on robust Expression of course. Strategy design pattern is used for algorithms. Simply tested on 2D and 3D coordinates.

Support basic referencing (ISO 19111) from library JScience. Created general 2D and 3D coordinates and crs. Referencsing from JScience supports conversions, crs, cs and coordinates.

Removed class EGCDeterminant because of foundation of Expression.

2012-02-20 21:24:01 Tree
[r13] by ondrejpolach

Progress on EGC.
Expr - precision driven development on Real from JScience - failed.
Real - failed - not exact
Rational - failed - 0/x - inverse problem in LUDecomposition.
BigDecimal - ok, but problem with zero - robust problem possibility. (B(E) = 0E-100 - static).
In next revision will be deleted method for failed solutions,

2012-02-17 21:59:17 Tree
[r12] by ondrejpolach

GeometryFactory class created.
GeometryFactoryTest class initialized.

Added doc directory for javadoc.

Comment for r11: Added Generic and default CRS and Coordinates for 2D and 3D Cartesian place.

2012-02-16 10:46:02 Tree
[r11] by ondrejpolach
2012-02-16 10:28:20 Tree
[r10] by ondrejpolach

Created basic set of API classes.
Implemented algorithm for exact determination of sign of determinant with use of dynamic filter based on interval arithmetic.
Used libraries JScience and JInterval.

2012-02-14 18:33:02 Tree
[r9] by ondrejpolach

Just begin.

2012-02-01 10:21:13 Tree
[r8] by ondrejpolach

Creating and initialization of project completed.
Created KnowledgeTest.java file.

2011-11-21 15:04:50 Tree
[r7] by ondrejpolach

init

2011-11-21 15:01:59 Tree
[r6] by ondrejpolach

Creating .of project db4o.sp

2011-11-21 15:01:27 Tree
[r5] by ondrejpolach

Creating .of project db4o.sp

2011-11-21 15:01:02 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.