isValidLocation Method

Checks that the adjusted point from the supplied button event is within the project extents for spatial views. The range of physical geometry should always be fully inside the project extents. Only checking the adjusted point won't absolutely guarantee that a tool doesn't create/move geometry outside the project extents, but it will be sufficient to handle most cases and provide good feedback to the user.

isValidLocation(ev: BeButtonEvent, isButtonEvent: boolean): boolean

Parameter Type Description
ev BeButtonEvent  
isButtonEvent boolean  

Returns - true if ev is acceptable.

Defined in

Last Updated: 08 January, 2020