edu.bonn.xulu.plugin.io.grid.gt
Class SingleGridFactory

java.lang.Object
  extended by edu.bonn.xulu.io.AbstractFactory
      extended by edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
          extended by edu.bonn.xulu.plugin.io.grid.gt.SingleGridFactory
All Implemented Interfaces:
Factory, InstantiationFactory

public class SingleGridFactory
extends SingleGridFactory

Diese Factory erzeugt Standard-Instanzen von SingleGrid mit einem durch die Factory GridCoverageFactory erzeugten (auf GeoTools basierenden) WritableGrid.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
 
Fields inherited from class edu.bonn.xulu.io.AbstractFactory
name
 
Constructor Summary
SingleGridFactory()
           
 
Method Summary
protected  InstantiationFactory getWritableGridFactory()
          Liefert eine Instanz von GridCoverageFactory, die auf GeoTools basierende Instanzen von WritableGrid erzeugt.
 
Methods inherited from class edu.bonn.xulu.plugin.io.grid.awt.SingleGridFactory
getInstanceType, newInstance, newInstance
 
Methods inherited from class edu.bonn.xulu.io.AbstractFactory
checkExportDestinationObject, checkImportSourceObject, equals, equals, getInstantiationFactoryFromRegistry, getName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.bonn.xulu.io.Factory
equals
 

Constructor Detail

SingleGridFactory

public SingleGridFactory()
Method Detail

getWritableGridFactory

protected InstantiationFactory getWritableGridFactory()
Liefert eine Instanz von GridCoverageFactory, die auf GeoTools basierende Instanzen von WritableGrid erzeugt. Mit diesen Instanzen wird das SingleGrid gefuellt.

Overrides:
getWritableGridFactory in class SingleGridFactory