POLS

LatLonRectangle Constructor (Double, Double, Double, Double)

Intializes a new LatLonRectangle bounded by a northern and southern latitude, and an eastern and western longitude.

public LatLonRectangle(
   double northLat,
   double eastLon,
   double southLat,
   double westLon
);

Parameters

northLat
Northern latitude
eastLon
Eastern longitude
southLat
Southern latitude
westLon
Western longitude

See Also

LatLonRectangle Class | POLS.Core Namespace | LatLonRectangle Constructor Overload List