public bool Intersects(EpsgArea other) { return(LongitudeRange.Intersects(other.LongitudeRange) && LatitudeRange.Intersects(other.LatitudeRange)); }
public bool Intersects(IGeographicMbr other) { return(LongitudeRange.Intersects(other.LongitudeRange) && LatitudeRange.Intersects(other.LatitudeRange)); }