Uses of Interface
org.wkb4j.engine.WKBFactory

Packages that use WKBFactory
org.wkb4j.engine   
org.wkb4j.factories   
org.wkb4j.jts   
org.wkb4j.openmap   
org.wkb4j.postgis   
 

Uses of WKBFactory in org.wkb4j.engine
 

Fields in org.wkb4j.engine declared as WKBFactory
protected  org.wkb4j.engine.WKBFactory WKBParser.factory
           
protected  org.wkb4j.engine.WKBFactory AbstractWKBGetter.factory
           
 

Constructors in org.wkb4j.engine with parameters of type WKBFactory
WKBParser(org.wkb4j.engine.WKBFactory _factory)
          Constructor for WKBParser.
WKBParser(org.wkb4j.engine.WKBFactory _factory, java.lang.String[] _words, boolean _endianess)
          Constructor for WKBParser.
AbstractWKBGetter(org.wkb4j.engine.WKBFactory _factory)
           
 

Uses of WKBFactory in org.wkb4j.factories
 

Classes in org.wkb4j.factories that implement WKBFactory
 class AbstractWKBFactory
          Classes implementing WKBFactory should extend this class.
 class EmptyWKBFactory
          This Factory dones nothing.
 class LoggingWKBFactory
           
 

Uses of WKBFactory in org.wkb4j.jts
 

Classes in org.wkb4j.jts that implement WKBFactory
 class JTSFactory
          This class has the capability to transform data in the WKB format into JTS objects.
 

Uses of WKBFactory in org.wkb4j.openmap
 

Classes in org.wkb4j.openmap that implement WKBFactory
 class OpenMapFactory
          This class has capability to transform data in the WKB format into OpenMap objects.
 

Uses of WKBFactory in org.wkb4j.postgis
 

Classes in org.wkb4j.postgis that implement WKBFactory
 class PostGISFactory
          This class has the capability to transform data in the WKB format into PostGIS objects.
 



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