[Home] [Help]
[Dependency Information]
| Object Name: | CSF_LF_ROADSEGMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | CSF |
| FND Design Data: | CSF.CSF_LF_ROADSEGMENTS
|
| Subobject Name: | |
| Status: | VALID |
DEFINITION
A Road Segment is a navigable feature such as a Road, Ferry or Walkway. Road Segments make up the navigable road network. A Road Segment is always bounded by two nodes. A road segment will have various attributes associated with it.
EXAMPLE
MISCELLANEOUS
| Tablespace: | APPS_TS_MEDIA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000083003C00010$$ | LOB | UNIQUE |
APPS_TS_MEDIA
|
|
| SYS_IL0000083003C00011$$ | LOB | UNIQUE |
APPS_TS_MEDIA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROADSEGMENT_ID | NUMBER | (30) | Yes | Permanent identifier for RoadSegment (=GDF3.0 Edge ID) |
| ROADSEGMENT_LENGTH | NUMBER | Yes | Length of road segment | |
| TIME_ZONE | NUMBER | The time zone for this road segment | ||
| ROADSEGMENT_GEOMETRY | SDO_GEOMETRY | (1) | ||
| SECURITY_GROUP_ID | NUMBER | Identifier user for running in hosted mode. |
Cut, paste (and edit) the following text to query this object:
SELECT ROADSEGMENT_ID
, ROADSEGMENT_LENGTH
, TIME_ZONE
, ROADSEGMENT_GEOMETRY
, SECURITY_GROUP_ID
FROM CSF.CSF_LF_ROADSEGMENTS;
MDSYS
SDO_GEOMETRY
SYS
STANDARD
- show dependent code
CSF
CSF_LF_ROADSEGMENTS#
|
|
|
|