SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmmvis::import::SourceSpec Struct Reference

#include <featurelayerimporter.h>

Collaboration diagram for openswmmvis::import::SourceSpec:

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
 

Detailed Description

Everything the worker thread needs to read the source features — plain data, no QObject/layer pointers cross the thread boundary.

Member Data Documentation

◆ filePath

QString openswmmvis::import::SourceSpec::filePath

OGR datasource path.

◆ filterExpr

QString openswmmvis::import::SourceSpec::filterExpr

current OGR attribute filter of the layer

◆ layerName

QString openswmmvis::import::SourceSpec::layerName

OGR sublayer name; empty = first layer.

◆ selectedFids

QSet<long long> openswmmvis::import::SourceSpec::selectedFids

honored when selectedOnly

◆ selectedOnly

bool openswmmvis::import::SourceSpec::selectedOnly = false

◆ sourceWkt

QString openswmmvis::import::SourceSpec::sourceWkt

source-layer CRS WKT; empty = none

◆ targetWkt

QString openswmmvis::import::SourceSpec::targetWkt

model-layer CRS WKT; empty = none


The documentation for this struct was generated from the following file: