UtilityGeometryTraceResult QML Type

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

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.9
Inherits:

UtilityTraceResult

Properties

Signals

Detailed Description

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.

Note: You cannot declare or create a component of this type in QML code.

See also UtilityTraceResult.

Property Documentation

multipoint : Multipoint

The Multipoint that comprise the trace results (read-only).

The Multipoint is the union of all point geometries returned by the trace. If the result does not include points, this property will be null.


polygon : Polygon

The Polygon that comprise the trace results (read-only).

The Polygon is the union of all polygon geometries returned by the trace. If the result does not include polygons, this property will be null.


polyline : Polyline

The Polyline that comprise the trace results (read-only).

The Polyline is the union of all line geometries returned by the trace. If the result does not include lines, this property will be null. The result may be a curve, in which case it should be densified.


Signal Documentation

multipointChanged()

Emitted when the multipoint property changes.

Note: The corresponding handler is onMultipointChanged.


polygonChanged()

Emitted when the polygon property changes.

Note: The corresponding handler is onPolygonChanged.


polylineChanged()

Emitted when the polyline property changes.

Note: The corresponding handler is onPolylineChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.