[Home] [Help]
[Dependency Information]
| Object Name: | CSF_WOM_AREA_LANDUSE |
|---|---|
| Object Type: | TABLE |
| Owner: | CSF |
| Subobject Name: | |
| Status: | VALID |
DEFINITION
A LAND USE defines the geometry of various land usages at overview level.
EXAMPLE
Some examples of land usages are: Parks, Forest, Industrial complex, Airport, Island, Military base, Reservations, etc.
MISCELLANEOUS
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000395744C00014$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000395744C00015$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CARTO_ID | NUMBER | (17) | Yes | The CARTO ID defines the unique identifier of the entity. |
| PARTITION_ID | NUMBER | (10) | PARTITION_ID attribute is not populated. | |
| FEATURE_TYPE | NUMBER | (10) | Yes | Feature type identifies the type of feature stored in geometry. |
| NAME | VARCHAR2 | (255) | Labeling name for the lands. | |
| DISPLAY_CLASS | NUMBER | (10) | DISPLAY_CLASS attribute is not populated. | |
| ISO_COUNTRY_CODE | VARCHAR2 | (5) | Country code of the landuse area. | |
| SQKM | NUMBER | (10) | Yes | Square Kilo meter of the landuse area. |
| GEOMETRY | SDO_GEOMETRY | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT CARTO_ID
, PARTITION_ID
, FEATURE_TYPE
, NAME
, DISPLAY_CLASS
, ISO_COUNTRY_CODE
, SQKM
, GEOMETRY
FROM CSF.CSF_WOM_AREA_LANDUSE;
MDSYS
SDO_ELEM_INFO_ARRAY
SDO_GEOMETRY
SDO_ORDINATE_ARRAY
SYS
STANDARD
- show dependent code
APPS
CSF_WOM_AREA_LANDUSE
|
|
|
|