MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgCoordinateSystem::IsValidLonLat ( double  dLongitude,
double  dLatitude 
) [pure virtual]

Gets the given longitude and latitude coordinates are valid within this coordinate system.

Parameters:
dLongitude(double) The longitude coordinate
dLatitude(double) The latitude coordinate
Returns:
true if the coordinates are valid. false otherwise