C# Class FlickrNet.BoundaryBox

Afficher le fichier Open project: mono/flickr-sharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Default constructor
public BoundaryBox ( ) : System
Résultat System

BoundaryBox() public méthode

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

BoundaryBox() public méthode

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.
Résultat System

BoundaryBox() public méthode

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.
Résultat System

BoundaryBox() public méthode

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

BoundaryBox() public méthode

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.
Résultat System

ToString() public méthode

Overrides the ToString method.
public ToString ( ) : string
Résultat string