C# Class CoordinateConversionLibrary.Models.CoordinateMGRS

Inheritance: CoordinateBase
显示文件 Open project: Esri/coordinate-conversion-addin-dotnet Class Usage Examples

Public Methods

Method Description
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

Method Details

CoordinateMGRS() public method

public CoordinateMGRS ( ) : System
return System

CoordinateMGRS() public method

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

ToString() public method

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
return string

TryParse() public static method

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

Validate() public static method

public static Validate ( CoordinateMGRS mgrs ) : bool
mgrs CoordinateMGRS
return bool