DBA Data[Home] [Help] [Dependency Information]


TABLE: CSF.CSF_LF_ROADSEGMENTS

Object Details
Object Name: CSF_LF_ROADSEGMENTS
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.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


Storage Details
Tablespace: TablespaceAPPS_TS_MEDIA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000083003C00010$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083003C00011$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
Columns
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.
Query Text

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;

Dependencies

[top of page]

CSF.CSF_LF_ROADSEGMENTS references the following:

SchemaMDSYS
TYPESDO_GEOMETRY
SchemaSYS
PL/SQL PackageSTANDARD - show dependent code
CSF.CSF_LF_ROADSEGMENTS is referenced by following:

SchemaCSF
ViewCSF_LF_ROADSEGMENTS#