C# Class CoordinateConversionLibrary.Models.CoordinateMGRS

Inheritance: CoordinateBase
Afficher le fichier Open project: Esri/coordinate-conversion-addin-dotnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CoordinateMGRS ( ) : System
Résultat System

CoordinateMGRS() public méthode

public CoordinateMGRS ( string gzd, string gsquare, int easting, int northing ) : System
gzd string
gsquare string
easting int
northing int
Résultat System

ToString() public méthode

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Résultat string

TryParse() public static méthode

public static TryParse ( string input, CoordinateMGRS &mgrs ) : bool
input string
mgrs CoordinateMGRS
Résultat bool

Validate() public static méthode

public static Validate ( CoordinateMGRS mgrs ) : bool
mgrs CoordinateMGRS
Résultat bool