Spatial Features - Sample Code

Unless explicitly identified as such, the sample code here is not certified or supported by Oracle; it is intended for educational or testing purposes only.

Download

Description

Name

This tutorial outlines the steps required to set up and configure a network, and conduct the analysis. Sample pieces of code that illustrate the usage of the analytic functions are provided. Spatial Network Data Model Tutorial
This sample code provides an example of how to write a loader (inAdaptor) for the GeoRaster feature to upload external image/raster files into a GeoRaster object. Sample Code in Java to Load Images into GeoRaster Objects
This program first performs a spatial search on georaster.spatialextent to get back a candidate set of georaster objects. For each georaster returned, the program performs a sdo_geor.getRasterSubset. This is only an example application. You could modify this example to build a pick list from the georaster.spatialextent search, and only call sdo_geor.getRasterSubset when a user picks a georaster from your list. Sample Code in C/OCI to Access GeoRaster Objects

For Graph Features sample code visit the Graph Features page.