PointCloudFixedSizeAlgorithm class final

An algorithm to render points with fixed meters or screen space sizing.

The fixed-size algorithm displays all points with the same size, either in screen space or real-world units.

Inheritance

Constructors

PointCloudFixedSizeAlgorithm({required double size, required SymbolSizeUnits sizeUnits})
Creates a point cloud fixed size algorithm with the specified size and size units.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
Symbol size in meters or screen-space units.
getter/setter pair
sizeUnits SymbolSizeUnits
Whether size is in meters or screen-space units.
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