DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Unproject | Methods | Properties
Applies reverse projection (recovers from the projection) on the single point.
// C# public ITGIS_Point Unproject( ITGIS_Point _ptg );
' VisualBasic Public Function Unproject( ByVal _ptg As ITGIS_Point ) As ITGIS_Point
// Oxygene public function Unproject( _ptg : ITGIS_Point ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point | point to be unprojected |
Type | Description |
---|---|
ITGIS_Point | unprojected point |