|
IProjectionProject Method
|
Projects the given coordinates onto the xy-coordinate system.
Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.207.0 (2.4.207.0)
Syntax function 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