Top 5 Recent Articles
ARTICLES CATEGORIES
- Algorithms (22)
- All (399)
- Biography (1)
- Blog (44)
- Business Requirements (1)
- Commentary (1)
- Conversion (2)
- 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) (5)
- Open Source (18)
- Oracle Spatial and Locator (194)
- Partitioning (1)
- PostGIS (36)
- Projections (1)
- Published Articles (1)
- qGIS (1)
- Recommendations (1)
- Services (1)
- Software Change Log (1)
- Source Code (37)
- Space Curves (9)
- Spatial Database Functions (109)
- Spatial DB comparison (1)
- Spatial XML Processing (11)
- SQL Server Spatial (92)
- Standards (3)
- Stored Procedure (17)
- 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 Functions
- Oracle LRS Objects
- Oracle Spatial Exporter (Java + pl/SQL)
- Oracle Spatial Object Functions
- Oracle Spatial Object Functions (Multi Page)
- PostGIS pl/pgSQL Functions
- SC4O Oracle Java Topology Suite (Java + pl/SQL)
- SQL Server Spatial General TSQL Functions
- SQL Server Spatial LRS TSQL Functions