Uses of Class
org.wkb4j.engine.WKBParser

Packages that use WKBParser
org.wkb4j.engine   
 

Uses of WKBParser in org.wkb4j.engine
 

Subclasses of WKBParser in org.wkb4j.engine
 class WKBParser3D
          Generate events from the submitted array of bytes holding binary data in the Well-Known Binary format.
 

Fields in org.wkb4j.engine declared as WKBParser
protected  org.wkb4j.engine.WKBParser AbstractWKBGetter.parser
           
 

Methods in org.wkb4j.engine with parameters of type WKBParser
 void WKBReader.readDataWithPartialQuery(java.sql.Connection dbConn, java.lang.String geocolumn, java.lang.String partialSQLQuery, org.wkb4j.engine.WKBParser parser)
          Fetches the binary data from the database and pass each record to the submitted WKBParser.
 void WKBReader.readDataWithWhereClause(java.sql.Connection dbConn, java.lang.String geocolumn, java.lang.String geotable, java.lang.String whereClause, org.wkb4j.engine.WKBParser parser)
          Fetches the binary data from the database and pass each record to the submitted WKBParser.
 void WKBReader.readData(java.sql.Connection dbConn, java.lang.String completeSQLQuery, java.util.List wordList, org.wkb4j.engine.WKBParser parser)
          Fetches the binary data from the database and pass each record to the WKBParser with the submitted WKBFactory.
 void WKBReader.readData(java.sql.Connection dbConn, java.lang.String completeSQLQuery, org.wkb4j.engine.WKBParser parser)
          Fetches the binary data from the database and pass each record to the WKBParser with the submitted WKBFactory.
 



Copyright © 2002-2003 David Garnier. All Rights Reserved.