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