Dbms2sde command line:
dbms2sde -o line -l hur_tbsl -stable hurtracka -ftable hurtrackb -fkey a_id -oflds id -G 4326 -key id -load -buffer -type B ...
Unlike the previous (and following) example, the vertices that will define the shape feature are in a second business table (e.g., hurtrackb) that is related to the table being spatially enabled (e.g., hurtracka). It is necessary to have a join column between these two tables (e.g., hurtracka.id and hurtrackb.a_id), as well as an “order by” column in the second table (e.g., hurtrackb.id) so that dbms2sde can create each line feature from the appropriate points in the proper order.
<-- Previous | Next --> |
dbms2sde.sourceforge.net | 2002-10-17 |