org.deegree.gml.geometry
Class GML3GeometryReaderTest

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

public class GML3GeometryReaderTest
extends Object

Tests that check the correct decoding of GML 3.1.1 geometry elements (elements substitutable for gml:_Geometry and gml:Envelope).

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

Constructor Summary
GML3GeometryReaderTest()
           
 
Method Summary
 void parseCompositeCurve()
           
 void parseCompositeSolid()
           
 void parseCompositeSurface()
           
 void parseCurve()
           
 void parseEnvelope()
           
 void parseEnvelopeCoord()
           
 void parseEnvelopeCoordinates()
           
 void parseEnvelopePos()
           
 void parseGeometricComplex()
           
 void parseLinearRing()
           
 void parseLineStringCoord()
           
 void parseLineStringCoordinates()
           
 void parseLineStringPointProperty()
           
 void parseLineStringPointRep()
           
 void parseLineStringPos()
           
 void parseLineStringPosList()
           
 void parseMultiCurve()
           
 void parseMultiGeometry()
           
 void parseMultiLineString()
           
 void parseMultiPoint()
           
 void parseMultiPointMembers()
           
 void parseMultiPointMixed()
           
 void parseMultiPolygon()
           
 void parseMultiSolid()
           
 void parseMultiSurface()
           
 void parseOrientableCurve()
           
 void parseOrientableSurface()
           
 void parsePointCoord()
           
 void parsePointCoordinates()
           
 void parsePointPos()
           
 void parsePolygon()
           
 void parsePolyhedralSurface()
           
 void parseRing()
           
 void parseSolid()
           
 void parseStandardProps()
           
 void parseSurface()
           
 void parseTin()
           
 void parseTriangulatedSurface()
           
 void parseXLinkLineString()
           
 void parseXLinkMultiGeometry1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GML3GeometryReaderTest

public GML3GeometryReaderTest()
Method Detail

parsePointPos

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

parsePointCoordinates

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

parsePointCoord

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

parseLineStringPos

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

parseLineStringPosList

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

parseLineStringCoordinates

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

parseLineStringPointProperty

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

parseLineStringPointRep

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

parseLineStringCoord

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

parseCurve

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

parseOrientableCurve

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

parseLinearRing

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

parseRing

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

parsePolygon

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

parseSurface

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

parsePolyhedralSurface

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

parseTriangulatedSurface

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

parseTin

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

parseOrientableSurface

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

parseSolid

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

parseCompositeCurve

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

parseCompositeSurface

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

parseCompositeSolid

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

parseGeometricComplex

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

parseMultiPoint

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

parseMultiPointMembers

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

parseMultiPointMixed

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

parseMultiCurve

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

parseMultiSurface

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

parseMultiPolygon

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

parseMultiSolid

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

parseMultiGeometry

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

parseMultiLineString

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

parseEnvelope

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

parseEnvelopeCoord

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

parseEnvelopePos

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

parseEnvelopeCoordinates

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

parseXLinkLineString

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

parseXLinkMultiGeometry1

public void parseXLinkMultiGeometry1()
                              throws XMLStreamException,
                                     FactoryConfigurationError,
                                     IOException,
                                     UnknownCRSException,
                                     ReferenceResolvingException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
UnknownCRSException
ReferenceResolvingException

parseStandardProps

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


Copyright © 2011. All Rights Reserved.