Obsolete Members for DictionaryRenderer

  • DictionaryRenderer
  • The following members of class DictionaryRenderer are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (obsolete) bool isTextVisible() const
    (obsolete) void setTextVisibilityMaxScale(double maxScale)
    (obsolete) void setTextVisibilityMinScale(double minScale)
    (obsolete) void setTextVisible(bool visible)
    (obsolete) double textVisibilityMaxScale() const
    (obsolete) double textVisibilityMinScale() const

    Member Function Documentation

    bool DictionaryRenderer::isTextVisible() const

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Returns whether the text in the symbols is visible.

    Note: This function is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.

    void DictionaryRenderer::setTextVisibilityMaxScale(double maxScale)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Sets the maxScale for text in the symbol to be visible.

    Use this property to apply scale dependency for the text in the symbols. Specify map scale in the case of 2D, and distance in meters in the case of 3D.

    Note: This function is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.

    See also textVisibilityMaxScale().

    void DictionaryRenderer::setTextVisibilityMinScale(double minScale)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Sets the minScale for text in the symbol to be visible.

    Use this property to apply scale dependency for the text in the symbols. Specify map scale in the case of 2D, and distance in meters in the case of 3D.

    Note: This function is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.

    See also textVisibilityMinScale().

    void DictionaryRenderer::setTextVisible(bool visible)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Sets whether the text in the symbols is visible.

    Note: This function is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.

    See also isTextVisible().

    double DictionaryRenderer::textVisibilityMaxScale() const

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Returns the maximum scale or distance for text in the symbol to be visible.

    Note: This function is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.

    See also setTextVisibilityMaxScale().

    double DictionaryRenderer::textVisibilityMinScale() const

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Returns the minimum scale or distance for text in the symbol to be visible.

    Note: This function is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.

    See also setTextVisibilityMinScale().

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.