DistanceSymbolRange class final

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.

Implemented types

Constructors

DistanceSymbolRange.new()
Create a distance symbol range object.
factory
DistanceSymbolRange.withSymbol({required ArcGISSymbol symbol, double minDistance = 0.0, double maxDistance = 0.0})
Create a distance symbol range object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxDistance double
The maximum distance (in meters) of the distance symbol range.
getter/setter pair
minDistance double
The minimum distance (in meters) of the distance symbol range.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol ArcGISSymbol?
The symbol (in meters) of the distance symbol range.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited