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