Top 5 Recent Articles
ARTICLES CATEGORIES
- Algorithms (20)
- All (400)
- Biography (1)
- Blog (45)
- Business Requirements (1)
- Commentary (1)
- Customers (2)
- Data Models (1)
- Education (2)
- GeoRaptor (13)
- GPS (1)
- Image Processing (2)
- Import Export (8)
- Licensing (2)
- LiDAR (1)
- Linear Referencing (4)
- Manifold GIS (3)
- Mapping (1)
- MySQL Spatial (7)
- Networking and Routing (including Optimization) (4)
- Open Source (18)
- Oracle Spatial and Locator (193)
- Partitioning (1)
- PostGIS (34)
- Projections (1)
- Published Articles (1)
- qGIS (1)
- Recommendations (1)
- Services (1)
- Software Change Log (1)
- Source Code (35)
- Space Curves (9)
- Spatial Database Functions (108)
- Spatial DB comparison (1)
- Spatial XML Processing (11)
- SQL Server Spatial (92)
- Standards (3)
- Stored Procedure (15)
- Tessellation or Gridding (10)
- Tools (2)
- Topological Relationships (1)
- Training (2)
- Triangulation (2)
PL/SQL Packages for Oracle Sdo_Geometry
I have spent quite a bit of time at night over the past few weeks re-writing the fundamental Sdo_Geometry access PL/SQL package so that it draws from the experiences gained when I wrote a read-only access Class in VB6 that used Oracle Objects For OLE (OO4O).
I converted the basic “Factory” components of the VB6 access Class to PL/SQL and got it to work. I have re-written all my old utility classes (an extensive MBR class, an GEOM utility class containing Sdo_Geometry extraction, rotation, densification, para-centroid, vectorisation components) such that they use the new GF (Geometry Factory) package. I am very pleased with the results.
Before I release the code on this site (I am thinking about using Wiki technology to do this), I am working on adding some Sdo_Geometry creation methods to the GF class. I am also finalising the implementation of augmented WKT methods based on AutoDesk’s Feature Data Objects ADF. (OGC WKT does not support 3D and 4D coordinated Sdo_Geometries.)
I hope to release this code by hosting it on this site sometime next week. If you want a copy and it is not hosted on this site soon, email me by clicking on the Contact link on this site.
Documentation
- MySQL Spatial General Function Documentation
- Oracle LRS Object Documentation
- Oracle Spatial Exporter Package Documentation
- Oracle Spatial Object Function Documentation
- Oracle Spatial Object Function Documentation (Multi Page Version)
- PostGIS pl/pgSQL Function Documentation
- SC4O Oracle Java Topology Suite (Stored Procedures) Package Documentation
- SQL Server Spatial General TSQL Function Documentation
- SQL Server Spatial LRS TSQL Function Documentation