Composite configuration keywords |
|
Release 9.3 |
NETWORK_HWY
NETWORK_HWY::DESC
NETWORK_HWY::NETWORK
NOTE: Terrains can only be created if you have the 3D Analyst extension installed and active.
NOTE: In SQL Server databases, two additional sets of network, topology, and terrain composite keywords have already been added for you: one for the geometry storage type and one for the geography storage type.
For example, if you are using ArcSDE for PostgreSQL and you leave your DEFAULTS GEOMETRY_STORAGE set to ST_GEOMETRY but you want to occasionally store your topology tables using the PostGIS geometry storage type, you would create a set of topology composite keywords for the PG_GEOMETRY type. You would do this if you create some of your feature classes with the PG_GEOMETRY keyword and want to create a topology for these. Custom keywords for the topology might look something like the following:##TOPOLOGY_PG_GEOMETRY
UI_TOPOLOGY_TEXT "Topology setting for PG_GEOMETRY"
GEOMETRY_STORAGE "PG_GEOMETRY"
A_STORAGE "TABLESPACE pgtblspace"
B_STORAGE "TABLESPACE pgtblspace"
D_STORAGE "TABLESPACE pgtblspace"
END
##TOPOLOGY_PG_GEOMETRY::DIRTYAREAS
GEOMETRY_STORAGE "PG_GEOMETRY"
A_STORAGE "TABLESPACE pgtblspace"
B_STORAGE "TABLESPACE pgtblspace"
D_STORAGE "TABLESPACE pgtblspace"
END
NOTE: Be aware, your configuration keyword name cannot exceed 32 characters total.