ArcGIS GeoEvent Server's Range Fan Calculator Processor creates a range fan output polygon for each input point. One of its parameters is the Processing Coordinate System WKID. The documentation says the default value is 3857 (Web Mercator), but the documentation also says to choose a "WKID appropriate to the area or extent of the processed event records" with an example of using a South Carolina state plane WKID if your data is in South Carolina.
Suppose I want a GeoEvent service that can make range fans for a variety of regions, too many to add a separate processor for each. And suppose there is a way to determine an appropriate processing coordinate system (for example, use the Intersector Processor with input points and a state plane zones feature layer). Is there a way to pass the desired coordinate system's WKID to the Range Fan Calculator Processor each time it runs? Or am I stuck with a default like 3857 and living with the distortion?