/[xulu]/trunk/src/appl/parallel/data/splittable/MultiGridFactory.java
ViewVC logotype

Annotation of /trunk/src/appl/parallel/data/splittable/MultiGridFactory.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (hide annotations)
Wed Feb 10 16:43:46 2010 UTC (14 years, 10 months ago) by alfonx
File size: 979 byte(s)
Merged branch 1.8-gt2-2.6 to trunk. Now the trunk is based on GeoTools 2.6.1 and schmitzm-2.0.x
1 mojays 2 package appl.parallel.data.splittable;
2    
3     import schmitzm.data.WritableGrid;
4     import edu.bonn.xulu.plugin.data.grid.MultiGrid;
5 alfonx 78 import edu.bonn.xulu.plugin.io.grid.WritableGridFactory;
6 mojays 2
7     /**
8     * Diese Factory erzeugt Standard-Instanzen von {@link MultiGrid} mit
9     * durch die Factory {@link SplittableGridLLFactory} erzeugten (auf Standard-Arrays
10     * basierenden) {@link WritableGrid}-Instanzen als Inhalt.
11     * @author Dominik Appl
12     * @author <a href="mailto:[email protected]">Martin Schmitz</a> (University of Bonn/Germany)
13     * @version 1.0
14     */
15     public class MultiGridFactory extends edu.bonn.xulu.plugin.io.grid.awt.MultiGridFactory {
16     /**
17     * Liefert eine Instanz von {@link SplittableGridLLFactory}, die auf Standard-Arrays
18     * basierende Instanzen von {@link WritableGrid} erzeugt. Mit diesen
19     * Instanzen wird die GridList gefuellt.
20     */
21     protected WritableGridFactory getWritableGridFactory() {
22     return new SplittableGridLLFactory();
23     }
24    
25     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26