| 201 | } |
| 202 | |
| 203 | void FeatureObject::setSubfeaturePointSize( float pointSize ) |
| 204 | { |
| 205 | if ( subPointSize_ != pointSize ) |
| 206 | { |
| 207 | subPointSize_ = pointSize; |
| 208 | needRedraw_ = true; |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | void FeatureObject::setSubfeatureLineWidth( float lineWidth ) |
| 213 | { |