Property | Type | Description |
---|
Method | Description | |
---|---|---|
BoundaryBox ( ) : System |
Default constructor
|
|
BoundaryBox ( GeoAccuracy accuracy ) : System |
Default constructor, specifying only the accuracy level.
|
|
BoundaryBox ( double minimumLongitude, double minimumLatitude, double maximumLongitude, double maximumLatitude ) : System |
Constructor for the BoundaryBox.
|
|
BoundaryBox ( double minimumLongitude, double minimumLatitude, double maximumLongitude, double maximumLatitude, GeoAccuracy accuracy ) : System |
Constructor for the BoundaryBox.
|
|
BoundaryBox ( string points ) : System |
Constructor for the BoundaryBox
|
|
BoundaryBox ( string points, GeoAccuracy accuracy ) : System |
Constructor for the BoundaryBox
|
|
ToString ( ) : string |
Overrides the ToString method.
|
public BoundaryBox ( GeoAccuracy accuracy ) : System | ||
accuracy | GeoAccuracy | The |
return | System |
public BoundaryBox ( double minimumLongitude, double minimumLatitude, double maximumLongitude, double maximumLatitude ) : System | ||
minimumLongitude | double | The minimum longitude of the boundary box. Range of -180 to 180 allowed. |
minimumLatitude | double | The minimum latitude of the boundary box. Range of -90 to 90 allowed. |
maximumLongitude | double | The maximum longitude of the boundary box. Range of -180 to 180 allowed. |
maximumLatitude | double | The maximum latitude of the boundary box. Range of -90 to 90 allowed. |
return | System |
public BoundaryBox ( double minimumLongitude, double minimumLatitude, double maximumLongitude, double maximumLatitude, GeoAccuracy accuracy ) : System | ||
minimumLongitude | double | The minimum longitude of the boundary box. Range of -180 to 180 allowed. |
minimumLatitude | double | The minimum latitude of the boundary box. Range of -90 to 90 allowed. |
maximumLongitude | double | The maximum longitude of the boundary box. Range of -180 to 180 allowed. |
maximumLatitude | double | The maximum latitude of the boundary box. Range of -90 to 90 allowed. |
accuracy | GeoAccuracy | The |
return | System |
public BoundaryBox ( string points ) : System | ||
points | string | A comma seperated list of co-ordinates defining the boundary box. |
return | System |
public BoundaryBox ( string points, GeoAccuracy accuracy ) : System | ||
points | string | A comma seperated list of co-ordinates defining the boundary box. |
accuracy | GeoAccuracy | The |
return | System |