Uses of Interface
org.n52.wps.io.IGenerator

Packages that use IGenerator
org.n52.wps.io   
org.n52.wps.io.binary   
org.n52.wps.io.xml   
 

Uses of IGenerator in org.n52.wps.io
 

Methods in org.n52.wps.io that return IGenerator
 IGenerator GeneratorFactory.getGenerator(java.lang.String schema, java.lang.String format, java.lang.String encoding)
           
 

Uses of IGenerator in org.n52.wps.io.binary
 

Classes in org.n52.wps.io.binary that implement IGenerator
 class AbstractBinaryGenerator
           
 class GeotiffGenerator
           
 

Uses of IGenerator in org.n52.wps.io.xml
 

Classes in org.n52.wps.io.xml that implement IGenerator
 class AbstractXMLGenerator
          This class and its extending subclasses shall provide functionality to create XML encoded String.
 class AbstractXMLStringGenerator
           
 class SimpleGMLGenerator