FFS_CML_SHAPE

Stores SHAPE and user data for custom map layers.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_CML_SHAPE_PK

SHAPE_ID

Columns

Name Datatype Length Precision Not-null Comments
SHAPE_ID NUMBER 19 Yes Unique identifier for custom map shape.
LAYER_ID NUMBER 10 Yes Layer identifier from custom map layer table.
CUSTOM_INDEX VARCHAR2 255 Index field (data copied from JSON_DATA).
SDO_GEOM_COLUMN UDT Stores rectified geometry data from shape file.
JSON_DATA BLOB User data stored as json based on shapefile data.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_CML_SHAPE_N1 Non Unique DATA LAYER_ID, CUSTOM_INDEX
FFS_CML_SHAPE_PK Unique DATA SHAPE_ID