Copy Features
ចម្លងលក្ខណៈទៅ feature class ថ្មី ឬបន្ថែមទៅស្រទាប់ដែលមានស្រាប់ ដោយអាចប្តូរប្រភេទធរណីមាត្រតាមផ្លូវ — centroid កំពូល ខ្សែព្រំដែន ឬចំណុចចុង។
- រកឃើញនៅឯណា
- KGA Toolbox ▸ Data Creation ▸ Quick Template ▸ Copy Features
ទិដ្ឋភាពទូទៅ
This is more than a copy: the geometry conversion options make it a quick way to derive points from polygons or lines without running a separate conversion tool.
ការប្រើប្រាស់
- The Source section reports what will be copied — Layer, Geometry, Features, and Selected counts — so the scope is visible before you run. Use only selected features limits the copy to the current selection.
- There are two destinations, and they behave differently: Appending to an existing layer adds rows to data you already have; there is no undo short of deleting the appended features. Copy to a new feature class when in doubt.
| Destination | Behaviour |
|---|---|
| Copy to New Feature Class | Creates a new dataset. Output location offers Project default geodatabase, Same as source location, or Specify new output location..., with an Output name. |
| Copy to Existing Layer | Appends into the Target layer. The target's schema must be able to accept the incoming features. |
- Geometry conversion options are the useful part. Rather than copying geometry unchanged, the output can be derived from it: From polygons: From lines:
| Option | Produces |
|---|---|
| Center point (centroid) | One point per polygon |
| Vertex points | One point per boundary vertex |
| Single closed boundary line | One closed line per polygon |
| Option | Produces |
|---|---|
| Split lines at vertices | One line per segment |
| Start point / End point / Midpoint | A single marker point per line |
| Vertices | One point per vertex |
| Both start and end | Two points per line |
- Connect by selection order and Connect by ObjectID ascending decide the order points are joined in when building a line. This matters: selection order lets you control the traverse by clicking the points in sequence, while ObjectID order follows the stored feature order, which may not be the geographic order at all. Use selection order when building a boundary from surveyed points.
- Calculate X and Y coordinate adds and populates coordinate fields on a point output, saving a separate calculate-geometry step.
ប៉ារ៉ាម៉ែត្រ
| ផ្ទាំងគ្រប់គ្រង | ការពិពណ៌នា |
|---|---|
| Layer: / Geometry: / Features: / Selected: | Read-only summary of the source layer and its feature counts. |
| Use only selected features | Copies only the features currently selected in the map. |
| Copy to New Feature Class | Creates a new dataset for the copy. |
| Output location | Project default geodatabase, Same as source location, or Specify new output location.... |
| Browse... | Browses for a custom output location. |
| Output name | The name of the new feature class. |
| Copy to Existing Layer | Appends the features into an existing layer instead. |
| Target layer | The layer that receives the appended features. |
| Center point (centroid) | Polygon input: one point per polygon centroid. |
| Vertex points | Polygon input: one point per boundary vertex. |
| Single closed boundary line | Polygon input: one closed line per polygon. |
| Split lines at vertices | Line input: one line per segment. |
| Start point / End point / Midpoint | Line input: a single marker point per line. |
| Vertices | Line input: one point per vertex. |
| Both start and end | Line input: two points per line. |
| Connect by selection order | Joins points in the order they were selected. |
| Connect by ObjectID ascending | Joins points in stored feature order. |
| Calculate X and Y coordinate | Adds and populates coordinate fields on a point output. |
| Run | Performs the copy. |
របៀបប្រើ
Copy features to a new feature class
- In the Contents pane, select the source layer. To copy a subset, select those features on the map.
- On the KGA Toolbox tab, in the Data Creation group, open the Quick Template menu and click Copy Features.
- Check the Source summary, and check Use only selected features if appropriate.
- Choose Copy to New Feature Class, set the Output location and Output name.
- Click Run.
Derive centroids from polygons
- Open the tool with the polygon layer selected.
- Choose Copy to New Feature Class and set the output.
- Select Center point (centroid).
- Check Calculate X and Y coordinate if the coordinates are needed as attributes.
- Click Run.
Build a line through surveyed points
- Select the points on the map, clicking them in the order the line should follow.
- Open the tool and check Use only selected features.
- Choose Connect by selection order, not Connect by ObjectID ascending.
- Set the output and click Run.
ព័ត៌មានអាជ្ញាបណ្ណ
Requires an active KGA Toolbox license. The tool validates the license before running.