C# 클래스 SchoolsNearMe.DataImporter.Commands.CheckProximityCommand

상속: IRavenCommand
파일 보기 프로젝트 열기: MrKevHunter/SchoolsNearMe

공개 메소드들

메소드 설명
Distance ( Position pos1, Position pos2, DistanceType type ) : double
Execute ( DocumentStore store ) : void

비공개 메소드들

메소드 설명
CheckDistance ( School obj ) : void
ToRadian ( double val ) : double

Convert to Radians.

메소드 상세

Distance() 공개 메소드

public Distance ( Position pos1, Position pos2, DistanceType type ) : double
pos1 Position
pos2 Position
type DistanceType
리턴 double

Execute() 공개 메소드

public Execute ( DocumentStore store ) : void
store Raven.Client.Document.DocumentStore
리턴 void