https://github.com/simplicitesoftware/module-geofr
France geographical objects
https://github.com/simplicitesoftware/module-geofr
Last synced: 6 months ago
JSON representation
France geographical objects
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-geofr
- Owner: simplicitesoftware
- Created: 2021-01-27T20:00:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T16:23:25.000Z (over 4 years ago)
- Last Synced: 2024-12-29T10:44:58.697Z (over 1 year ago)
- Language: Java
- Size: 153 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
`GeoFR` module definition
=========================
France geographical business objects
`GeofrRegion` business object definition
----------------------------------------
Region (France)
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `geofrRegName` | char(100) | yes | yes | | Region name |
`GeofrDepartment` business object definition
--------------------------------------------
Department (France)
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `geofrDepName` | char(100) | yes | yes | | Department name |
`GeofrCity` business object definition
--------------------------------------
Commune
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `geofrCitName` | char(100) | yes | yes | | Commune name |
| `geofrCitCodePostal` | regexp(5) | | yes | | Code postal |
| `geofrCitCodeINSEE` | char(5) | yes* | yes | | Code INSEE |
| `geofrCitCoordinates` | geocoords | | yes | | Coordinates |
| `geofrCitDepId` link to **`GeofrDepartment`** | id | | yes | | - |
| _Ref. `geofrCitDepId.geofrDepCode`_ | _regexp(3)_ | | | | _Department code_ |
| _Ref. `geofrCitDepId.geofrDepName`_ | _char(100)_ | | | | _Department name_ |
| `geofrRegCode` link to **`GeofrRegion`** | regexp(3) | yes* | yes | | Region code |
| `geofrRegName` link to **`GeofrRegion`** | char(100) | yes | yes | | Region name |