C# 클래스 TypeLess.Helpers.Maps.Kml.PolygonPoint

파일 보기 프로젝트 열기: jansater/TypeLess 1 사용 예제들

공개 메소드들

메소드 설명
DistanceTo ( PolygonPoint p ) : double
Equals ( object obj ) : bool
GetHashCode ( ) : int
PolygonPoint ( ) : System
PolygonPoint ( double lat, double lon, double alt = null ) : System

메소드 상세

DistanceTo() 공개 메소드

public DistanceTo ( PolygonPoint p ) : double
p PolygonPoint
리턴 double

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PolygonPoint() 공개 메소드

public PolygonPoint ( ) : System
리턴 System

PolygonPoint() 공개 메소드

public PolygonPoint ( double lat, double lon, double alt = null ) : System
lat double
lon double
alt double
리턴 System