| org.geotools.data.jdbc.JDBCTextFeatureWriter org.geotools.data.geometryless.GeometrylessFeatureWriter
GeometrylessFeatureWriter | public class GeometrylessFeatureWriter extends JDBCTextFeatureWriter (Code) | | 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.
This is because 4.1 sends geometric data in a different packet format than other
datatypes, and because of this the MySQL driver does not allow ResultSet objects
with geometric data to be updatable. I have not found anything about this MySQL
bug in the MySQL bug database, so I will add a new bug there. In the meantime,
this package should work fine for writing non-geometric data.
author: Gary Sheppard garysheppard@psu.edu author: wolf author: Gary Sheppard garysheppard@psu.edu |
|
|