C# 클래스 FlickrNet.BoundaryBox

파일 보기 프로젝트 열기: mono/flickr-sharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

BoundaryBox() 공개 메소드

Default constructor
public BoundaryBox ( ) : System
리턴 System

BoundaryBox() 공개 메소드

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

BoundaryBox() 공개 메소드

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.
리턴 System

BoundaryBox() 공개 메소드

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.
리턴 System

BoundaryBox() 공개 메소드

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

BoundaryBox() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

Overrides the ToString method.
public ToString ( ) : string
리턴 string