Applying and Extending Oracle Spatial: Source Code Problem

Source Code The source code for the T_GEOMETRY object which was released with my book “Applying and Extending Oracle Spatial” (co-authored with Dr Siva Ravada) is incorrect. The zip file code for chapters 6,7,8, 10 and 11 is draft code from an earlier stage of the book’s production. The final code (which include the vitallyRead More

PL/SQL Objects from “Applying and Extending Oracle Spatial”

In my book (co-authored with Dr Siva Ravada) I provide those who purchase it with a number of Oracle Objects that are a re-write of a lot of the packages I have made available on this website over the years. Those object types include new material besides the re-writes and bug fixes. The object typesRead More

Book: “Applying And Extending Oracle Spatial”

Folks, On Sunday 30th September 2013 a book I designed and then co-wrote with Dr Siva Ravada (Director Development, Oracle Spatial) was released by PACKT publishing. The book is called Applying and Extending Oracle Spatial. The book is also available at Amazon A lot of the ideas I have expressed on this website over theRead More

Building Polygons from Incomplete Linestrings using ST_PolygonBuilder

The ST_PolygonBuilder function in the Spatial Companion for Oracle (SC4O) package provides a mechanism via which linestring can be compiled into polygons. I have given some simple examples in a post I made a few years ago. I will now give a much more complex example that I wrote in response to a request onRead More

Intersecting two aggregated polygon layers with SC4O

Someone downloaded my Spatial Companion for Oracle (SC4O) package the other day, then asked asked the following question(s): I have to calculate the intersection between two regions on a map. Each region is represented in the db as a >column in different tables. For now I have two columns of polygons one with 1500 entriesRead More