16 #ifndef QGSMARKERSYMBOLLAYERV2_H
17 #define QGSMARKERSYMBOLLAYERV2_H
22 #define DEFAULT_SIMPLEMARKER_NAME "circle"
23 #define DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0)
24 #define DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor(0,0,0)
25 #define DEFAULT_SIMPLEMARKER_SIZE DEFAULT_POINT_SIZE
26 #define DEFAULT_SIMPLEMARKER_ANGLE 0
65 QString
ogrFeatureStyle(
double mmScaleFactor,
double mapUnitScaleFactor )
const;
67 QString
name()
const {
return mName; }
68 void setName( QString name ) { mName = name; }
83 bool prepareShape( QString name = QString() );
84 bool preparePath( QString name = QString() );
105 static const int mMaximumCacheWidth = 3000;
110 #define DEFAULT_SVGMARKER_NAME "/crosses/Star1.svg"
111 #define DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE
112 #define DEFAULT_SVGMARKER_ANGLE 0
142 QString
path()
const {
return mPath; }
143 void setPath( QString path );
175 #define POINT2MM(x) ( (x) * 25.4 / 72 ) // point is 1/72 of inch
176 #define MM2POINT(x) ( (x) * 72 / 25.4 )
178 #define DEFAULT_FONTMARKER_FONT "Dingbats"
179 #define DEFAULT_FONTMARKER_CHR QChar('A')
180 #define DEFAULT_FONTMARKER_SIZE POINT2MM(12)
181 #define DEFAULT_FONTMARKER_COLOR QColor(Qt::black)
182 #define DEFAULT_FONTMARKER_ANGLE 0
QColor borderColor() const
QgsSymbolV2::OutputUnit outlineWidthUnit() const
double outlineWidth() const
virtual QgsSymbolV2::OutputUnit outputUnit() const
virtual QgsSymbolLayerV2 * clone() const =0
#define DEFAULT_FONTMARKER_COLOR
QgsSymbolV2::OutputUnit mOutlineWidthUnit
#define DEFAULT_SIMPLEMARKER_ANGLE
void setFillColor(const QColor &c)
#define DEFAULT_FONTMARKER_CHR
void setOutlineWidth(double w)
#define DEFAULT_SIMPLEMARKER_COLOR
void setOutlineWidth(double w)
virtual void setOutputUnit(QgsSymbolV2::OutputUnit unit)
QMap< QString, QString > QgsStringMap
#define DEFAULT_SVGMARKER_ANGLE
void setFontFamily(QString family)
virtual void startRender(QgsSymbolV2RenderContext &context)=0
#define DEFAULT_SIMPLEMARKER_NAME
void setOutlineWidthUnit(QgsSymbolV2::OutputUnit unit)
virtual void writeSldMarker(QDomDocument &doc, QDomElement &element, QgsStringMap props) const
void setOutlineWidthUnit(QgsSymbolV2::OutputUnit u)
virtual void renderPoint(const QPointF &point, QgsSymbolV2RenderContext &context)=0
#define DEFAULT_SCALE_METHOD
QString fontFamily() const
double outlineWidth() const
virtual QgsStringMap properties() const =0
#define DEFAULT_FONTMARKER_ANGLE
virtual QColor color() const
QgsSymbolV2::OutputUnit mOutlineWidthUnit
#define DEFAULT_SVGMARKER_SIZE
double ANALYSIS_EXPORT angle(Point3D *p1, Point3D *p2, Point3D *p3, Point3D *p4)
Calculates the angle between two segments (in 2 dimension, z-values are ignored)
virtual QString layerType() const =0
QColor outlineColor() const
#define DEFAULT_FONTMARKER_SIZE
#define DEFAULT_FONTMARKER_FONT
QgsSymbolV2::OutputUnit outlineWidthUnit() const
#define DEFAULT_SVGMARKER_NAME
#define DEFAULT_SIMPLEMARKER_SIZE
void setName(QString name)
void setBorderColor(QColor color)
void setOutlineColor(const QColor &c)
virtual void stopRender(QgsSymbolV2RenderContext &context)=0
virtual QString ogrFeatureStyle(double mmScaleFactor, double mapUnitScaleFactor) const
void setCharacter(QChar ch)
#define DEFAULT_SIMPLEMARKER_BORDERCOLOR