|
IProjectionProject Method
|
Projects the given coordinates onto the xy-coordinate system.
Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.230.0 (2.4.230.0)
Syntaxfunction Project(coordinate);
View SourceParameters
- coordinate GeoCoordinate
- The geographical coordinates to be projected.
Return Value
PointThe given coordinates projected onto the xy-coordinate system.
See Also