Re: [udig-devel] Loading an Udig project programatically

2008-10-06 Thread Jesse Eichar
-Original Message- From: Mario Nuñez Jimenez Sent: martes, 30 de septiembre de 2008 14:30 To: 'udig-devel@lists.refractions.net' Subject: [udig-devel] Loading an Udig project programatically Hello, I have achieved to load manually a Project and I have checked that all SLD st

[udig-devel] Loading an Udig project programatically

2008-09-30 Thread Mario Nuñez Jimenez
I have to do to show the map, layers and their own loaded styles... How can I do it? Regards! -Original Message- From: Mario Nuñez Jimenez Sent: martes, 30 de septiembre de 2008 14:30 To: 'udig-devel@lists.refractions.net' Subject: [udig-devel] Loading an Udig project progr

[udig-devel] Loading an Udig project programatically

2008-09-30 Thread Mario Nuñez Jimenez
re de 2008 13:06 To: 'udig-devel@lists.refractions.net' Subject: RE: [udig-devel] Loading an Udig project programatically Hello, I'm wondering if I load a previously saved Udig Project it loads automatically all maps and associated styles and show them in the map view... ?¿ or I h

[udig-devel] Loading an Udig project programatically

2008-09-30 Thread Mario Nuñez Jimenez
s.net' Subject: [udig-devel] Loading an Udig project programatically Hello again, I also have another question... As my intention is mi create a project, add a map, after that add layers to that map, and finally add style to that layers and finally save the projecto to try to load it, I need

[udig-devel] Loading an Udig project programatically

2008-09-30 Thread Mario Nuñez Jimenez
, because I didn't see any save project option... Thank you! -Original Message- From: Mario Nuñez Jimenez Sent: martes, 30 de septiembre de 2008 13:06 To: 'udig-devel@lists.refractions.net' Subject: RE: [udig-devel] Loading an Udig project programatically Hello, I'm w

RE: [udig-devel] Loading an Udig project programatically

2008-09-30 Thread Mario Nuñez Jimenez
w the style of each map of the saved project? Thank you in advance. Cheers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave S-B Sent: lunes, 22 de septiembre de 2008 22:06 To: User-friendly Desktop Internet GIS Subject: Re: [udig-devel] Loading an

Re: [udig-devel] Loading an Udig project programatically

2008-09-22 Thread Dave S-B
ProjectRegistry projectRegistry = ProjectPlugin.getPlugin().getProjectRegistry(); Project project = projectRegistry.getProject("{full-path-to-project-folder}"); That will get you the project, which will then get you access to the maps etc. it contains. Dave S-B Lledr Solutions Mario Nuñez J

Re: [udig-devel] Loading an Udig project programatically

2008-09-22 Thread Jody Garnett
Not sure about that; have a look at what the "Open Project" action does? Jody Mario Nuñez Jimenez wrote: Hello, I am trying to load a previous saved Udig Project. I was using these lines to do it: List ProjectList = (List)ApplicationGIS.getProjects(); if (ProjectList.isEmpty() ) System.out.

[udig-devel] Loading an Udig project programatically

2008-09-22 Thread Mario Nuñez Jimenez
-- This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity ca