Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-184) Optimize IService-IGeoResource for WMS

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/UDIG-184

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-184
    Summary: Optimize IService-IGeoResource for WMS
       Type: Improvement

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: uDIG
 Components: 
             wms
             catalog
   Fix Fors:
             UDIG 0.8
   Versions:
             UDIG 0.6

   Assignee: Richard Gould
   Reporter: David Zwiers

    Created: Tue, 11 Jan 2005 1:11 AM
    Updated: Tue, 11 Jan 2005 1:11 AM

Description:
public Iterator resources() {
...
    Iterator i = ((WebMapServer)getService()).entries().iterator(); // 
...

Make this lazily load the entries based on the capabilities document.


---------------------------------------------------------------------
JIRA INFORMATION:
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



Back to the top