Jody Garnett created GEOT-4091:
----------------------------------

             Summary: ThreadedHSQLEpsgFactory unpack methods
                 Key: GEOT-4091
                 URL: https://jira.codehaus.org/browse/GEOT-4091
             Project: GeoTools
          Issue Type: Improvement
          Components: referencing
    Affects Versions: 8.0-M4
            Reporter: Jody Garnett
            Assignee: Jody Garnett
            Priority: Minor


In uDig we are trying to transition from ThreadedH2EpsgFactory. The key feature 
we are using is the following:
{code}
        if( ThreadedH2EpsgFactory.isUnpacked()){
            // if there is not going to be a long delay
            // don't annoy users with a dialog
            Activator.initializeReferencingModule( null );            
        }
{code}

This is used to test if the GeoTools referencing system is going to take a 
while to get up and started; so we can show the user a progress bar.

To make this work for ThreadedHSQLEpsgFactory I would like to add the following 
methods:
* isUnpacked()
* unpack( ProgressListener progress )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to