
Category: Geometric Operations Kind: Operation Description: Get the area of a shape (in sq meters)
| Name | Abbreviation | Type | Access | Description |
|---|---|---|---|---|
| Feature | F | Feature | Item | The feature to measure the area of |
| Name | Abbreviation | Type | Access | Description |
|---|---|---|---|---|
| Area | A | Number | Item | Thre area of the feature |
Feed in a single feature.
Can be directly from read feature, or from any operation that creates geometry.
If dealing with Lists of geometries, use a map to get the area of each list item
The output is a number reflecting the area of the geometry in square meters
To convert to imperial, use To square feet
