27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSUtilityTraceResult.h>
47 #pragma mark initializers
52 #pragma mark properties
An ordered collection of points that can be managed as a single geometry.
Definition: AGSMultipoint.h:50
A multipart shape used to represent an area.
Definition: AGSPolygon.h:78
A multipart linear shape.
Definition: AGSPolyline.h:68
The trace result comprised of a set of AGSGeometry objects representing the network elements identifi...
Definition: AGSUtilityGeometryTraceResult.h:45
AGSPolyline * polyline
Definition: AGSUtilityGeometryTraceResult.h:77
AGSPolygon * polygon
Definition: AGSUtilityGeometryTraceResult.h:68
AGSMultipoint * multipoint
Definition: AGSUtilityGeometryTraceResult.h:60
The base class for trace result objects.
Definition: AGSUtilityTraceResult.h:49