org.deegree.filter.xml
Class FilterCapabilitiesExporter

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

public class FilterCapabilitiesExporter
extends Object

Writes Filter_Capabilities documents that describe the capabilities of deegree's filter implementation. TODO what about backend restrictions

Version:
$Revision: 31923 $, $Date: 2011-09-19 15:31:07 +0200 (Mon, 19 Sep 2011) $
Author:
Markus Schneider , last edited by: $Author: mschneider $

Constructor Summary
FilterCapabilitiesExporter()
           
 
Method Summary
static void export100(XMLStreamWriter writer)
          Exports an ogc:Filter_Capabilities element (1.0.0) that describes the capabilities of deegree's filter implementation.
static void export110(XMLStreamWriter writer)
          Exports an ogc:Filter_Capabilities element (1.1.0) that describes the capabilities of deegree's filter implementation.
static void export200(XMLStreamWriter writer)
          Exports a fes:Filter_Capabilities element (2.0.0) that describes the capabilities of deegree's filter implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterCapabilitiesExporter

public FilterCapabilitiesExporter()
Method Detail

export100

public static void export100(XMLStreamWriter writer)
                      throws XMLStreamException
Exports an ogc:Filter_Capabilities element (1.0.0) that describes the capabilities of deegree's filter implementation.

Parameters:
writer - used to write the XML
Throws:
XMLStreamException - if the exporting fails

export110

public static void export110(XMLStreamWriter writer)
                      throws XMLStreamException
Exports an ogc:Filter_Capabilities element (1.1.0) that describes the capabilities of deegree's filter implementation.

Parameters:
writer - used to write the XML
Throws:
XMLStreamException - if the exporting fails

export200

public static void export200(XMLStreamWriter writer)
                      throws XMLStreamException
Exports a fes:Filter_Capabilities element (2.0.0) that describes the capabilities of deegree's filter implementation.

Parameters:
writer - used to write the XML, must not be null
Throws:
XMLStreamException - if the exporting fails


Copyright © 2011. All Rights Reserved.