The Artima Developer Community
Sponsored Link

Java Answers Forum
Java -> Oracle Spatial

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ronan Cranley

Posts: 1
Nickname: rcranley
Registered: Feb, 2003

Java -> Oracle Spatial Posted: Feb 17, 2003 11:17 AM
Reply to this message Reply
Advertisement
I'm connecting to an Oracle 9i database using a Java Client over JDBC.

I perform spatial queries on the database and need to display the results to the user in both Tabular (in a JTable) and graphical (Draw the resulting boundries etc that get returned) formats.

I have the connection set up and data is returned (I am using a ResultsModel class which extends AbstractTableModel to get the column names etc, and I see the Spatial Column is returned), but I don't know how to get the Spatial Data out of the ResultSet.

I'm new to both Java and Oracle Spatial and have the SDOAPI classes etc necessary for managing the data, but am unsure how to use them.

Any help would be greatly appreciated...

Ronan

Topic: Please Help "\r\n" Previous Topic   Next Topic Topic: Spectrograms

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use