Back to the paper
# ArcStorm Definition file
# This section specifies the location of ASDB:
# LOC
#
LOC d01 /storm /storm/covs
# This section specifies the name of the database and its libraries.
# The key words are ASDB, LIB1~LIBn.
# Full path name is required for asdb, otherwise current workspace
# will be assumed.
#
ASDB lrdb1: cadastrl transprt landbase
COV1 cadastrl: parcels row subdv esmnt symbol
COV2 transprt: rd_edge bridges rdcl rrlines
COV3 landbase: hydro parks cemetery
LIB1 cadastrl: parcels row subdv esmnt symbol
LIB2 transprt: rd_edge bridges rdcl rrlines
LIB3 landbase: water parks cemetery
# This section defines the library structure and layers
# characteristiecs.
# Key word for library definition is LIBDEF, or LIBDEF1~LIBDEFn
# Library definition and its possible definition formats:
# 1.
# 2.
# 3.
#
# 4.
#
# The key word for layer definition is LYR11, LYR12, ...
# LYR21, LYR22, LYR23, ...
# Note:
# 1. Full path is required for extend and density covers,
# otherwise the current workspace will be assumed.
# 2. If no LYR definitions, the security for library will be used.
#
LIBDEF /data/d01data/covs/munibuf
~ /data/d01data/covs/bldgpt density 5000 /data/d01data/covs/bldgpt
# Specify ownerhsip: owner group group_permission world_permission
# SEC|SECURITY {owner} {group} {RW|R|none} {R|RW|none}
#
SECURITY htu mappers rw r
# Specify DBMS and its registed tables
# Keyword for database management system is DBMS and TABLES
# DBMS
# TABLES {connect} :
#
DBMS oracle lrs24/lrs24@prod
TABLES oracle: lrs_subd_lot lrs_condo_cd lrs_parcel_sts
~ lrs_parcel_acct lrs_upi_tree lrs_parcel_attr lrs_parcel
~ lrs_subd_phase
# Add hsitory tables
#
# add history in the end of each oracle tables.
# HTAB oracle: lrs_subd_lot_history lrs_condo_cd_history etc
# Specify Info table space and info files
# Keyword is INFO or INFOS
# INFOS {info_table_space}: info_file{|library} ...
# Note: without |library means that that infotable will be a globle
# table.
# Ex:
# INFO /storm/lrdbtest/infotabs : condo.tbl any.tbl|landbase
#
INFOS : condo.tbl|cadastrl
Back to the paper