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


TABLE: CSF.CSF_LF_ROADSEGMENTS_EU

Object Details
Object Name: CSF_LF_ROADSEGMENTS_EU
Object Type: TABLE
Owner: CSF
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_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000493210C00011$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000493210C00012$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
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
SECURITY_GROUP_ID NUMBER

Identifier user for running in hosted mode.
ROADSEGMENT_GEOMETRY SDO_GEOMETRY (1)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROADSEGMENT_ID
,      ROADSEGMENT_LENGTH
,      TIME_ZONE
,      SECURITY_GROUP_ID
,      ROADSEGMENT_GEOMETRY
FROM CSF.CSF_LF_ROADSEGMENTS_EU;

Dependencies

[top of page]

CSF.CSF_LF_ROADSEGMENTS_EU references the following:

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

SchemaCSF
ViewCSF_LF_ROADSEGMENTS_EU#