@mapgear/geoapps > SplitOptions
SplitOptions class
The options for the Split action
export declare class SplitOptions
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | Constructs a new instance of the SplitOptions class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| attributes | Array<JsonEditableDatasetAttribute> | List of attributes that is used for updating the original feature | |
| removeOriginal | boolean | Whether the original needs to be removed | |
| splitAttributes | Array<JsonEditableDatasetAttribute> | List of attributes used to update the new features |