Changes between Initial Version and Version 1 of GSoC/CAPI_PrecisionModel


Ignore:
Timestamp:
Mar 6, 2014, 11:12:41 AM (10 years ago)
Author:
varunsaraf14
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/CAPI_PrecisionModel

    v1 v1  
     1= To expose PrecisionModel through C-API =
     2
     3 * Create a function GEOSPrecisionModel in geos_c.cpp which calls GEOSPrecisionModel_r in geos_ts_c.cpp to make it thread safe.
     4 * GEOSPrecisionModel_r creates a new precision model with arguments (double newScale, double newOffsetX, double newOffsetY) with fixed precision(the arguments that need to be passed are to be finalized).
     5 * Create a new geometry factory by passing this precision model to it.
     6 * Create a function GEOSContext_setPrecisionModel which sets the geometry factory and precision model to be used in that context.
     7 * Write test cases.
     8