Network Builder
បង្កើតក្រាបភ្ជាប់គ្នាពីស្រទាប់ក្បាលដី ដោយបង្កើត feature class node នៅជ្រុង, feature class edge តាមព្រំដែន និងតារាងជាប់គ្នាភ្ជាប់ក្បាលដី។
- រកឃើញនៅឯណា
- KGA Toolbox ▸ Geoprocessing ▸ Cadastral Tools ▸ Network Builder
ទិដ្ឋភាពទូទៅ
Where Parcel Adjacency answers "which parcels touch", this tool produces the full topological structure — the corners, the boundary segments between them, and the parcel relationships — as three related datasets.
ការប្រើប្រាស់
- Three datasets are written into Output Workspace, named by the three name parameters:
| Dataset | Default name | Contents |
|---|---|---|
| Nodes | ParcelNodes | Points at the parcel corners |
| Edges | ParcelEdges | Lines along the parcel boundaries |
| Adjacency table | ParcelAdjacency | Parcel-to-parcel relationships |
- Snap Tolerance defaults to
0.01and is the critical parameter. Corners of adjacent parcels are almost never numerically identical; the tolerance decides how close is close enough to be treated as one node. Set it just above the coordinate scatter in the data. For clean survey data0.01metres is appropriate; for digitised legacy mapping a larger value may be necessary.- Too small — corners that should coincide become separate nodes and the graph is disconnected.
- Too large — genuinely distinct corners collapse into one node and parcels appear adjacent when they are not.
- Input Parcel Layer accepts polygon layers only, and must use a projected coordinate system so the snap tolerance is a ground distance.
- The three output names must not collide with existing datasets in the output workspace.
ប៉ារ៉ាម៉ែត្រ
| ឈ្មោះ | ប្រភេទទិន្នន័យ | ការពិពណ៌នា |
|---|---|---|
| Input Parcel Layer | Feature Layer | The parcel layer to convert into a graph. Polygon geometry only. |
| Parcel ID Field | Field | The field identifying each parcel, carried into the edges and adjacency table. |
| Output Workspace | Workspace; Feature Dataset | The geodatabase or feature dataset that receives the three outputs. |
| Snap Tolerance | Double | The distance within which nearby corners are treated as a single node, in the layer's coordinate system units. Default is |
| Output Nodes Nameជម្រើស | String | The name of the node feature class. Default is |
| Output Edges Nameជម្រើស | String | The name of the edge feature class. Default is |
| Output Adjacency Table Nameជម្រើស | String | The name of the adjacency table. Default is |
Derived Output
| ឈ្មោះ | ប្រភេទទិន្នន័យ | ការពិពណ៌នា |
|---|---|---|
| Output Nodes FC | Feature Layer | The generated node feature class. |
| Output Edges FC | Feature Layer | The generated edge feature class. |
| Output Adjacency Table | Table | The generated adjacency table. |
របៀបប្រើ
- Confirm the parcel layer uses a projected coordinate system.
- On the KGA Toolbox tab, in the Geoprocessing group, open the Cadastral Tools gallery and click Network Builder.
- Set Input Parcel Layer and Parcel ID Field.
- Set Output Workspace.
- Set Snap Tolerance. Keep
0.01for clean survey data; increase it for digitised legacy mapping. - Accept the three default output names, or change them if the workspace already holds datasets with those names.
- Click Run.
- Inspect the node layer. Clusters of several nodes where one corner should be indicate the snap tolerance is too small — raise it and run again.
ព័ត៌មានអាជ្ញាបណ្ណ
Requires an active KGA Toolbox license. The tool validates the license before running.