Package org.geotools.xml.filter
Class FilterOpsComplexTypes
- Object
-
- FilterOpsComplexTypes
-
public class FilterOpsComplexTypes extends Object
Encode/Decode Filter types.- Author:
- dzwiers
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description FilterOpsComplexTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
encodeExpr(Expression expr, PrintHandler output, Map<String,Object> hints)
protected static void
encodeFilter(Filter filter, PrintHandler output, Map<String,Object> hints)
Calls the appropriate type for encoding.
-
-
-
Method Detail
-
encodeFilter
protected static void encodeFilter(Filter filter, PrintHandler output, Map<String,Object> hints) throws OperationNotSupportedException, IOException
Calls the appropriate type for encoding.This mapping from filter to Type is a bit tricky since the filter hierarchy has changed.
- LOGIC_TYPE: includes BinaryLogicOperator and Not
- COMPARE_TYPE: includes BinaryComparisonOperator and PropertyIsBetween
-
encodeExpr
protected static void encodeExpr(Expression expr, PrintHandler output, Map<String,Object> hints) throws OperationNotSupportedException, IOException
-
-