19 #import <ArcGIS/AGSObject.h> 20 #import <ArcGIS/AGSRouteTypes.h> 38 #pragma mark initializers 47 -(instancetype)initWithPoint:(
AGSPoint*)point;
54 +(instancetype)incidentWithPoint:(
AGSPoint*)point;
57 #pragma mark properties 76 @property (nonatomic, assign, readwrite) NSInteger
incidentID;
97 @property (nonatomic, copy, readwrite) NSString *
name;
143 -(double)addedCostForCostAttribute:(NSString*)attributeName;
151 -(void)setAddedCost:(
double)addedCost forCostAttribute:(NSString*)attributeName;
double impedanceCutoff
Definition: AGSIncident.h:86
AGSNetworkLocation * networkLocation
Definition: AGSIncident.h:103
AGSCurbApproach curbApproach
Definition: AGSIncident.h:63
double navigationSpeed
Definition: AGSIncident.h:132
AGSLocationStatus locationStatus
Definition: AGSIncident.h:92
NSInteger targetFacilityCount
Definition: AGSIncident.h:109
AGSCurbApproach
Definition: AGSRouteTypes.h:29
double currentBearing
Definition: AGSIncident.h:117
AGSLocationStatus
Definition: AGSRouteTypes.h:51
AGSPoint * geometry
Definition: AGSIncident.h:81
Definition: AGSObject.h:21
double currentBearingTolerance
Definition: AGSIncident.h:122
References a specific location/position along a transportation network source feature.
Definition: AGSNetworkLocation.h:31
An incident to use in closest facility analysis.
Definition: AGSIncident.h:34
double distanceToNetworkLocation
Definition: AGSIncident.h:69
NSInteger incidentID
Definition: AGSIncident.h:76
double navigationLatency
Definition: AGSIncident.h:127
NSString * name
Definition: AGSIncident.h:97
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57