Parent Directory | Revision Log
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration
1 | package appl.parallel.spmd.split; |
2 | |
3 | import schmitzm.data.WritableGrid; |
4 | |
5 | /** |
6 | * A {@link DataPartition} that is splittable itself. |
7 | * |
8 | * @author Dominik Appl |
9 | */ |
10 | public interface WritableGridPartition extends DataPartition, WritableGrid { |
11 | |
12 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |