GIS Plugin for VS 2005
am 02.04.2008 22:30:23 von RandyDoes anyone know of a good GIS plugin for VS 2005?
Thanks
Does anyone know of a good GIS plugin for VS 2005?
Thanks
What does GIS stand for?
<%= Clinton Gallagher
"Randy"
news:OwmvhBQlIHA.5280@TK2MSFTNGP02.phx.gbl...
> Does anyone know of a good GIS plugin for VS 2005?
>
> Thanks
>
Well, here are two extremes. Others hopefully will chime in with a middle
ground:
1. ArcGIS - Expensive ($2500) but very powerfull. You can either build
extensions to their product in VB (6 or .Net) or C#, or you can build an app
based on their objects. Your customer then must by the product. Big gotch:
their upgrades often break functionality, even going from 9.1 to 9.2 broke
major features.
2. Google Earth - Cheap (Free) but fairly functional mapping and the api
lets you launch and zoom to features. KML is a well documented xml format.
It really depends on how much GIS versus just mapping you need.
"Randy" wrote:
> Does anyone know of a good GIS plugin for VS 2005?
>
> Thanks
>
>
>
clintonG
> What does GIS stand for?
Google for "define: GIS"
(Geographic information system)
--
Jon Skeet -
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Right I knew that already. So now to the real question.
Who has developed a "plugin" the runs as a "system?"
I think the OP wants a control of some type.
"Jon Skeet [C# MVP]"
news:MPG.225f01b1f275f6f0c55@msnews.microsoft.com...
> clintonG
>> What does GIS stand for?
>
> Google for "define: GIS"
>
> (Geographic information system)
>
> --
> Jon Skeet -
> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
> World class .NET training in the UK: http://iterativetraining.co.uk
What do you want to do?
You might use MapPoint (desktop, stand alone -- or webservice), Visual
Earth, Google Earth, Tatsugis, and others.
--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
clintonG
> Right I knew that already. So now to the real question.
> Who has developed a "plugin" the runs as a "system?"
>
> I think the OP wants a control of some type.
Quite possibly - I just don't see what benefit there was in you asking
an extra question in the meantime...
(I don't have an answer for the OP - I found a few CodeProject samples
a while ago, some of which worked after a bit of jiggery-pokery. It
depends which GIS you want to talk to though.)
--
Jon Skeet -
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Sorry for the delay...
A year ago, I found/downloaded/installed and played with a GIS plugin for
VS. It was pretty powerful. You could throw together a GIS app pretty
quickly and build on it. That was on my old dev machine. I can't remember
where I downloaded it from and now I'm needing it again. I just thought
someone would know.
"Jon Skeet [C# MVP]"
news:MPG.225f07b9d8497d1ac57@msnews.microsoft.com...
> clintonG
>> Right I knew that already. So now to the real question.
>> Who has developed a "plugin" the runs as a "system?"
>>
>> I think the OP wants a control of some type.
>
> Quite possibly - I just don't see what benefit there was in you asking
> an extra question in the meantime...
>
> (I don't have an answer for the OP - I found a few CodeProject samples
> a while ago, some of which worked after a bit of jiggery-pokery. It
> depends which GIS you want to talk to though.)
>
> --
> Jon Skeet -
> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
> World class .NET training in the UK: http://iterativetraining.co.uk
Are you referring to a plugin from ESRI who develops GIS(ystems) or
MapWindow perhaps?
"Randy"
news:O3ysVGelIHA.3876@TK2MSFTNGP06.phx.gbl...
> Sorry for the delay...
> A year ago, I found/downloaded/installed and played with a GIS plugin for
> VS. It was pretty powerful. You could throw together a GIS app pretty
> quickly and build on it. That was on my old dev machine. I can't remember
> where I downloaded it from and now I'm needing it again. I just thought
> someone would know.
>
> "Jon Skeet [C# MVP]"
> news:MPG.225f07b9d8497d1ac57@msnews.microsoft.com...
>> clintonG
>>> Right I knew that already. So now to the real question.
>>> Who has developed a "plugin" the runs as a "system?"
>>>
>>> I think the OP wants a control of some type.
>>
>> Quite possibly - I just don't see what benefit there was in you asking
>> an extra question in the meantime...
>>
>> (I don't have an answer for the OP - I found a few CodeProject samples
>> a while ago, some of which worked after a bit of jiggery-pokery. It
>> depends which GIS you want to talk to though.)
>>
>> --
>> Jon Skeet -
>> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
>> World class .NET training in the UK: http://iterativetraining.co.uk
>
>
No, this was 3rd party software. Cowboy answered in the csharp forum with
some good links for what I'm asking about...I'll check it out.
thanks for the reply...
"clintonG"
news:uK3DvWglIHA.2304@TK2MSFTNGP05.phx.gbl...
> Are you referring to a plugin from ESRI who develops GIS(ystems) or
> MapWindow perhaps?
>
>
> "Randy"
> news:O3ysVGelIHA.3876@TK2MSFTNGP06.phx.gbl...
>> Sorry for the delay...
>> A year ago, I found/downloaded/installed and played with a GIS plugin for
>> VS. It was pretty powerful. You could throw together a GIS app pretty
>> quickly and build on it. That was on my old dev machine. I can't remember
>> where I downloaded it from and now I'm needing it again. I just thought
>> someone would know.
>>
>> "Jon Skeet [C# MVP]"
>> news:MPG.225f07b9d8497d1ac57@msnews.microsoft.com...
>>> clintonG
>>>> Right I knew that already. So now to the real question.
>>>> Who has developed a "plugin" the runs as a "system?"
>>>>
>>>> I think the OP wants a control of some type.
>>>
>>> Quite possibly - I just don't see what benefit there was in you asking
>>> an extra question in the meantime...
>>>
>>> (I don't have an answer for the OP - I found a few CodeProject samples
>>> a while ago, some of which worked after a bit of jiggery-pokery. It
>>> depends which GIS you want to talk to though.)
>>>
>>> --
>>> Jon Skeet -
>>> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
>>> World class .NET training in the UK: http://iterativetraining.co.uk
>>
>>
>