POLS

LatLonRectangle Constructor

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

Overload List

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);

See Also

LatLonRectangle Class | POLS.Core Namespace