org.deegree_impl.tools.shape
Class Shape2GML

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

public class Shape2GML
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 inFile
           
private  java.lang.String outFile
           
 
Constructor Summary
Shape2GML(java.lang.String inFile, java.lang.String outFile)
          Creates a new instance of Shape2GML
 
Method Summary
static void main(java.lang.String[] args)
           
private  FeatureCollection read()
           
private  void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inFile

private java.lang.String inFile

outFile

private java.lang.String outFile

fc

private FeatureCollection fc
Constructor Detail

Shape2GML

public Shape2GML(java.lang.String inFile,
                 java.lang.String outFile)
          throws java.io.IOException
Creates a new instance of Shape2GML

Method Detail

read

private FeatureCollection read()
                        throws java.lang.Exception
Throws:
java.lang.Exception

write

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

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - the command line arguments
Throws:
java.lang.Exception