CoordinateWindow

Top  Previous  Next

This property controls checking of coordinates when entered into functions that accept coordinates.

 

It is used in checking if coordinates are within the Minimum Bounding Rectangle + X % of the street network. This will prevent situations where you by mistake swap x and y coordinate or use lat/long coordinates when the street network was in a projected coordinate system or vice versa.

 

Use a negative number to skip checking.

 

An example: If the coordinate should be between 0 and 50 and CoordinateWindow = 20 (default), then only coordinates between -10 and 60 will be accepted.

 

Type: double