DK for Delphi | GisCsProjections.TGIS_CSProjAbstract | Constructors | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Copy content of the provided object into a current object (Inherited from TGIS_CSAbstract) |
|
| CreateCopy | public | Create a copy of the object. | |
| datumChanged | protected | Procedure will be called upon any datum change. | |
| MarkDeprecated | public | Set object depreciation state. (Inherited from TGIS_CSAbstract) |
|
| Project | public | This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters. | |
| Project3D | public | This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters. | |
| Project3D_Ref | public | This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing in most cases) coordinates, according to the current ellipsoid and projection parameters. | |
| projectPost | protected | Procedure will be called from .Project after any projection code. | |
| projectPre | protected | Procedure will be called from .Project before any projection code. | |
| set_Validity(Double; Double; Double; Double) | protected | Set validity extent for the projection (in radians) | |
| set_Validity(Double; Double; Double; Double; Double; Double) | protected | Set validity extent for the projection (in radians) | |
| set_Validity(Double; Double; Double; Double; Double; Double; Double; Double) | protected | Set validity extent for the projection (in radians) | |
| Unproject | public | This function unprojects the projected (easting and northing) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters. | |
| Unproject3D | public | This function unprojects the projected (easting and northing) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters. | |
| Unproject3D_Ref | public | This function unprojects the projected (easting and northing in most cases) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters. | |
| unprojectPost | protected | Procedure will be called from. | |
| unprojectPre | protected | Procedure will be called from .Unproject before any projection code. | |