Title |
Feature Class |
Input Type | Selection list |
Select Statement | select f_class_name, caption from TB_Dictionary where f_class_type <> 'T' order by f_class_name; (feature class type ‘T’ = attribute) |
Geometry Select Statement | Leave empty. |
Result rows are F_Class_Name and Caption. For example:
SW_BUILDING Building
SW_MANHOLE Manhole
SW_SEWER Sewer
Title |
Feature |
Input Type | Text box |
Select Statement | select fid from {0} where fid = {1} order by fid |
Geometry Select Statement | Select geom from {0} where fid = {1} |
This select statement uses the input type Text Box. The select statement uses the value (FID) that you entered: {1}.
Result rows: FID … 100 … 101 … 102
For more information, see Feature Search: Sequential Search.