Utility Geometry Trace Result
The trace result comprised of a set of com.arcgismaps.geometry.Geometry objects representing the network elements identified by the trace. The UtilityGeometryTraceResult exposes the geometry result with a property for each potential geometry type: com.arcgismaps.geometry.Multipoint, com.arcgismaps.geometry.Polyline, and com.arcgismaps.geometry.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.
Since
200.1.0
Properties
The com.arcgismaps.geometry.Multipoint that comprise the trace results. The com.arcgismaps.geometry.Multipoint is the union of all point geometries returned by the trace. If the result does not include points, this property will be null.
The com.arcgismaps.geometry.Polygon that comprise the trace results. The com.arcgismaps.geometry.Polygon is the union of all polygon geometries returned by the trace. If the result does not include polygons, this property will be null.
The com.arcgismaps.geometry.Polyline that comprise the trace results. The com.arcgismaps.geometry.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.
Inherited properties
A value indicating the result of UtilityNearestNeighbor in relation to its requested count.