If I have a point in latitude/longitude and I want to find out if it is a valid for use within a particular coordinate system, how can I do it?
As an example. Say I am working in Swiss Grid (CH 1903, EPSG 21781) and have a point representing something in London in the UK, I want to know if that point is valid in the Swiss Grid coordinate system.
Typically the conversion will work, but it may be so far outside the area that Swiss grid is good for that it is not really valid.
The context for this is that users will be importing points in latitude longitude into an application that works in a projected coordinate systme and they want to be warned when the points they are importing fall outside the projected coordinate system bounds.
But as far as I can tell, a projected coordinate system does not have any bounds.