DK for Delphi | GisLayer.TGIS_Layer.Project | Constructors | Fields | Methods | Properties | Events
Applies a projection on the single point.
// Delphi public function Project( const _ptg : TGIS_Point ) : TGIS_Point; virtual;
// C++ Builder public: virtual TGIS_Point* Project( TGIS_Point* const _ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point to be projected |
Type | Description |
---|---|
TGIS_Point | point with applied projection |