{ "Name": "Get Nearest Intersections of a given Route", "Description": "Get Nearest Intersections of a given Route on \"DC Advanced Lenear Referencing System (ALRS) Route.\"", "Usage": "The \"getIntersectionByRoute\" operation returns nearest route intersection point(s) on a given Route for DC Roadways. It accepts X and Y coordinates and a well-known ID (WKID), Route ID and Intersecting Route Types \"Street\", \"Service\", \"Ramp\", \"Alley\", \"Driveway\" or \"Trail\". The x and y values must be on or very near (within 200m) on the Route. If Intersectiing Route Type is \"NOT\" used, it will return all nearest intersection(s) on the given route regardless of it\u0027s types. The default search radius for intersections is 200 meters", "Input Parameters Description": { "x ": " X-Coordinate", "y ": " Y-Coordinate", "inSR ": " Input Spatial Reference in WKID", "outSR ": " Output Spatial Reference in WKID", "routeId ": " Route Id. cannot be blank.", "intersectingRouteType": { "Description": "Intersecting roadway type. If left blank, targets all types.", "options": [ "Street", "Service", "Ramp", "Alley", "Driveway", "Trail" ] } }, "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\u0027s measure along the route - RouteId (FEET)", "measureInMeters": "Intersection\u0027s measure along the route - RouteId (METERS)", "distance": "distance between the input and output points (FEET)", "distanceInMeters": "distance between the input and output points (METERS)", "geometry": "Output point geometry of intersection" } }