Map using XE
61820Aug 24 2006 — edited Aug 26 2006I will preface this by saying I have never used Oracle Locator or Spatial before. That being said, I am trying to find out if I can graphically display three dimensional data using Oracle 10g XE without purchasing any additional tools. The real use would be to grab coordinates of a building from a CAD file and then map it. For the sake of my prrof of concept, all I want is a script that would store data for a three dimensional box/rectangle, then display it on the screen. I'm sure I'm not the first person to ask this, can anyone point me in the right direction?
A real example would be great (create table and insert scripts, then whatever call I have to make to display it). Would be really great if the call to display could be made from my PL/SQL web application.