Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] catalog service url retrieval

It kind of works the other way ....

1. Look up the service to see if it is already in the catalog; if so use it
2. Create the Service
3. Try out connecting to it
4. if it works add it to the Catalog and use it

The code examples in the developers guide show how to do this
(http://udig.refractions.net/confluence/display/DEV/2+Catalog#2Catalog-LocalCatalog).
This example shows checking that it works by connecting using the
getInfo() method. I keep meaning to make a single method call to do
this work ...


Jody

2009/5/29 Mario Nuñez Jimenez <mario.nunez@xxxxxxxxxxxxxxx>:
> Hello,
>
> I want to ask you how can I access to udig’s catalog in order to retrieve
> each added service url ?
>
> That’s why I need to do service monitoring to know when a service is offline
> and then it will affect map/layer display…
>
> Thank you in advance!
>
> Regards
>
>
> ------------------------------------------------------------------
> 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 cannot be secured on the Internet, the Atos Origin
> group liability cannot be triggered for the message content. Although
> the sender endeavours to maintain a computer virus-free network,
> the sender does not warrant that this transmission is virus-free and
> will not be liable for any damages resulting from any virus transmitted.
>
> Este mensaje y los ficheros adjuntos pueden contener informacion
> confidencial
> destinada solamente a la(s) persona(s) mencionadas anteriormente
> pueden estar protegidos por secreto profesional.
> Si usted recibe este correo electronico por error, gracias por informar
> inmediatamente al remitente y destruir el mensaje.
> Al no estar asegurada la integridad de este mensaje sobre la red, Atos
> Origin
> no se hace responsable por su contenido. Su contenido no constituye ningun
> compromiso para el grupo Atos Origin, salvo ratificacion escrita por ambas
> partes.
> Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor
> no puede garantizar nada al respecto y no sera responsable de cualesquiera
> danos que puedan resultar de una transmision de virus.
> ------------------------------------------------------------------
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
>


Back to the top