Message 1 of 1
GeoCoordinateSystem.CreateAll and Specific Coordinate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have used GeoCoordinateSystemCreateAll with a specific geographic coordinate and expected to return all coordinate systems evaluated for this coordinate but several have been omitted.
I passed as parameter a Point3d with the format (longitude, latitude, altitude) .
Did I miss something or give the wrong parameter?
// x = longitude, y = latitude, z = Altitude
var lonlat = new Point3d(-47.4866, -21.895625, 0.0);
var css = GeoCoordinateSystem.CreateAll(lonlat);