C# 클래스 AcTools.Utils.Helpers.GeoTagsEntry

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Latitude string
LatitudeValue double?

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GeoTagsEntry ( double lat, double lng ) : System
GeoTagsEntry ( string lat, string lng ) : System
GetHashCode ( ) : int
ToLat ( double lat ) : string
ToLng ( double lng ) : string
ToString ( ) : string
operator ( ) : bool

보호된 메소드들

메소드 설명
Equals ( GeoTagsEntry other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( GeoTagsEntry other ) : bool
other GeoTagsEntry
리턴 bool

Equals() 공개 메소드

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

GeoTagsEntry() 공개 메소드

public GeoTagsEntry ( double lat, double lng ) : System
lat double
lng double
리턴 System

GeoTagsEntry() 공개 메소드

public GeoTagsEntry ( string lat, string lng ) : System
lat string
lng string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToLat() 공개 정적인 메소드

public static ToLat ( double lat ) : string
lat double
리턴 string

ToLng() 공개 정적인 메소드

public static ToLng ( double lng ) : string
lng double
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Latitude 공개적으로 프로퍼티

public string Latitude
리턴 string

LatitudeValue 공개적으로 프로퍼티

public double? LatitudeValue
리턴 double?