Method | Description | |
---|---|---|
CoordinateUTM ( ) : System | ||
CoordinateUTM ( int zone, string hemi, int easting, int northing ) : System | ||
ToString ( string format, IFormatProvider formatProvider ) : string | ||
TryParse ( string input, |
||
Validate ( |
public CoordinateUTM ( int zone, string hemi, int easting, int northing ) : System | ||
zone | int | |
hemi | string | |
easting | int | |
northing | int | |
return | System |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | |
formatProvider | IFormatProvider | |
return | string |
public static TryParse ( string input, |
||
input | string | |
utm | ||
return | bool |
public static Validate ( |
||
utm | ||
return | bool |