C# Class FlickrNet.BoundaryBox

Exibir arquivo Open project: mono/flickr-sharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

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.

Method Details

BoundaryBox() public method

Default constructor
public BoundaryBox ( ) : System
return System

BoundaryBox() public method

Default constructor, specifying only the accuracy level.
public BoundaryBox ( GeoAccuracy accuracy ) : System
accuracy GeoAccuracy The of the search parameter.
return System

BoundaryBox() public method

Constructor for the BoundaryBox.
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

BoundaryBox() public method

Constructor for the BoundaryBox.
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 of the search parameter.
return System

BoundaryBox() public method

Constructor for the BoundaryBox
public BoundaryBox ( string points ) : System
points string A comma seperated list of co-ordinates defining the boundary box.
return System

BoundaryBox() public method

Constructor for the BoundaryBox
public BoundaryBox ( string points, GeoAccuracy accuracy ) : System
points string A comma seperated list of co-ordinates defining the boundary box.
accuracy GeoAccuracy The of the search parameter.
return System

ToString() public method

Overrides the ToString method.
public ToString ( ) : string
return string