Feature interface
Represents a feature of a vector layer
Signature:export interface Feature
Methods
Method | Description |
---|---|
GetGeometry() | Retrieve the geometry of the feature |
GetStyle() | Get the style of the current feature |
SetGeometry(geometry) | Set a new geometry for the feature |
SetStyle(style) | Set a new style for the feature |