Name: Get Nearest Route Intersection
Description: Get Nearest Route Intersections on "DC Advanced Lenear Referencing System (ALRS) Route."
Usage: The "getNearestRouteIntersection" operation returns nearest route intersection point(s) on DC Roadways. It accepts X and Y coordinates and a well-known ID (WKID), Route Type as "Street", "Service", "Ramp", "Alley", "Driveway" or "Trail" along with the search radius in METERS (maximum search radius is 200 METERS). If Route Type is "NOT" used, it will return intersection(s) on the nearest routes regardless of it's type.
Input Parameters Description:
x : X-Coordinate
y : Y-Coordinate
inSR : Input Spatial Reference in WKID
outSR : Output Spatial Reference in WKID
mainRouteType:
Description: Main roadway type. If left blank, targets all types.
options: (6)Street
Service
Ramp
Alley
Driveway
Trail
intersectingRouteType:
Description: Intersecting roadway type. If left blank, targets all types.
options: (6)Street
Service
Ramp
Alley
Driveway
Trail
searchRadius: Search radius from the input point. Maximum search radius is 200 (METERS)
Return Value Description:
routeId: Main Route Id of the intersection in DCALRS Roadway network
routeName: Route name of the main route
routeType: Route type of the main route
intersectingRouteId: Intersecting Route Id of the intersection in DCALRS Roadway network
intersectingRouteName: Route name of the intersecting route
intersectingRouteType: Route type of the intersecting route
intersectionId: Intersection id in DCALRS RoadwayIntersection class
intersectionName: Name of the intersection
intersectionType: Type of intersection
intersectionKey: Unique intersection key
measure: Intersection's measure along the route - RouteId (FEET)
measureInMeters: Intersection's measure along the route - RouteId (METERS)
distance: distance between the input and output points (FEET)
distanceInMeters: distance between the input and output points (METERS)
acisa: ACISA number
geometry: Output point geometry of intersection