DistanceSymbolRange

Used contain multiple symbols with distance ranges. Distance composite symbol displays graphics with multiple symbols that may have distance ranges. The range contains a minimum and maximum distance for rendering the symbol. Outside of that range the symbol is not visible.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor()

Create a distance symbol range object. Creates a Distance symbol range with just no symbol or no range properties.

constructor(symbol: Symbol, minDistance: Double? = null, maxDistance: Double? = null)

Create a distance symbol range object. Creates a Distance Range with a symbol and range properties. As a result the symbol will only be visible when the camera is within the specified distance range. Note that setting the maximum range to null indicates that there isn't a maximum range limit and the symbol will always be visible beyond its minimum range.

Properties

Link copied to clipboard

The maximum distance (in meters) of the distance symbol range. The maximum distance (in meters) of the distance symbol range object.

Link copied to clipboard

The minimum distance (in meters) of the distance symbol range. The minimum distance (in meters) of the distance symbol range object.

Link copied to clipboard

The symbol (in meters) of the distance symbol range. The symbol Symbol of the distance symbol range object.