Public Member Functions | |
| UtmPointSet () | |
| UtmPointSet (string locationName, List< UtmPoint > points, string datum) | |
Properties | |
| List< UtmPoint > | Points [get] |
| string | LocationName [get, set] |
| string | Datum [get, set] |
Definition at line 7 of file UtmPointSet.cs.
| UtmConvert.UtmPointSet.UtmPointSet | ( | ) |
Definition at line 25 of file UtmPointSet.cs.
| UtmConvert.UtmPointSet.UtmPointSet | ( | string | locationName, | |
| List< UtmPoint > | points, | |||
| string | datum | |||
| ) |
Definition at line 29 of file UtmPointSet.cs.
string UtmConvert.UtmPointSet.Datum [get, set] |
Definition at line 20 of file UtmPointSet.cs.
string UtmConvert.UtmPointSet.LocationName [get, set] |
Definition at line 14 of file UtmPointSet.cs.
List<UtmPoint> UtmConvert.UtmPointSet.Points [get] |
Definition at line 9 of file UtmPointSet.cs.
1.6.3