Uses of Class
org.geotools.data.jdbc.JDBCFeatureWriter

Packages that use JDBCFeatureWriter
org.geotools.data.jdbc   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
 

Uses of JDBCFeatureWriter in org.geotools.data.jdbc
 

Subclasses of JDBCFeatureWriter in org.geotools.data.jdbc
 class JDBCPSFeatureWriter
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class JDBCTextFeatureWriter
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 

Methods in org.geotools.data.jdbc that return JDBCFeatureWriter
protected  JDBCFeatureWriter JDBC1DataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, QueryData queryData)
          Deprecated.  
 

Uses of JDBCFeatureWriter in org.geotools.data.mysql
 

Subclasses of JDBCFeatureWriter in org.geotools.data.mysql
 class MySQLFeatureWriter
          Feature writer handling specific geometric function from MySQL 4.1 TODO This ought to handle MySQL 4.1's geometric datatypes, but it does not work.
 

Methods in org.geotools.data.mysql that return JDBCFeatureWriter
protected  JDBCFeatureWriter MySQLDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, QueryData queryData)
           
 

Uses of JDBCFeatureWriter in org.geotools.data.oracle
 

Subclasses of JDBCFeatureWriter in org.geotools.data.oracle
 class OracleFeatureWriter
          Subclasses JDBCTextFeatureWriter to issue Oracle transactions directly as sql text statements.
 

Methods in org.geotools.data.oracle that return JDBCFeatureWriter
protected  JDBCFeatureWriter OracleDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
          Returns a Oracle text based feature writer that just issues the sql statements directly, as text.
 

Uses of JDBCFeatureWriter in org.geotools.data.postgis
 

Subclasses of JDBCFeatureWriter in org.geotools.data.postgis
 class PostgisFeatureWriter
          An implementation of FeatureWriter that will work over a result set.
 

Methods in org.geotools.data.postgis that return JDBCFeatureWriter
protected  JDBCFeatureWriter PostgisDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
          DOCUMENT ME!
 



Copyright © 1996-2010 Geotools. All Rights Reserved.