Intializes a new LatLonRectangle bounded by a northern and southern latitude, and an eastern and western longitude.
Defines a rectangle but leaves the corners undefined.
public LatLonRectangle();
Initializes a new LatLonCoordinate bounded by a North-East corner, and South-West corner.
public LatLonRectangle(LatLonCoordinate,LatLonCoordinate);
Intializes a new LatLonRectangle bounded by a northern and southern latitude, and an eastern and western longitude.
public LatLonRectangle(double,double,double,double);
LatLonRectangle Class | POLS.Core Namespace