{ "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\" or \"Driveway\". The x and y values must be on or very near (5m) 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 type.", "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 ": " Intersecting roadway type, \"Street\", \"Service\", \"Ramp\", \"Alley\" or \"Driveway\". If blank, target all." }, "Return Value Description": { "routeID": "Main Route ID of the intersection in DCALRS Roadway network", "mainRouteType": "Route type of the main RouteID", "intersectingRouteID": "Intersecting Route ID of the intersection in DCALRS Roadway network", "intersectingRouteType": "Route type of the intersecting RouteID", "intersectionID": "Intersection id in DCALRS RoadwayIntersection class", "roadwayJunctionID": "Roadway Junction id in DCALRS RoadwayIntersection class", "streetJunctionID": "Street Junction id in DCALRS RoadwayIntersection class", "intersectionID1": "Intersection id1 in DCALRS RoadwayIntersection class", "intersectionName": "Name of the intersection", "measure": "Intersection\u0027s measure along the route - RouteID (FEET)", "measureInMeters": "Intersection\u0027s measure along the route - RouteID (METERS)", "intersectionType": "Type of intersection - \"At Grade\", \"Not At Grade\" or \"Undefined\"", "distance": "distance between the input and output points (FEET)", "distanceInMeters": "distance between the input and output points (METERS)", "geometry": "Output point geometry" } }