Changes between Version 23 and Version 24 of CAPIovr


Ignore:
Timestamp:
Mar 2, 2023, 8:01:54 PM (17 months ago)
Author:
darkblueb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CAPIovr

    v23 v24  
    8484  305 | GEOSCoordSeq_copyToBuffer            | "coordseq"=>"1"                                                    | GEOSCoordSeq_copyToBuffer( const GEOSCoordSequence* s,double* buf,int hasZ,int hasM)
    8585  116 | GEOSCoordSeq_destroy                 | "coordseq"=>"1"                                                    | GEOSCoordSeq_destroy(CoordinateSequence* s)
    86   123 | GEOSCoordSeq_getDimensions           | "coordseq"=>"1"                                                    | GEOSCoordSeq_getDimensions(const CoordinateSequence* s, unsigned int* dims)
    87    63 | GEOSCoordSeq_getOrdinate             | "coordseq"=>"1"                                                    | GEOSCoordSeq_getOrdinate(const CoordinateSequence* s, unsigned int idx, unsigned int dim, double* val)
    88    39 | GEOSCoordSeq_getSize                 | "coordseq"=>"1"                                                    | GEOSCoordSeq_getSize(const CoordinateSequence* s, unsigned int* size)
    89   104 | GEOSCoordSeq_getX                    | "coordseq"=>"1"                                                    | GEOSCoordSeq_getXYZ(const CoordinateSequence* s, unsigned int idx, double* x, double* y, double* z)
    90     7 | GEOSCoordSeq_getXY                   | "coordseq"=>"1"                                                    | GEOSCoordSeq_getXYZ(const CoordinateSequence* s, unsigned int idx, double* x, double* y, double* z)
    91   192 | GEOSCoordSeq_getXYZ                  | "coordseq"=>"1"                                                    | GEOSCoordSeq_getXYZ(const CoordinateSequence* s, unsigned int idx, double* x, double* y, double* z)
    92   105 | GEOSCoordSeq_getY                    | "coordseq"=>"1"                                                    | GEOSCoordSeq_getY(const CoordinateSequence* s, unsigned int idx, double* val)
    93   106 | GEOSCoordSeq_getZ                    | "coordseq"=>"1"                                                    | GEOSCoordSeq_getZ(const CoordinateSequence* s, unsigned int idx, double* val)
    94    60 | GEOSCoordSeq_isCCW                   | "coordseq"=>"1"                                                    | GEOSCoordSeq_isCCW(const CoordinateSequence* s, char* is_ccw)
    9586  100 | GEOSCoordSeq_setOrdinate             | "coordseq"=>"1"                                                    | GEOSCoordSeq_setOrdinate(CoordinateSequence* s, unsigned int idx, unsigned int dim, double val)
    9687  174 | GEOSCoordSeq_setX                    | "coordseq"=>"1"                                                    | GEOSCoordSeq_setXYZ(CoordinateSequence* s, unsigned int idx, double x, double y, double z)
     
    9990   86 | GEOSCoordSeq_setY                    | "coordseq"=>"1"                                                    | GEOSCoordSeq_setY(CoordinateSequence* s, unsigned int idx, double val)
    10091   87 | GEOSCoordSeq_setZ                    | "coordseq"=>"1"                                                    | GEOSCoordSeq_setZ(CoordinateSequence* s, unsigned int idx, double val)
    101   107 | GEOSGeom_getCoordSeq                 | "coordseq"=>"1"                                                    | GEOSGeom_getCoordSeq(const Geometry* g)
    10292  128 | GEOSCoordSeq_clone                   | "coordseq"=>"1", "returntype"=>"GEOSCoordSequence"                 | GEOSCoordSeq_clone(const CoordinateSequence* s)
    10393  304 | GEOSCoordSeq_copyFromArrays          | "coordseq"=>"1", "returntype"=>"GEOSCoordSequence"                 | GEOSCoordSeq_copyFromArrays( const double* x,const double* y,const double* z,const double* m,unsigned int size)
    10494  303 | GEOSCoordSeq_copyFromBuffer          | "coordseq"=>"1", "returntype"=>"GEOSCoordSequence"                 | GEOSCoordSeq_copyFromBuffer( const double* buf,unsigned int size,int hasZ,int hasM)
    10595  196 | GEOSCoordSeq_create                  | "coordseq"=>"1", "returntype"=>"GEOSCoordSequence"                 | GEOSCoordSeq_create(unsigned int size, unsigned int dims)
     96  107 | GEOSGeom_getCoordSeq                 | "coordseq"=>"1", "returntype"=>"GEOSCoordSequence"                 | GEOSGeom_getCoordSeq(const Geometry* g)
     97  123 | GEOSCoordSeq_getDimensions           | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getDimensions(const CoordinateSequence* s, unsigned int* dims)
     98   63 | GEOSCoordSeq_getOrdinate             | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getOrdinate(const CoordinateSequence* s, unsigned int idx, unsigned int dim, double* val)
     99   39 | GEOSCoordSeq_getSize                 | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getSize(const CoordinateSequence* s, unsigned int* size)
     100  104 | GEOSCoordSeq_getX                    | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getXYZ(const CoordinateSequence* s, unsigned int idx, double* x, double* y, double* z)
     101    7 | GEOSCoordSeq_getXY                   | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getXYZ(const CoordinateSequence* s, unsigned int idx, double* x, double* y, double* z)
     102  192 | GEOSCoordSeq_getXYZ                  | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getXYZ(const CoordinateSequence* s, unsigned int idx, double* x, double* y, double* z)
     103  105 | GEOSCoordSeq_getY                    | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getY(const CoordinateSequence* s, unsigned int idx, double* val)
     104  106 | GEOSCoordSeq_getZ                    | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_getZ(const CoordinateSequence* s, unsigned int idx, double* val)
     105   60 | GEOSCoordSeq_isCCW                   | "coordseq"=>"1", "returntype"=>"int"                               | GEOSCoordSeq_isCCW(const CoordinateSequence* s, char* is_ccw)
    106106  110 | GEOSGeomFromHEX_buf                  | "deprecated"=>"1"                                                  | GEOSGeomFromHEX_buf(const unsigned char* hex, size_t size)
    107107  169 | GEOSGeomFromWKB_buf                  | "deprecated"=>"1"                                                  | GEOSGeomFromWKB_buf(const unsigned char* wkb, size_t size)
     
    241241(239 rows)
    242242
     243
    243244}}}