org.deegree_impl.tools.shape
Class GML2Shape

java.lang.Object
  extended byorg.deegree_impl.tools.shape.GML2Shape

public class GML2Shape
extends java.lang.Object

Since:
1.1
Version:
$Revision$, 1.0. $Revision$, $Date$
Author:
Andreas Poth, last edited by: $Author$

Field Summary
private  FeatureCollection fc
           
private  java.lang.String inName
           
private  java.lang.String outName
           
 
Constructor Summary
GML2Shape(java.lang.String inName, java.lang.String outName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void read()
           
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fc

private FeatureCollection fc

inName

private java.lang.String inName

outName

private java.lang.String outName
Constructor Detail

GML2Shape

public GML2Shape(java.lang.String inName,
                 java.lang.String outName)
Method Detail

read

public void read()
          throws java.lang.Exception
Throws:
java.lang.Exception

write

public void write()
           throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception