See FEATURE_GEOMETRY_VW. Because PCE line/area features created before HPD 4.0 may return NULL geometry in the FEATURE_GEOMETRY_VW view, this function can build a geometry for PCE line/area features.
This function will be removed in a future release when FEATURE_GEOMETRY_VW is updated to handle all line/area features created before HPD 4.0. |
Input
Parameter | Type | Description |
|---|---|---|
v_rep_id | NUMBER | The spatial representation id. This represents the geometry. |
Output
Type | Description |
|---|---|
SDO_GEOMETRY | The geometry of the PCE line/area feature.NULL for all other types of feature. |
Example
select p_feature_api.getBranchGeometry(&REP_ID) from dual; |
Exceptions
• This function requires at least Oracle 10.2.