org.deegree.tools.feature.gml
Class FeatureTypeGraph

java.lang.Object
  extended by org.deegree.tools.feature.gml.FeatureTypeGraph

public class FeatureTypeGraph
extends Object

Creates a Graphviz dot representation of a feature type application schema.

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
FeatureTypeGraph()
           
 
Method Summary
static void createDotGraph(AppSchema schema, String fileName)
          Write a dot file to the given file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureTypeGraph

public FeatureTypeGraph()
Method Detail

createDotGraph

public static void createDotGraph(AppSchema schema,
                                  String fileName)
                           throws IOException
Write a dot file to the given file. The resulting file can be viewed / converted with the 'dot' application, for example call $> dot -Tpng -o out.png your/file.dot to create a png from the the 'dot' file.

Parameters:
schema - to get the graph for.
fileName -
Throws:
IOException


Copyright © 2011. All Rights Reserved.