org.deegree.filter.xml
Class Filter110XMLDecoderTest

java.lang.Object
  extended by org.deegree.filter.xml.Filter110XMLDecoderTest

public class Filter110XMLDecoderTest
extends Object

Tests the correct parsing and exporting of Filter Encoding 1.1.0 documents.

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

Constructor Summary
Filter110XMLDecoderTest()
           
 
Method Summary
 void parseAndExportFilterDocument()
           
 void parseBeyondFilter()
           
 void parseBrokenIdFilterDocument()
           
 void parseBrokenIdFilterDocument2()
           
 void parseContainsFilter()
           
 void parseCrossesFilter()
           
 void parseDisjointFilter()
           
 void parseDWithinFilter()
           
 void parseEqualsFilter()
           
 void parseIdFilter()
           
 void parseIntersectsFilter()
           
 void parseMixedIdFilter()
           
 void parseOperatorFilter()
           
 void parseOverlapsFilter()
           
 void parseTouchesFilter()
           
 void parseWithinFilter()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter110XMLDecoderTest

public Filter110XMLDecoderTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

parseIdFilter

public void parseIdFilter()
                   throws XMLStreamException,
                          FactoryConfigurationError,
                          IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseMixedIdFilter

public void parseMixedIdFilter()
                        throws XMLStreamException,
                               FactoryConfigurationError,
                               IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseOperatorFilter

public void parseOperatorFilter()
                         throws XMLStreamException,
                                FactoryConfigurationError,
                                IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseBrokenIdFilterDocument

public void parseBrokenIdFilterDocument()
                                 throws XMLStreamException,
                                        FactoryConfigurationError,
                                        IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseBrokenIdFilterDocument2

public void parseBrokenIdFilterDocument2()
                                  throws XMLStreamException,
                                         FactoryConfigurationError,
                                         IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseAndExportFilterDocument

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

parseBeyondFilter

public void parseBeyondFilter()
                       throws XMLStreamException,
                              FactoryConfigurationError,
                              IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseDisjointFilter

public void parseDisjointFilter()
                         throws XMLStreamException,
                                FactoryConfigurationError,
                                IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseContainsFilter

public void parseContainsFilter()
                         throws XMLStreamException,
                                FactoryConfigurationError,
                                IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseCrossesFilter

public void parseCrossesFilter()
                        throws XMLStreamException,
                               FactoryConfigurationError,
                               IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseDWithinFilter

public void parseDWithinFilter()
                        throws XMLStreamException,
                               FactoryConfigurationError,
                               IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseIntersectsFilter

public void parseIntersectsFilter()
                           throws XMLStreamException,
                                  FactoryConfigurationError,
                                  IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseEqualsFilter

public void parseEqualsFilter()
                       throws XMLStreamException,
                              FactoryConfigurationError,
                              IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseOverlapsFilter

public void parseOverlapsFilter()
                         throws XMLStreamException,
                                FactoryConfigurationError,
                                IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseTouchesFilter

public void parseTouchesFilter()
                        throws XMLStreamException,
                               FactoryConfigurationError,
                               IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException

parseWithinFilter

public void parseWithinFilter()
                       throws XMLStreamException,
                              FactoryConfigurationError,
                              IOException
Throws:
XMLStreamException
FactoryConfigurationError
IOException


Copyright © 2011. All Rights Reserved.