Questions tagged [falconview]

FalconView is a PC based Mapping Application developed by the Georgia Tech Research Institute offering a COM API for integration with other applications.

http://www.falconview.org/trac/FalconView

2 questions
0
votes
1 answer

Which coordinate format is this?

How to split these coordinates to degrees, minutes and seconds? E0732931.00 and N30 2025.20 Is it 73 degrees, 29 mins and 31 seconds. To convert it to decimal degree, i have to 73+39/60+31/3600? N30 2025.20 is 30 degs, 20 minutes, 25…
0
votes
1 answer

Passing 2D Array argument with JACOB

I have a COM method I'm trying to invoke, where there's an argument of type 'object' which must be a 2D double safe array, a collection of lat/long points. How can I create a SafeArray in JACOB to send through the COM interface? I've tried just…
Stealth Rabbi
  • 10,156
  • 22
  • 100
  • 176