DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Unproject | Constructors | Fields | Methods | Properties | Events
Applies reverse projection (recovers from the projection) on the single point.
// C# public virtual TGIS_Point Unproject( TGIS_Point _ptg );
' VisualBasic Public Overridable Function Unproject( ByVal _ptg As TGIS_Point ) As TGIS_Point
// Oxygene public function Unproject( _ptg : TGIS_Point ) : TGIS_Point; virtual;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point to be unprojected |
Type | Description |
---|---|
TGIS_Point | unprojected point |