CIRCLE
Description
This table stores the circles.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the circle. |
| RADIUS_IN_METERS | double | The radius of the circle in meters. |
| CENTER_CIRCLE_ID | bigint | The ID of the center circle. |
Foreign Key Relationships
- CENTER_CIRCLE_ID references VERTEX(ID)