planet.generic.commonapi.GML
Class GMLGeneratorImpl

java.lang.Object
  extended by planet.generic.commonapi.GML.GMLGeneratorImpl
All Implemented Interfaces:
java.io.Serializable, GMLGenerator

public class GMLGeneratorImpl
extends java.lang.Object
implements GMLGenerator

Author:
Jordi Pujol 15/02/2005
See Also:
Serialized Form

Constructor Summary
GMLGeneratorImpl()
          Anything to do.
 
Method Summary
 void generateGML(Network network, java.lang.String out, GMLConstraint constraint, boolean wholeNetworkLayout)
          This method generates GML information into out file for a stable Overlay ring using GML format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLGeneratorImpl

public GMLGeneratorImpl()
Anything to do.

Method Detail

generateGML

public void generateGML(Network network,
                        java.lang.String out,
                        GMLConstraint constraint,
                        boolean wholeNetworkLayout)
This method generates GML information into out file for a stable Overlay ring using GML format.

Specified by:
generateGML in interface GMLGenerator
Parameters:
network - Network.
out - Path of the file to write it out.
constraint - Constraint used to select edges for resulting Overlay graph
wholeNetworkLayout - This boolean indicates if we want to shown all the nodes of the network.
See Also:
GMLGenerator.generateGML(planet.commonapi.Network, java.lang.String, planet.commonapi.GML.GMLConstraint, boolean)