UtilityGeometryTraceResult class final

The trace result comprised of a set of Geometry objects representing the network elements identified by the trace.

The UtilityGeometryTraceResult exposes the geometry result with a property for each potential geometry type: Multipoint, Polyline, and Polygon. The geometry for these properties is the union of all geometries of that type returned by the trace. If the result does not include a certain geometry type, the corresponding property will be null.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
multipoint Multipoint?
The Multipoint that comprise the trace results.
no setter
nearestNeighborResult UtilityNearestNeighborResult
A value indicating the result of UtilityNearestNeighbor in relation to its requested count.
no setterinherited
polygon Polygon?
The Polygon that comprise the trace results.
no setter
polyline Polyline?
The Polyline that comprise the trace results.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<String>
The list of warnings encountered while performing the trace.
no setterinherited

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