To create a coordinate sequence via the C API you use this method:
GEOSCoordSeq_create(unsigned int size, unsigned int dims)If you trace through the code though, the dims is never used. Coordinate sequences always have 3 dimensions. I guess there are plans to have different types of coordinate sequences in the future?
In the SWIG bindings, should I hide this parameter since its not used or go ahead and expose it (right now its exposed).
Thanks, Charlie
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ geos-devel mailing list geos-devel@geos.refractions.net http://geos.refractions.net/mailman/listinfo/geos-devel