![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <featurelayerimporter.h>
Public Attributes | |
| QString | filePath |
| OGR datasource path. | |
| QString | layerName |
| OGR sublayer name; empty = first layer. | |
| QString | filterExpr |
| current OGR attribute filter of the layer | |
| bool | selectedOnly = false |
| QSet< long long > | selectedFids |
| honored when selectedOnly | |
| QString | sourceWkt |
| source-layer CRS WKT; empty = none | |
| QString | targetWkt |
| model-layer CRS WKT; empty = none | |
Everything the worker thread needs to read the source features — plain data, no QObject/layer pointers cross the thread boundary.
| QString openswmmvis::import::SourceSpec::filePath |
OGR datasource path.
| QString openswmmvis::import::SourceSpec::filterExpr |
current OGR attribute filter of the layer
| QString openswmmvis::import::SourceSpec::layerName |
OGR sublayer name; empty = first layer.
| QSet<long long> openswmmvis::import::SourceSpec::selectedFids |
honored when selectedOnly
| bool openswmmvis::import::SourceSpec::selectedOnly = false |
| QString openswmmvis::import::SourceSpec::sourceWkt |
source-layer CRS WKT; empty = none
| QString openswmmvis::import::SourceSpec::targetWkt |
model-layer CRS WKT; empty = none