Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] [udig-devel] Add a Service

You can have a look at the existing services; or you can look at the source code for the CSVService (in the tutorials folder) if you wish to review the source code from the commercial training course.

The answer basically is:
- implement IService / IServiceInfo to describe the server, format, or capability you are adding
- IGeoResource / IGeoResourceInfo to describe the contents
- And then hook it up using the service extension point

References:
- http://udig.refractions.net/confluence/display/DEV/6+How+to+add+a+New+Kind+of+DataStore
- http://udig.refractions.net/confluence/display/DEV/2+Training+Materials
-- 
Jody Garnett

On Thursday, 19 May 2011 at 8:05 PM, Alberto Debiasi wrote:


Hi!

I would like to add a new Service in UDIG:
When I create a new Map, right button and click on "Add".
Here I see a list of functionalities like:

ArcSDE
DB
Fiels
ecc...

How can I add a "Service" like those???

Thanks.
Alberto




_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top