Home
last modified time | relevance | path

Searched refs:QgsVectorTileWriter (Results 1 – 25 of 64) sorted by relevance

123

/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsvectortilewriter.cpp89 QList<QgsVectorTileWriter::Layer> layers; in test_basic()
90 layers << QgsVectorTileWriter::Layer( vlPoints ); in test_basic()
91 layers << QgsVectorTileWriter::Layer( vlLines ); in test_basic()
92 layers << QgsVectorTileWriter::Layer( vlPolys ); in test_basic()
94 QgsVectorTileWriter writer; in test_basic()
162 QList<QgsVectorTileWriter::Layer> layers; in test_mbtiles()
167 QgsVectorTileWriter writer; in test_mbtiles()
234 QgsVectorTileWriter writer; in test_mbtiles_metadata()
237 writer.setLayers( QList<QgsVectorTileWriter::Layer>() << QgsVectorTileWriter::Layer( vlPoints ) ); in test_mbtiles_metadata()
273 QList<QgsVectorTileWriter::Layer> layers; in test_filtering()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsvectortilewriter.cpp92 QList<QgsVectorTileWriter::Layer> layers; in test_basic()
97 QgsVectorTileWriter writer; in test_basic()
165 QList<QgsVectorTileWriter::Layer> layers; in test_mbtiles()
170 QgsVectorTileWriter writer; in test_mbtiles()
237 QgsVectorTileWriter writer; in test_mbtiles_metadata()
240 writer.setLayers( QList<QgsVectorTileWriter::Layer>() << QgsVectorTileWriter::Layer( vlPoints ) ); in test_mbtiles_metadata()
276 QList<QgsVectorTileWriter::Layer> layers; in test_filtering()
286 QgsVectorTileWriter writer; in test_filtering()
336 QList<QgsVectorTileWriter::Layer> layers; in test_z0TileMatrix3857()
341 QgsVectorTileWriter writer; in test_z0TileMatrix3857()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/processing/
H A Dqgsprocessingparametervectortilewriterlayers.cpp73 const QList<QgsVectorTileWriter::Layer> layers = parameterAsLayers( value, context ); in valueAsPythonString()
74 for ( const QgsVectorTileWriter::Layer &layer : layers ) in valueAsPythonString()
107 QList<QgsVectorTileWriter::Layer> QgsProcessingParameterVectorTileWriterLayers::parameterAsLayers( … in parameterAsLayers()
109 QList<QgsVectorTileWriter::Layer> layers; in parameterAsLayers()
119 QgsVectorTileWriter::Layer QgsProcessingParameterVectorTileWriterLayers::variantMapAsLayer( const Q… in variantMapAsLayer()
137 QgsVectorTileWriter::Layer writerLayer( inputLayer ); in variantMapAsLayer()
150 …rocessingParameterVectorTileWriterLayers::layerAsVariantMap( const QgsVectorTileWriter::Layer &lay… in layerAsVariantMap()
H A Dqgsprocessingparametervectortilewriterlayers.h60 …static QList<QgsVectorTileWriter::Layer> parameterAsLayers( const QVariant &layersVariant, QgsProc…
62 …static QgsVectorTileWriter::Layer variantMapAsLayer( const QVariantMap &layerVariantMap, QgsProces…
64 static QVariantMap layerAsVariantMap( const QgsVectorTileWriter::Layer &layer );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/processing/
H A Dqgsprocessingparametervectortilewriterlayers.cpp73 const QList<QgsVectorTileWriter::Layer> layers = parameterAsLayers( value, context ); in valueAsPythonString()
74 for ( const QgsVectorTileWriter::Layer &layer : layers ) in valueAsPythonString()
106 QList<QgsVectorTileWriter::Layer> QgsProcessingParameterVectorTileWriterLayers::parameterAsLayers( … in parameterAsLayers()
108 QList<QgsVectorTileWriter::Layer> layers; in parameterAsLayers()
118 QgsVectorTileWriter::Layer QgsProcessingParameterVectorTileWriterLayers::variantMapAsLayer( const Q… in variantMapAsLayer()
136 QgsVectorTileWriter::Layer writerLayer( inputLayer ); in variantMapAsLayer()
149 …rocessingParameterVectorTileWriterLayers::layerAsVariantMap( const QgsVectorTileWriter::Layer &lay… in layerAsVariantMap()
H A Dqgsprocessingparametervectortilewriterlayers.h61 …static QList<QgsVectorTileWriter::Layer> parameterAsLayers( const QVariant &layersVariant, QgsProc…
63 …static QgsVectorTileWriter::Layer variantMapAsLayer( const QVariantMap &layerVariantMap, QgsProces…
65 static QVariantMap layerAsVariantMap( const QgsVectorTileWriter::Layer &layer );
/dports/graphics/qgis/qgis-3.22.3/src/core/vectortile/
H A Dqgsvectortilewriter.cpp36 QgsVectorTileWriter::QgsVectorTileWriter() in QgsVectorTileWriter() function in QgsVectorTileWriter
42 bool QgsVectorTileWriter::setRootTileMatrix( const QgsTileMatrix &tileMatrix ) in setRootTileMatrix()
53 bool QgsVectorTileWriter::writeTiles( QgsFeedback *feedback ) in writeTiles()
230 QgsRectangle QgsVectorTileWriter::fullExtent() const in fullExtent()
251 bool QgsVectorTileWriter::writeTileFileXYZ( const QString &sourcePath, QgsTileXYZ tileID, const Qgs… in writeTileFileXYZ()
280 QString QgsVectorTileWriter::mbtilesJsonSchema() in mbtilesJsonSchema()
314 QByteArray QgsVectorTileWriter::writeSingleTile( QgsTileXYZ tileID, QgsFeedback *feedback, int buff… in writeSingleTile()
323 for ( const QgsVectorTileWriter::Layer &layer : std::as_const( mLayers ) ) in writeSingleTile()
H A Dqgsvectortilewriter.h74 class CORE_EXPORT QgsVectorTileWriter
76 Q_DECLARE_TR_FUNCTIONS( QgsVectorTileWriter )
79 QgsVectorTileWriter();
144 void setLayers( const QList<QgsVectorTileWriter::Layer> &layers ) { mLayers = layers; } in setLayers()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmwritevectortiles.h26 class QgsVectorTileWriter; variable
42 …virtual void prepareWriter( QgsVectorTileWriter &writer, const QVariantMap &parameters, QgsProcess…
58 …void prepareWriter( QgsVectorTileWriter &writer, const QVariantMap &parameters, QgsProcessingConte…
73 …void prepareWriter( QgsVectorTileWriter &writer, const QVariantMap &parameters, QgsProcessingConte…
H A Dqgsalgorithmwritevectortiles.cpp58 …const QList<QgsVectorTileWriter::Layer> layers = QgsProcessingParameterVectorTileWriterLayers::par… in processAlgorithm()
60 for ( const QgsVectorTileWriter::Layer &layer : layers ) in processAlgorithm()
66 QgsVectorTileWriter writer; in processAlgorithm()
116 void QgsWriteVectorTilesXyzAlgorithm::prepareWriter( QgsVectorTileWriter &writer, const QVariantMap… in prepareWriter()
171 void QgsWriteVectorTilesMbtilesAlgorithm::prepareWriter( QgsVectorTileWriter &writer, const QVarian… in prepareWriter()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmwritevectortiles.h26 class QgsVectorTileWriter; variable
42 …virtual void prepareWriter( QgsVectorTileWriter &writer, const QVariantMap &parameters, QgsProcess…
58 …void prepareWriter( QgsVectorTileWriter &writer, const QVariantMap &parameters, QgsProcessingConte…
73 …void prepareWriter( QgsVectorTileWriter &writer, const QVariantMap &parameters, QgsProcessingConte…
H A Dqgsalgorithmwritevectortiles.cpp57 …const QList<QgsVectorTileWriter::Layer> layers = QgsProcessingParameterVectorTileWriterLayers::par… in processAlgorithm()
59 for ( const QgsVectorTileWriter::Layer &layer : layers ) in processAlgorithm()
65 QgsVectorTileWriter writer; in processAlgorithm()
115 void QgsWriteVectorTilesXyzAlgorithm::prepareWriter( QgsVectorTileWriter &writer, const QVariantMap… in prepareWriter()
163 void QgsWriteVectorTilesMbtilesAlgorithm::prepareWriter( QgsVectorTileWriter &writer, const QVarian… in prepareWriter()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/vectortile/
H A Dqgsvectortilewriter.h72 class CORE_EXPORT QgsVectorTileWriter
74 Q_DECLARE_TR_FUNCTIONS( QgsVectorTileWriter )
77 QgsVectorTileWriter();
142 void setLayers( const QList<QgsVectorTileWriter::Layer> &layers ) { mLayers = layers; } in setLayers()
H A Dqgsvectortilewriter.cpp36 QgsVectorTileWriter::QgsVectorTileWriter() in QgsVectorTileWriter() function in QgsVectorTileWriter
41 bool QgsVectorTileWriter::writeTiles( QgsFeedback *feedback ) in writeTiles()
216 QgsRectangle QgsVectorTileWriter::fullExtent() const in fullExtent()
238 bool QgsVectorTileWriter::writeTileFileXYZ( const QString &sourcePath, QgsTileXYZ tileID, const Qgs… in writeTileFileXYZ()
267 QString QgsVectorTileWriter::mbtilesJsonSchema() in mbtilesJsonSchema()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/processing/
H A Dqgsprocessingparametervectortilewriterlayers.sip.in16 …parameter provides processing framework's adapter for QList<:py:class:`QgsVectorTileWriter`.Layer>.
29 :py:class:`QgsVectorTileWriter`.Layer representation and QVariant representation.
59 …static QList<QgsVectorTileWriter::Layer> parameterAsLayers( const QVariant &layersVariant, QgsProc…
63 …static QgsVectorTileWriter::Layer variantMapAsLayer( const QVariantMap &layerVariantMap, QgsProces…
67 static QVariantMap layerAsVariantMap( const QgsVectorTileWriter::Layer &layer );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/processing/
H A Dqgsprocessingparametervectortilewriterlayers.sip.in16 …iles - this parameter provides processing framework's adapter for QList<QgsVectorTileWriter.Layer>.
29 QgsVectorTileWriter.Layer representation and QVariant representation.
63 …static QList<QgsVectorTileWriter::Layer> parameterAsLayers( const QVariant &layersVariant, QgsProc…
67 …static QgsVectorTileWriter::Layer variantMapAsLayer( const QVariantMap &layerVariantMap, QgsProces…
71 static QVariantMap layerAsVariantMap( const QgsVectorTileWriter::Layer &layer );
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsvectortile.py27 QgsVectorTileWriter,
66 layers = [QgsVectorTileWriter.Layer(vl) for vl in (vlPoints, vlLines, vlPolys)]
68 writer = QgsVectorTileWriter()
/dports/graphics/qgis/qgis-3.22.3/src/gui/processing/
H A Dqgsprocessingvectortilewriterlayerswidgetwrapper.cpp43 …const QgsVectorTileWriter::Layer layer = QgsProcessingParameterVectorTileWriterLayers::variantMapA… in QgsProcessingVectorTileWriteLayerDetailsWidget()
68 QgsVectorTileWriter::Layer layer( mLayer ); in value()
106 …const QgsVectorTileWriter::Layer layer = QgsProcessingParameterVectorTileWriterLayers::variantMapA… in QgsProcessingVectorTileWriterLayersPanelWidget()
190 …const QgsVectorTileWriter::Layer layer = QgsProcessingParameterVectorTileWriterLayers::variantMapA… in setItemValue()
196 QString QgsProcessingVectorTileWriterLayersPanelWidget::titleForLayer( const QgsVectorTileWriter::L… in titleForLayer()
H A Dqgsprocessingvectortilewriterlayerswidgetwrapper.h70 QString titleForLayer( const QgsVectorTileWriter::Layer &layer );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/processing/
H A Dqgsprocessingvectortilewriterlayerswidgetwrapper.cpp45QgsVectorTileWriter::Layer layer = QgsProcessingParameterVectorTileWriterLayers::variantMapAsLayer… in QgsProcessingVectorTileWriteLayerDetailsWidget()
70 QgsVectorTileWriter::Layer layer( mLayer ); in value()
110QgsVectorTileWriter::Layer layer = QgsProcessingParameterVectorTileWriterLayers::variantMapAsLayer… in QgsProcessingVectorTileWriterLayersPanelWidget()
197QgsVectorTileWriter::Layer layer = QgsProcessingParameterVectorTileWriterLayers::variantMapAsLayer… in setItemValue()
203 QString QgsProcessingVectorTileWriterLayersPanelWidget::titleForLayer( const QgsVectorTileWriter::L… in titleForLayer()
H A Dqgsprocessingvectortilewriterlayerswidgetwrapper.h68 QString titleForLayer( const QgsVectorTileWriter::Layer &layer );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/vectortile/
H A Dqgsvectortilewriter.sip.in13 class QgsVectorTileWriter
61 QgsVectorTileWriter();
144 void setLayers( const QList<QgsVectorTileWriter::Layer> &layers );
162 … on success (upon failure one can get error cause using :py:func:`~QgsVectorTileWriter.errorMessag…
170 Returns error message related to the previous call to :py:func:`~QgsVectorTileWriter.writeTiles`. W…
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/vectortile/
H A Dqgsvectortilewriter.sip.in13 class QgsVectorTileWriter
61 QgsVectorTileWriter();
144 void setLayers( const QList<QgsVectorTileWriter::Layer> &layers );
167 … on success (upon failure one can get error cause using :py:func:`~QgsVectorTileWriter.errorMessag…
175 Returns error message related to the previous call to :py:func:`~QgsVectorTileWriter.writeTiles`. W…
/dports/graphics/qgis/qgis-3.22.3/i18n/
H A Dqgis_tr.ts129404 <name>QgsVectorTileWriter</name>
H A Dqgis_el.ts129340 <name>QgsVectorTileWriter</name>

123