|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.jdbc.JDBCFeatureWriter org.geotools.data.jdbc.JDBCTextFeatureWriter org.geotools.data.hsql.HsqlFeatureWriter
Feature writer handling specific geometric function from HSQL This essentially adds the DB in a box wrappers around various HSQL queries make them work.
Field Summary |
Fields inherited from class org.geotools.data.jdbc.JDBCFeatureWriter |
closed, current, fidAttributes, listenerManager, live, queryData, reader |
Constructor Summary | |
HsqlFeatureWriter(FeatureReader fReader,
QueryData queryData)
Creates a new instance of HsqlFeatureWriter |
Method Summary | |
protected java.lang.String |
getGeometryInsertText(com.vividsolutions.jts.geom.Geometry geom,
int srid)
Turns a geometry into the textual version needed for the sql statement |
Methods inherited from class org.geotools.data.jdbc.JDBCTextFeatureWriter |
addQuotes, doInsert, doUpdate, encodeColumnName, encodeName, makeDeleteSql, makeInsertSql, makeUpdateSql, remove, useQueryDataForInsert |
Methods inherited from class org.geotools.data.jdbc.JDBCFeatureWriter |
close, getFeatureType, hasNext, next, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HsqlFeatureWriter(FeatureReader fReader, QueryData queryData) throws java.io.IOException
fReader
- queryData
-
java.io.IOException
Method Detail |
protected java.lang.String getGeometryInsertText(com.vividsolutions.jts.geom.Geometry geom, int srid)
JDBCTextFeatureWriter
getGeometryInsertText
in class JDBCTextFeatureWriter
geom
- srid
-
JDBCTextFeatureWriter.getGeometryInsertText(com.vividsolutions.jts.geom.Geometry,
int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |