Simon, thanks for the heads up.  It does seem like it's better to use the
native JDBC classes rather than Oracle-specific ones.

It's not immediately obvious what's involved with doing this.  If you can
prototype the changes required that would certainly help.  Otherwise this
will have to wait until resources are available to look into it.

Martin

On Mon, Sep 21, 2015 at 12:29 AM, Simon Greener <[email protected]>
wrote:

> Martin,
>
> I hope this email finds you well.
>
> I am doing some work with the new Oracle jar file libraries for Spatial
> for 12c. The first thing to note is that:
>
> *Deprecated.* *Use java.sql.Struct interface for declaration instead of
> using concrete class oracle.sql.STRUCT.*
>
> While it is deprecated I thought it best to try and no longer use the
> deprecated methods.
>
> This means that constructors such as:
>
> public class OraReader
> {
>      public Geometry read(STRUCT p1) { }
>
> need to have additional constructors/methods for java.sql.Struct.
>
> Is there any chance that such changes could be made to JTS?
>
> regards
> Simon
>
>
> --
> Holder of "2011 Oracle Spatial Excellence Award for Education and
> Research."
> SpatialDB Advice and Design, Solutions Architecture and Programming,
> Oracle Database 10g Administrator Certified Associate; Oracle Database 10g
> SQL Certified Professional
> Oracle Spatial, SQL Server, PostGIS, MySQL, ArcSDE, Manifold GIS, FME,
> Radius Topology and Studio Specialist.
> 39 Cliff View Drive, Allens Rivulet, 7150, Tasmania, Australia.
> Website: www.spatialdbadvisor.com
> Email: [email protected]
> Voice: +61 362 396397
> Mobile: +61 418 396391
> Skype: sggreener
> Longitude: 147.20515 (147° 12' 18" E)
> Latitude: -43.01530 (43° 00' 55" S)
> GeoHash: r22em9r98wg
> NAC:W80CK 7SWP3
>
------------------------------------------------------------------------------
_______________________________________________
Jts-topo-suite-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user

Reply via email to