public int GetSrid(bool isNorthHemisphere) { var zone = MapProjects.FindZone(CentralMeridian); return(GetSrid(zone, isNorthHemisphere)); }