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

Contents of /trunk/src/appl/parallel/data/splittable/SingleGridFactory.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 114 - (show annotations)
Mon Jul 11 11:31:25 2011 UTC (13 years, 6 months ago) by mojays
File size: 1042 byte(s)
SCHMITZM library updated to current version (2.6-SNAPSHOT)
Added gt-xsd-filter.jar, gt-xsd-gml2.jar, picocontainer.jar and xsd.jar from Geotools 2.6.5
1 package appl.parallel.data.splittable;
2
3 import de.schmitzm.geotools.data.WritableGrid;
4 import edu.bonn.xulu.io.InstantiationFactory;
5 import edu.bonn.xulu.plugin.data.grid.SingleGrid;
6 import edu.bonn.xulu.plugin.io.grid.array.WritableGridArrayFactory;
7
8 /**
9 * Diese Factory erzeugt Standard-Instanzen von {@link SingleGrid} mit einem
10 * durch die Factory {@link SplittableGridLLFactory} erzeugten (auf Standard-Arrays basierenden)
11 * {@link WritableGrid}.
12 * @author Dominik Appl
13 * @author <a href="mailto:[email protected]">Martin Schmitz</a> (University of Bonn/Germany)
14 * @version 1.0
15 */
16 public class SingleGridFactory extends edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory{
17
18 /**
19 * Liefert eine Instanz von {@link WritableGridArrayFactory}, die auf Standard-Arrays
20 * basierende Instanzen von {@link WritableGrid} erzeugt. Mit diesen
21 * Instanzen wird das SingleGrid gefuellt.
22 */
23 protected InstantiationFactory getWritableGridFactory() {
24 return new SplittableGridLLFactory();
25 }
26 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26