C# 클래스 CoordinateConversionLibrary.Models.CoordinateGARS

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

공개 메소드들

메소드 설명
CoordinateGARS ( ) : System
CoordinateGARS ( int lonBand, string latBand, int quadrant, int key ) : System
ToString ( string format, IFormatProvider formatProvider ) : string
TryParse ( string input, CoordinateGARS &gars ) : bool
Validate ( CoordinateGARS gars ) : bool

메소드 상세

CoordinateGARS() 공개 메소드

public CoordinateGARS ( ) : System
리턴 System

CoordinateGARS() 공개 메소드

public CoordinateGARS ( int lonBand, string latBand, int quadrant, int key ) : System
lonBand int
latBand string
quadrant int
key int
리턴 System

ToString() 공개 메소드

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

TryParse() 공개 정적인 메소드

public static TryParse ( string input, CoordinateGARS &gars ) : bool
input string
gars CoordinateGARS
리턴 bool

Validate() 공개 정적인 메소드

public static Validate ( CoordinateGARS gars ) : bool
gars CoordinateGARS
리턴 bool