DK11 for .NET | TatukGIS.NDK.TGIS_CSUnknownCoordinateSystem.FromGeocs | Constructors | Fields | Methods | Properties
Convert provided coordinate from the current coordinate system into WGS84 expressed in radians.
Overrides TGIS_CSCoordinateSystem.FromGeocs.
// C# public TGIS_Point FromGeocs( TGIS_Point _coords );
' VisualBasic Public Function FromGeocs( ByVal _coords As TGIS_Point ) As TGIS_Point
// Oxygene public function FromGeocs( _coords : TGIS_Point ) : TGIS_Point; override;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point | point to be converted |
Type | Description |
---|---|
TGIS_Point | Converted coordinates. If value of any member is >= 1e30 that means that conversion can not be done. |