Uses of Class
com.vividsolutions.jump.workbench.model.cache.CachingFeatureCollection

Packages that use CachingFeatureCollection
com.vividsolutions.jump.workbench.model.cache   
 

Uses of CachingFeatureCollection in com.vividsolutions.jump.workbench.model.cache
 

Methods in com.vividsolutions.jump.workbench.model.cache that return CachingFeatureCollection
 CachingFeatureCollection CachingFeatureCollection.setCachingByEnvelope(boolean cachingByEnvelope)
          This setting is ignored if the call to query(envelope).iterator() is made on the GUI thread, because long queries would make the GUI unresponsive.