Home > Software engineering >  VB development
VB development

Time:10-08

VB how to use the API interface to the use of geographic information system (GIS), hope you to teach,

CodePudding user response:

That have to see if you are using the gis system is give developers interface, have the interface, development documents suggest reading it,,,,
If nothing, try cutting out the core of it, into their own interface,,, such as Google earth rendering window setparent into his window,,

CodePudding user response:

Don't be A language code is modified to B language code busywork,
Also don't use A language code to directly invoke B language code base, this complicated things so easy to get wrong,
Just make A, B language code of input and output is redirected to A text file, or modify A, B language code let it through text file input and output,
Can easily make A, B coordination between the two languages,
For example:
A will request data written to A file a.t xt, renamed after finish aa. TXT
B find aa. TXT, read its contents, call the corresponding function, and writes the results file b.t xt, after finish delete aa. TXT, changed its name to bb. TXT
Found A bb. TXT, read the content, after finish delete bb. TXT
Above can be replaced by any kind of A language or development environment, B can be replaced by any kind of with the development of A different language or development environment,
Unless A or B does not support to determine whether A file exists, file read and write and file name,
But who can name does not support to determine whether a file exists, file read and write and file name for the development of language or development environment?
  •  Tags:  
  • API
  • Related