Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] [jira] Created: (UDIG-427) bad urls

Justin,

If I understnad the use case ...

IGeoResource myShpResource = ...

URL url = myShpResource.getResource(URL.class);

This is not required to work, but if you want the URL for
myShpResource then call

URL url = myShpResource.getId(); (Identifier?)

David

On Apr 7, 2005 6:52 PM, Justin Deoliveira (JIRA) <jira@xxxxxxxxxxxx> wrote:
> bad urls
> --------
> 
>          Key: UDIG-427
>          URL: http://jira.codehaus.org/browse/UDIG-427
>      Project: uDIG
>         Type: Bug
>   Components: catalog
>     Versions: UDIG 1.0.RC
>  Environment: linux, fedora core 1, x86
>     Reporter: Justin Deoliveira
>  Assigned to: Jesse Eichar
>     Priority: Minor
> 
> The application dies when it comes across a shapefile georesource which has an "invalid url" for example. I used the class.getReource(...) mechanism to get url of a shapefile, when mapfactory processes the resource, things blow up.
> 
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://jira.codehaus.org/secure/Administrators.jspa
> -
> If you want more information on JIRA, or have a bug to report see:
>    http://www.atlassian.com/software/jira
> 
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>


Back to the top