DK11 for Java | tatukgis.jdk.TGIS_Layer.Unproject | Constructors | Fields | Methods | Properties | Events
Applies reverse projection (recovers from the projection) on the single point.
// Java public TGIS_Point Unproject( TGIS_Point _ptg );
// 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 |