| Constructor and Description |
|---|
GeographicSelection(double x1, double x2, double y1, double y2)
Create a new geographic selection from the given coordinates.
|
GeographicSelection(Longitude
Create a new geographic selection from the given coordinates.
|
public GeographicSelection(Longitudex1, Longitude x2, Latitude y1, Latitude y2)
x1 - the first longitude
x2 - the second longitude
y1 - the first latitude
y2 - the seconds latitude.
public GeographicSelection(double x1,
double x2,
double y1,
double y2)
x1 - the first longitude
x2 - the second longitude
y1 - the first latitude
y2 - the seconds latitude.
public BBoxtoBoundingBox()