org.deegree_impl.tools.shape
Class Shape2GML
java.lang.Object
org.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$
Constructor Summary |
Shape2GML(java.lang.String inFile,
java.lang.String outFile)
Creates a new instance of Shape2GML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inFile
private java.lang.String inFile
outFile
private java.lang.String outFile
fc
private FeatureCollection fc
Shape2GML
public Shape2GML(java.lang.String inFile,
java.lang.String outFile)
throws java.io.IOException
- Creates a new instance of Shape2GML
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