org.geotools.xml.filter
Class FilterOpsComplexTypes

java.lang.Object
  extended byorg.geotools.xml.filter.FilterOpsComplexTypes

public class FilterOpsComplexTypes
extends java.lang.Object

DOCUMENT ME!

Author:
dzwiers

Nested Class Summary
static class FilterOpsComplexTypes.BBOXType
          The element is defined as a convenient and more compact way of encoding the very common bounding box constraint based on the gml:Box geometry.
static class FilterOpsComplexTypes.BinaryComparisonOpType
           
static class FilterOpsComplexTypes.BinaryLogicOpType
           
static class FilterOpsComplexTypes.BinarySpatialOpType
           
static class FilterOpsComplexTypes.ComparisonOpsType
           
static class FilterOpsComplexTypes.DistanceBufferType
           
static class FilterOpsComplexTypes.DistanceType
           
static class FilterOpsComplexTypes.FeatureIdType
           
static class FilterOpsComplexTypes.FilterType
           
static class FilterOpsComplexTypes.LogicOpsType
           
static class FilterOpsComplexTypes.LowerBoundaryType
           
static class FilterOpsComplexTypes.PropertyIsBetweenType
           
static class FilterOpsComplexTypes.PropertyIsLikeType
           
static class FilterOpsComplexTypes.PropertyIsNullType
           
static class FilterOpsComplexTypes.SpatialOpsType
           
static class FilterOpsComplexTypes.UnaryLogicOpType
           
static class FilterOpsComplexTypes.UpperBoundaryType
           
 
Constructor Summary
FilterOpsComplexTypes()
           
 
Method Summary
protected static void encodeExpr(Expression expr, PrintHandler output, java.util.Map hints)
           
protected static void encodeFilter(Filter filter, PrintHandler output, java.util.Map hints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterOpsComplexTypes

public FilterOpsComplexTypes()
Method Detail

encodeFilter

protected static void encodeFilter(Filter filter,
                                   PrintHandler output,
                                   java.util.Map hints)
                            throws javax.naming.OperationNotSupportedException,
                                   java.io.IOException
Throws:
javax.naming.OperationNotSupportedException
java.io.IOException

encodeExpr

protected static void encodeExpr(Expression expr,
                                 PrintHandler output,
                                 java.util.Map hints)
                          throws javax.naming.OperationNotSupportedException,
                                 java.io.IOException
Throws:
javax.naming.OperationNotSupportedException
java.io.IOException


Copyright © GeoTools. All Rights Reserved.