org.deegree.gml.geometry
Class GML3SurfacePatchReaderTest

java.lang.Object
  extended by org.deegree.gml.geometry.GML3SurfacePatchReaderTest

public class GML3SurfacePatchReaderTest
extends Object

Tests that check the correct parsing of GML 3.1.1 surface patches, i.e. of elements that are substitutable for gml:_SurfacePatch.

Version:
$Revision:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

Constructor Summary
GML3SurfacePatchReaderTest()
           
 
Method Summary
 void parseCone()
           
 void parseCylinder()
           
 void parsePolygonPatch()
           
 void parseRectangle()
           
 void parseSphere()
           
 void parseTriangle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GML3SurfacePatchReaderTest

public GML3SurfacePatchReaderTest()
Method Detail

parsePolygonPatch

public void parsePolygonPatch()
                       throws XMLStreamException,
                              FactoryConfigurationError,
                              IOException,
                              XMLParsingException,
                              UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
XMLParsingException
UnknownCRSException

parseTriangle

public void parseTriangle()
                   throws XMLStreamException,
                          FactoryConfigurationError,
                          IOException,
                          XMLParsingException,
                          UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
XMLParsingException
UnknownCRSException

parseRectangle

public void parseRectangle()
                    throws XMLStreamException,
                           FactoryConfigurationError,
                           IOException,
                           XMLParsingException,
                           UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
XMLParsingException
UnknownCRSException

parseCone

public void parseCone()
               throws XMLStreamException,
                      FactoryConfigurationError,
                      IOException,
                      XMLParsingException,
                      UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
XMLParsingException
UnknownCRSException

parseCylinder

public void parseCylinder()
                   throws XMLStreamException,
                          FactoryConfigurationError,
                          IOException,
                          XMLParsingException,
                          UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
XMLParsingException
UnknownCRSException

parseSphere

public void parseSphere()
                 throws XMLStreamException,
                        FactoryConfigurationError,
                        IOException,
                        XMLParsingException,
                        UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
XMLParsingException
UnknownCRSException


Copyright © 2011. All Rights Reserved.