MPF ha scritto: > Hi! > So geotools contains the Oracle Spatial Class Libary? Or can I use geotools > for Oracle spatial? Example?
It does not. It contains an Oracle datastore, which is our abstraction for data access, which is using our own version of the Oracle geometry parsing code (for licensing issues with the one provided by Oracle, possible for performance reasons too, can't remember why it was written like this exactly). With GeoTools you can access an Oracle spatial/locator database and do things like drawing a map, altering a table contents, extracting features matchins a certain filter and store them to a shapefile or to another spatial database. As for examples... there are none specific to Oracle, but you can find something about postgis and db2 here: http://docs.codehaus.org/display/GEOTDOC/Home You'll have to adapt to the Oracle specific case. If you do, consider providing back docs like other users did. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
