Package com.esri.arcgisruntime.tasks.networkanalysis
Contains classes to perform network analysis against ArcGIS services or local datasets.
- Since:
- 100.0.0
-
Class Summary Class Description AttributeParameterValue Represents an attribute and corresponding parameter name-value pair.ClosestFacilityParameters Settings that are used when solvingClosestFacilityTask
.ClosestFacilityResult Represents the result ofClosestFacilityTask.solveClosestFacilityAsync(ClosestFacilityParameters)
.ClosestFacilityRoute Represents an independent closest facility route within aClosestFacilityResult
.ClosestFacilityTask A task to measure the cost of traveling between incidents and facilities and to determine which are nearest to one another.ClosestFacilityTaskInfo Describes the transportation network that a closest facility is bound to.CostAttribute Represents the cost incurred while traversing a route.DirectionEvent Represents an event in a set ofDirectionManeuver
for a givenRoute
.DirectionManeuver Represents an individual maneuver in a series of turn-by-turn driving directions.DirectionMessage Represents the Directions String.Facility Represents facility.Incident Represents incident.NetworkLocation Represents a specific location/position along a transportation network source feature.PointBarrier Represents a point barrier that can be used to constrain routes generated byRouteTask
.PolygonBarrier Represents a polygon barrier that can be used to constrain routes generated byRouteTask
.PolylineBarrier Represents a polyline barrier that can be used to constrain routes generated byRouteTask
.RestrictionAttribute Specifies a transportation network restriction attribute.Route Represents an independent route within aRouteResult
.RouteParameters Represents input parameters for computing routes usingRouteTask
.RouteResult Represents the result ofRouteTask.solveRouteAsync(RouteParameters)
.RouteTask A task to compute routes and turn-by-turn directions.RouteTaskInfo Represents metadata about the network analyst service or dataset used byRouteTask
ServiceAreaFacility Represents service area facility.ServiceAreaParameters Represents input parameters for computing service area usingServiceAreaTask
.ServiceAreaPolygon Defines a service area polygon calculated with aServiceAreaTask
.ServiceAreaPolyline Defines a service area polyline calculated with aServiceAreaTask
.ServiceAreaResult Represents the result ofServiceAreaTask.solveServiceAreaAsync(ServiceAreaParameters)
.ServiceAreaTask A task to compute areas that can be serviced (reached) from a given location using an ArcGIS Network Analyst service.ServiceAreaTaskInfo Represents metadata about the network analyst service used byServiceAreaTask
.SourceObjectPosition Represents the SourceObjectPosition.Stop Represent stops - locations that must be visited along a route.TravelMode Represents options that can be used to customize the routes generated byRouteTask
. -
Enum Summary Enum Description AttributeUnit Defines the units in which the cost values are measured.BarrierType Specifies whether a Barrier is causing the restriction in the Route or is just going to the increase the cost of following the route.CurbApproach Specifies the direction a vehicle may arrive at and depart from the network location.DirectionManeuverType Indicates the type of a given DirectionManeuver.DirectionMessageType Specifies the type of a DirectionMessage.DirectionsStyle Defines network directions output type.LocationStatus Specifies the status of location of a Stop or a PointBarrier.NetworkDirectionsSupport The various types of directions support.RouteShapeType Specifies the type of shape output for a route.ServiceAreaOverlapGeometry Service area overlap geometry.ServiceAreaPolygonCutoffGeometry Service area polygon cutoff geometry.ServiceAreaPolygonDetail Specifies the level of detail of the output polygons.StartTimeUsage Specifies the type of start time usage.Stop.Type Specifies the type of a route stop.TravelDirection Specifies the type of travel direction.UTurnPolicy Specifies the type of backtracking allowed when querying for adjacencies in a network view.