ImmutablePointCollection class final

Represents an immutable collection of points.

This collection is used to represent the content of a Multipoint geometry.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Indicates if the immutable point collection contains no points.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The number of points in the collection.
no setter
spatialReference SpatialReference?
The spatial reference for the immutable point collection.
no setter

Methods

getPoint({required int index}) ArcGISPoint
Returns a point at the specified index in the collection.
indexOf({required ArcGISPoint point}) int
Retrieves the position of the point in the immutable point collection. The first point that is equal to the supplied point is returned.
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