25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSRouteTypes.h>
45 #pragma mark initializers
54 -(instancetype)initWithPoint:(
AGSPoint*)point;
61 +(instancetype)incidentWithPoint:(
AGSPoint*)point;
64 #pragma mark properties
83 @property (nonatomic, assign, readwrite) NSInteger
incidentID;
104 @property (nonatomic, copy, readwrite) NSString *
name;
152 -(double)addedCostForCostAttribute:(NSString*)attributeName;
160 -(void)setAddedCost:(
double)addedCost forCostAttribute:(NSString*)attributeName;
AGSLocationStatus
Definition: AGSRouteTypes.h:57
AGSCurbApproach
Definition: AGSRouteTypes.h:35
An incident to use in closest facility analysis.
Definition: AGSIncident.h:41
AGSLocationStatus locationStatus
Definition: AGSIncident.h:99
double currentBearing
Definition: AGSIncident.h:126
double distanceToNetworkLocation
Definition: AGSIncident.h:76
double currentBearingTolerance
Definition: AGSIncident.h:131
AGSPoint * geometry
Definition: AGSIncident.h:88
NSInteger targetFacilityCount
Definition: AGSIncident.h:118
NSInteger incidentID
Definition: AGSIncident.h:83
double impedanceCutoff
Definition: AGSIncident.h:93
double navigationLatency
Definition: AGSIncident.h:136
NSString * name
Definition: AGSIncident.h:104
AGSNetworkLocation * networkLocation
Definition: AGSIncident.h:112
AGSCurbApproach curbApproach
Definition: AGSIncident.h:70
double navigationSpeed
Definition: AGSIncident.h:141
References a specific location/position along a transportation network source feature.
Definition: AGSNetworkLocation.h:39
Definition: AGSObject.h:28
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:73