MapWindow 4 - Plugins : MapWindow Discussion Forum
Hi All, Very Good Morning!! I have a very basic question. Can I use the existing plug in like "data client plugin","shape Editor Plugin" etc (which is installed in "C:\Program Files\MapWindow\Plugins") in my own custom mapwin application
Using Existing Plugin in my Custom application.
Posted by:
niladribanerjee123 ()
Date: April 16, 2012 12:09AM
Hi All,
Very Good Morning!!
I have a very basic question. Can I use the existing plug in like "data client plugin","shape Editor Plugin" etc (which is installed in "C:\Program Files\MapWindow\Plugins") in my own custom mapwin application or are those plugins are meant to be used only in "MapWindow GIS" application?
If those plugins can be used in other custom application please let me know how to start to play with those plugin in my custom application. Is there any documentation are there regarding this?
Thank you for your time.
Regards,
Niladri
GIS Developer
India
Very Good Morning!!
I have a very basic question. Can I use the existing plug in like "data client plugin","shape Editor Plugin" etc (which is installed in "C:\Program Files\MapWindow\Plugins") in my own custom mapwin application or are those plugins are meant to be used only in "MapWindow GIS" application?
If those plugins can be used in other custom application please let me know how to start to play with those plugin in my custom application. Is there any documentation are there regarding this?
Thank you for your time.
Regards,
Niladri
GIS Developer
India
Re: Using Existing Plugin in my Custom application.
Posted by:
pmeems ()
Date: April 16, 2012 02:52AM
Niladri,
You can use the MapWindow plug-ins in your custom application.
The Data Client Plug-in is not created nor maintained by the MapWindow Community, so I can't say if you can use that plug-in as well.
We don't have documentation about this, but I think if you reference the plug-in in your own application you should be able to use it.
--
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
You can use the MapWindow plug-ins in your custom application.
The Data Client Plug-in is not created nor maintained by the MapWindow Community, so I can't say if you can use that plug-in as well.
We don't have documentation about this, but I think if you reference the plug-in in your own application you should be able to use it.
--
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
Re: Using Existing Plugin in my Custom application.
Posted by:
niladribanerjee123 ()
Date: April 22, 2012 10:31PM
Hi Paul,
Thank you for your response.
Can you please guide me how can I start developing plugins environment.Thank you for your time.
Regards,
Niladri
Thank you for your response.
Can you please guide me how can I start developing plugins environment.Thank you for your time.
Regards,
Niladri
Re: Using Existing Plugin in my Custom application.
Posted by:
pmeems ()
Date: April 23, 2012 04:00AM
Download the sample plug-in:
[svn.mapwindow.org]
That will bring you up to speed.
--
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
[svn.mapwindow.org]
That will bring you up to speed.
--
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
Re: Using Existing Plugin in my Custom application.
Posted by:
niladribanerjee123 ()
Date: April 24, 2012 03:45AM
Hi Paul,
Thank you for your help.
I would like to let you know that using the "Template Plugins 2008" I am unable to load the plugins name in the plugins menu.
I did the following steps:
1. Downloaded the Template plugins.
2. Opened that project in VS2008
3. Add the following references in the project
"Interop.MapWinGIS"
"Mapwindow.Interfaces"
"MapwinInterfaces"
"MapWinUtility"
4. Set the build output path and debug working directory to
"C:\Program Files\MapWindow\Plugins\sampleplugins"
5.In the Iplugin interface name property changed the plugins name to "Test"
6. Build the project successfully.
7. Open Map window >Plugins. In this plugins list my dll are not populating.
Please help me. Thank you for your time.
Regards,
Niladri
Thank you for your help.
I would like to let you know that using the "Template Plugins 2008" I am unable to load the plugins name in the plugins menu.
I did the following steps:
1. Downloaded the Template plugins.
2. Opened that project in VS2008
3. Add the following references in the project
"Interop.MapWinGIS"
"Mapwindow.Interfaces"
"MapwinInterfaces"
"MapWinUtility"
4. Set the build output path and debug working directory to
"C:\Program Files\MapWindow\Plugins\sampleplugins"
5.In the Iplugin interface name property changed the plugins name to "Test"
6. Build the project successfully.
7. Open Map window >Plugins. In this plugins list my dll are not populating.
Please help me. Thank you for your time.
Regards,
Niladri
Sorry, only registered users may post in this forum.


