Set the coordinate reference system information for all HPD source data. HPD source data is expected to be unprojected data stored as geographic coordinates.
The source data in an HPD schema is initially assumed to be in CARIS Datum WG84, using EPSG code EPSG:4326, which is Oracle SRID 8307.
Because all HPD source features are assumed to be in this coordinate reference system, this procedure does not transform features from one coordinate reference system to another.
Input
Parameter | Type | Description |
|---|---|---|
v_EPSG | VARCHAR2 | EPSG code of the HPD source data. Only EPSG:4326 and EPSG:4258 are supported. |
Example
exec p_hpdconfig.set_source_geographic_crs('EPSG:4258'); |
Reminder: You will not see the effect of the example until you commit and the application is restarted. |
Exception
Only EPSG:4326 and EPSG:4258 are supported.