Package appl.parallel.data.splittable

The SplittableLLProxyGrid is an extension to the WritableGridLLProxyGrid for use with parallelization.

See:
          Description

Class Summary
GridListFactory Diese Factory erzeugt Standard-Instanzen von GridList mit durch die Factory SplittableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
GridListFactory_ArcInfoAsciiGrid Diese Factory importiert und exportiert Instanzen des Datentyps GridList aus/in Dateien im ArcInfo-ASCII-Grid-Format.
MultiGridFactory Diese Factory erzeugt Standard-Instanzen von MultiGrid mit durch die Factory SplittableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid-Instanzen als Inhalt.
MultiGridFactory_ArcInfoAsciiGrid Diese Factory importiert und exportiert Instanzen des Datentyps MultiGrid aus/in Dateien im ArcInfo-ASCII-Grid-Format.
SingleGridFactory Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory SplittableGridLLFactory erzeugten (auf Standard-Arrays basierenden) WritableGrid.
SingleGridFactory_ArcInfoAsciiGrid Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das ArcInfo-ASCII-Grid-Format.
SingleGridFactory_GeoTiff Diese Factory importiert und exportiert Instanzen des Datentyps SingleGrid aus/in das GeoTiff-Format.
SplittableGridLLFactory Diese Factory erzeugt Standard-Instanzen des Datentyps SplittableLLProxyGrid.
SplittableLLProxyGrid  
 

Package appl.parallel.data.splittable Description

The SplittableLLProxyGrid is an extension to the WritableGridLLProxyGrid for use with parallelization. The new class can handle partition of itself properly. The other classes are all xulu-specific factory classes required for all data types which should be used in the Xulu-Application.