FFS_CML_MAP_LAYER
Stores URLs for custom map layers.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_CML_MAP_LAYER_PK |
LAYER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LAYER_ID | NUMBER | 10 | Yes | Unique identifier for Custom Map Layer. | |
LAYER_LABEL | VARCHAR2 | 96 | User defined human readable layer identifier. | ||
LAYER_TYPE | VARCHAR2 | 8 | Type of layer (enum: 'internal', 'external'). | ||
LAYER_SOURCE_NAME | VARCHAR2 | 1020 | Data source name for external layer. | ||
LAYER_THEME | VARCHAR2 | 1020 | MapViewer theme for external layer. | ||
LAYER_URL | VARCHAR2 | 4000 | URL to MapViewer for external layer. | ||
LAYER_STATUS | VARCHAR2 | 8 | Status of layer (enum: 'active','inactive'). | ||
LAYER_JOB_ID | VARCHAR2 | 128 | Identifier To Track Layer Proccessing Status. | ||
LAYER_CREATED | TIMESTAMP | Date and time when was layer created. | |||
LAYER_UPDATED | TIMESTAMP | Layer last update date and time. | |||
LAYER_SOURCE_URL | VARCHAR2 | 4000 | Source URL for internal layer shapefile. | ||
LAYER_SRID | NUMBER | 10 | Yes | Spatial reference identifier(SRID) of layer. | |
LAYER_ASSIGNMENT | VARCHAR2 | 9 | Layer assigment (enum: 'work_zone ','layer'). | ||
LAYER_SHAPE_IDENTIFIER | VARCHAR2 | 120 | Shape identifier column name for work_zone layer. | ||
ACTION_LINK_ID | NUMBER | 10 | Reference to Action Link if the hint button is set. | ||
FORM_ID | NUMBER | 10 | Reference to Form if the hint button is set. | ||
PLUGIN_FORM_FIELD_LOB | BLOB | Data in JSON format related with Plugin/Form proprties if the hint button is set. | |||
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_MAP_LAYER_PK | Unique | DATA | LAYER_ID |
FFS_CML_MAP_LAYER_U1 | Unique | DATA | LAYER_LABEL |