org.deegree.tools.binding
Class FeatureTypeInstanceWriter

java.lang.Object
  extended by org.deegree.tools.binding.FeatureTypeInstanceWriter

public class FeatureTypeInstanceWriter
extends Object

TODO add class documentation here

Version:
$Revision: 31572 $, $Date: 2011-08-18 11:11:21 +0200 (Thu, 18 Aug 2011) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Constructor Summary
FeatureTypeInstanceWriter()
           
 
Method Summary
static void addImports(Set<String> imports)
           
protected static void writeFeatureTypeMethods(Writer out, HashMap<QName,FeatureClass> featClasses)
           
protected static void writeFields(Writer out, FeatureType ft)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureTypeInstanceWriter

public FeatureTypeInstanceWriter()
Method Detail

addImports

public static void addImports(Set<String> imports)
Parameters:
imports -

writeFields

protected static void writeFields(Writer out,
                                  FeatureType ft)
                           throws IOException
Throws:
IOException

writeFeatureTypeMethods

protected static void writeFeatureTypeMethods(Writer out,
                                              HashMap<QName,FeatureClass> featClasses)
                                       throws IOException
Parameters:
out -
featClasses -
Throws:
IOException


Copyright © 2011. All Rights Reserved.