org.deegree.gml.geometry
Class GML2GeometryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.deegree.gml.geometry.GML2GeometryTest
All Implemented Interfaces:
junit.framework.Test

public class GML2GeometryTest
extends junit.framework.TestCase

The class tests both the GML2GeometryWriter and the GML2GeometryReader.

Version:
$Revision: 29642 $, $Date: 2011-02-11 13:59:33 +0100 (Fri, 11 Feb 2011) $
Author:
Andrei Ionita, last edited by: $Author: lbuesching $

Constructor Summary
GML2GeometryTest()
           
 
Method Summary
 void testBox()
           
 void testLineString()
           
 void testMultiGeometry()
           
 void testMultiLineString()
           
 void testMultiPoint()
           
 void testMultiPolygon()
           
 void testPoint()
           
 void testPoint2()
           
 void testPolygon()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GML2GeometryTest

public GML2GeometryTest()
Method Detail

testBox

public void testBox()
             throws XMLStreamException,
                    FactoryConfigurationError,
                    IOException,
                    UnknownCRSException,
                    TransformationException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testPoint

public void testPoint()
               throws XMLStreamException,
                      FactoryConfigurationError,
                      IOException,
                      UnknownCRSException,
                      TransformationException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testPoint2

public void testPoint2()
                throws XMLStreamException,
                       FactoryConfigurationError,
                       IOException,
                       TransformationException,
                       UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testPolygon

public void testPolygon()
                 throws XMLStreamException,
                        FactoryConfigurationError,
                        IOException,
                        UnknownCRSException,
                        TransformationException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testLineString

public void testLineString()
                    throws XMLStreamException,
                           FactoryConfigurationError,
                           IOException,
                           UnknownCRSException,
                           TransformationException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testMultiGeometry

public void testMultiGeometry()
                       throws XMLStreamException,
                              FactoryConfigurationError,
                              IOException,
                              TransformationException,
                              UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testMultiLineString

public void testMultiLineString()
                         throws XMLStreamException,
                                FactoryConfigurationError,
                                IOException,
                                TransformationException,
                                UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testMultiPoint

public void testMultiPoint()
                    throws XMLStreamException,
                           FactoryConfigurationError,
                           IOException,
                           TransformationException,
                           UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException

testMultiPolygon

public void testMultiPolygon()
                      throws XMLStreamException,
                             FactoryConfigurationError,
                             IOException,
                             UnknownCRSException,
                             TransformationException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
TransformationException


Copyright © 2011. All Rights Reserved.