473,385 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

GIS Plugin for VS C# 2005

Does anyone know of a good GIS plugin for VS 2005?

Thanks
Apr 2 '08 #1
4 2028
On Apr 2, 5:21*pm, "Randy" <t...@temp.comwrote:
Does anyone know of a good GIS plugin for VS 2005?

Thanks
What use such a plug-in would have in the IDE?

You cannot visualize your code ;)
Apr 2 '08 #2
Yes, a framework or plugin which will let one develop GIS applications.
Maybe something like GIS.NET. I haven't used it but wondered if anyone has,
and what they thought about it...or if there is anything better.
"Ignacio Machin ( .NET/ C# MVP )" <ig************@gmail.comwrote in
message
news:44**********************************@y21g2000 hsf.googlegroups.com...
On Apr 2, 5:21 pm, "Randy" <t...@temp.comwrote:
Does anyone know of a good GIS plugin for VS 2005?

Thanks
What use such a plug-in would have in the IDE?

You cannot visualize your code ;)
Apr 2 '08 #3
First I would examine this:
http://www.codeplex.com/SharpMap

It is an open source GIS "framework" that works on the .NET Framework 2.0.
They are going to release SharpMap 2.0 soon. The info is here:
http://tinyurl.com/3357uf

There are many other GIS products out there. It really depends on what you
are trying to accomplish. For pure mapping, Google maps (MapQuest/Yahoo,
etc.) may be the ticket. For more in depth dicing of information on maps,
you will likely want a framework.

Other .NET GIS bits
----------------------

Open Source
--------------
Gecko.NET (http://www.svggis.com/geckonet.aspx)
Geotools.NET (http://geotoolsnet.sourceforge.net/Default.html)
NetTopologySuite (http://nts.sourceforge.net/)
SharpShape (http://sourceforge.net/projects/sharpshape)
This last one is more for working with shape files than mapping

Commercial
-------------
GIS.NET from GeoFrameworks (www.geoframeworks.com)
Geobase (www.geobase.info)
CarnacGIS.Net (http://tinyurl.com/y2ftsl)
Dundas Map for .NET (http://tinyurl.com/32dgo5)
ArcGIS (http://www.esri.com/software/arcgis/index.html)
Manifold System (http://www.manifold.net/index.shtml)
AnyMap (http://tinyurl.com/289zdd)
MapDotNet (http://www.mapdotnet.com/Pages2.0/Index.aspx)
MapMatrix Server (http://tinyurl.com/27ljb3)

Note that map vendors, like TeleAtlas have developers networks
(http://tinyurl.com/2h72fk), as does ESRI (http://edn.esri.com/).

If you want LBS (Location Based Services), AT&T is now in that game, as well
as other carriers. AT&T recently went beta with some LBS bits. It is hard to
get into their program very deep at this time, as it is invite only.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
"Randy" <te**@temp.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Does anyone know of a good GIS plugin for VS 2005?

Thanks


Apr 3 '08 #4
Thanks Cowboy...I'll check it out. That's some good info.
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:eg*************@TK2MSFTNGP06.phx.gbl...
First I would examine this:
http://www.codeplex.com/SharpMap

It is an open source GIS "framework" that works on the .NET Framework 2.0.
They are going to release SharpMap 2.0 soon. The info is here:
http://tinyurl.com/3357uf

There are many other GIS products out there. It really depends on what you
are trying to accomplish. For pure mapping, Google maps (MapQuest/Yahoo,
etc.) may be the ticket. For more in depth dicing of information on maps,
you will likely want a framework.

Other .NET GIS bits
----------------------

Open Source
--------------
Gecko.NET (http://www.svggis.com/geckonet.aspx)
Geotools.NET (http://geotoolsnet.sourceforge.net/Default.html)
NetTopologySuite (http://nts.sourceforge.net/)
SharpShape (http://sourceforge.net/projects/sharpshape)
This last one is more for working with shape files than mapping

Commercial
-------------
GIS.NET from GeoFrameworks (www.geoframeworks.com)
Geobase (www.geobase.info)
CarnacGIS.Net (http://tinyurl.com/y2ftsl)
Dundas Map for .NET (http://tinyurl.com/32dgo5)
ArcGIS (http://www.esri.com/software/arcgis/index.html)
Manifold System (http://www.manifold.net/index.shtml)
AnyMap (http://tinyurl.com/289zdd)
MapDotNet (http://www.mapdotnet.com/Pages2.0/Index.aspx)
MapMatrix Server (http://tinyurl.com/27ljb3)

Note that map vendors, like TeleAtlas have developers networks
(http://tinyurl.com/2h72fk), as does ESRI (http://edn.esri.com/).

If you want LBS (Location Based Services), AT&T is now in that game, as
well as other carriers. AT&T recently went beta with some LBS bits. It is
hard to get into their program very deep at this time, as it is invite
only.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box! |
*************************************************
"Randy" <te**@temp.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>Does anyone know of a good GIS plugin for VS 2005?

Thanks



Apr 4 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Dave Weber | last post by:
I'm in the process of writing an open-source plugin-enabled application. I know that you can define the API in several ways, and right now it is equipped as an Interface. The gist of the...
2
by: Edvard Majakari | last post by:
Hi, My idea is to create a system working as follows: each module knows path to plugin directory, and that directory contains modules which may add hooks to some points in the code. Inspired...
2
by: Ron | last post by:
Hello, I'm attempting to develop a plugin framework for an application that I'm working on. I wish to develop something in which all plugins exist in a directory tree. The framework need only...
0
by: Christian Kaiser | last post by:
I wanted to test my plugin manager and wrote two codes, one for a C# plugin, one for a C++ plugin. The codes are appended at the end. My problem: The C++ class is only inherited from the...
0
by: James Simpson | last post by:
Hello, Currently I am writing a plugin for Visual Studio 2005 using C#. I was wondering how I can programatically insert a menu between the View and Insert menu of Visual Studio 2005. In other...
1
by: David | last post by:
I need to develop plugins for various applications like Photoshop, Visual Studio 2005, Word, Excel and 3dsMax. Where can I find guides, faqs, introduction or tutorials for plugin development? ...
2
by: veerleverbr | last post by:
Hi, We have Visual Studio 2005 installed. We want to connect to a NT CVS through the protocol SSPI. When looking in the menu Tools -> Options -> SourceControl in Visual Studio 2005, it is clear...
7
by: WTH | last post by:
I am now aware (I am primarily a C++ developer) that in C# if you reference the same interface from the same file in two different projects the types are actually incompatible. I found this out...
2
by: Randy | last post by:
Does anyone know of a good GIS plugin for VS 2005? Thanks
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.