Uses of Class
org.geotools.filter.SQLEncoderException

Packages that use SQLEncoderException
org.geotools.filter   
 

Uses of SQLEncoderException in org.geotools.filter
 

Methods in org.geotools.filter that throw SQLEncoderException
 String SQLEncoder.encode(Expression expression)
          Deprecated. Performs the encoding, returns a string of the encoded SQL.
 String SQLEncoder.encode(Filter filter)
          Deprecated. Performs the encoding, returns a string of the encoded SQL.
 void SQLEncoder.encode(Writer out, Expression expression)
          Deprecated.  
 void SQLEncoder.encode(Writer out, Filter filter)
          Deprecated. Performs the encoding, sends the encoded sql to the writer passed in.
 

Constructors in org.geotools.filter that throw SQLEncoderException
SQLEncoder(Writer out, Filter filter)
          Deprecated. Convenience constructor to perform the whole encoding process at once.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.