[Home] [Help]
[Dependency Information]
| Object Name: | CSF_TDS_TILES_WM |
|---|---|
| Object Type: | TABLE |
| Owner: | CSF |
| Subobject Name: | |
| Status: | VALID |
DEFINITION
A TDS TILE defines the result of spatial index creation (tiling).
EXAMPLE
MISCELLANEOUS
Rather a a rectangular region in the network containing nodes and edges (segments). A tile can be loaded separately into memory.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000493481C00014$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000493481C00015$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TILE_ID | NUMBER | (30) | Yes | The TILE ID defines the unique identifier of the entity. |
| SUCC_TILE_1 | NUMBER | The SUCC TILE 1 defines a reference to the first successive tile. | ||
| SUCC_TILE_2 | NUMBER | The SUCC TILE 2 defines a reference to the second successive tile. | ||
| SUCC_TILE_3 | NUMBER | The SUCC TILE 3 defines a reference to the third successive tile. | ||
| SUCC_TILE_4 | NUMBER | The SUCC TILE 4 defines a reference to the fourth successive tile. | ||
| BIN_INDEX | NUMBER | Numeric value used to generate index for Segment in Binary TDS file | ||
| SECURITY_GROUP_ID | NUMBER | Identifier used for running in hosted mode. | ||
| GEOMETRY | SDO_GEOMETRY | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT TILE_ID
, SUCC_TILE_1
, SUCC_TILE_2
, SUCC_TILE_3
, SUCC_TILE_4
, BIN_INDEX
, SECURITY_GROUP_ID
, GEOMETRY
FROM CSF.CSF_TDS_TILES_WM;
MDSYS
SDO_ELEM_INFO_ARRAY
SDO_GEOMETRY
SDO_ORDINATE_ARRAY
SYS
STANDARD
- show dependent code
CSF
CSF_TDS_TILES_WM#
|
|
|
|