org.geotools.xml.filter
Class FilterOpsComplexTypes

Object
  extended by FilterOpsComplexTypes

public class FilterOpsComplexTypes
extends Object

Encode/Decode Filter types.

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, Map hints)
           
protected static void encodeFilter(Filter filter, PrintHandler output, Map hints)
           
 
Methods inherited from class 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,
                                   Map hints)
                            throws OperationNotSupportedException,
                                   IOException
Throws:
OperationNotSupportedException
IOException

encodeExpr

protected static void encodeExpr(Expression expr,
                                 PrintHandler output,
                                 Map hints)
                          throws OperationNotSupportedException,
                                 IOException
Throws:
OperationNotSupportedException
IOException


Copyright © 1996-2014 Geotools. All Rights Reserved.