Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
8 additions
and
0 deletions.
-
+8
−0
python/core/symbology-ng/qgssymbollayerutils.sip
|
@@ -90,6 +90,14 @@ class QgsSymbolLayerUtils |
|
|
*/ |
|
|
static QgsUnitTypes::RenderUnit decodeSldUom( const QString &str, double *scaleFactor ); |
|
|
|
|
|
/** Returns the size scaled in pixels according to the uom attribute. |
|
|
* \param uom The uom attribute from SLD 1.1 version |
|
|
* \param size The original size |
|
|
* \returns the size in pixels |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
static double sizeInPixelsFromSldUom( const QString &uom, double size ); |
|
|
|
|
|
static QString encodeScaleMethod( QgsSymbol::ScaleMethod scaleMethod ); |
|
|
static QgsSymbol::ScaleMethod decodeScaleMethod( const QString &str ); |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.