[GRASS-dev] vdigit

Hi all,
How can I use vdigit module(C version) for my custom application built in top of GRASS?
How to link the vdigit library and use its functions?


Rashad

Hi,

2010/9/29 Mohammed Rashad <mohammedrashadkm@gmail.com>:

How can I use vdigit module(C version) for my custom application built in
top of GRASS?
How to link the vdigit library and use its functions?

there is no 'vdigit' library. C module v.digit implements it's own
functions using vector library. Anyway wxGUI digitizer and v.edit uses
vedit library [1] which has been designed for this purpose.

Martin

[1] http://grass.osgeo.org/programming6/Vedit_Library.html

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

Ok. but want to create a new vector map with some points/lines drawn on it.
I dont need the digitizer features for that. the code to put some point on the shape files is coded inside the source. Is this possible. If yes how?

and thanks for previous post:)

On Wed, Sep 29, 2010 at 3:54 PM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2010/9/29 Mohammed Rashad <mohammedrashadkm@gmail.com>:

How can I use vdigit module(C version) for my custom application built in
top of GRASS?
How to link the vdigit library and use its functions?

there is no ‘vdigit’ library. C module v.digit implements it’s own
functions using vector library. Anyway wxGUI digitizer and v.edit uses
vedit library [1] which has been designed for this purpose.

Martin

[1] http://grass.osgeo.org/programming6/Vedit_Library.html


Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa


Rashad