What this sample helps you learn
This module demonstrates basic Oracle AI Database Spatial operations over JDBC using `oracle.spatial.geometry.JGeometry`.
What this sample demonstrates
Spatial
Location-aware storage, indexing, and spatial queries over geometry data.
Use when products ask about proximity, containment, routing, zones, or other location behavior.
Highlights
- create a table with an MDSYS.SDO_GEOMETRY column
- register geometry metadata and build a spatial index
- insert point and polygon geometries with JGeometry.storeJS
- read geometries back with JGeometry.loadJS