C# 클래스 CoordinateConversionLibrary.Models.CoordinateMGRS

상속: CoordinateBase
파일 보기 프로젝트 열기: Esri/coordinate-conversion-addin-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
CoordinateMGRS ( ) : System
CoordinateMGRS ( string gzd, string gsquare, int easting, int northing ) : System
ToString ( string format, IFormatProvider formatProvider ) : string
TryParse ( string input, CoordinateMGRS &mgrs ) : bool
Validate ( CoordinateMGRS mgrs ) : bool

메소드 상세

CoordinateMGRS() 공개 메소드

public CoordinateMGRS ( ) : System
리턴 System

CoordinateMGRS() 공개 메소드

public CoordinateMGRS ( string gzd, string gsquare, int easting, int northing ) : System
gzd string
gsquare string
easting int
northing int
리턴 System

ToString() 공개 메소드

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string input, CoordinateMGRS &mgrs ) : bool
input string
mgrs CoordinateMGRS
리턴 bool

Validate() 공개 정적인 메소드

public static Validate ( CoordinateMGRS mgrs ) : bool
mgrs CoordinateMGRS
리턴 bool