DK for Delphi | GisCsProjections.TGIS_CSProjGridAbstract | Constructors | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Copy all fields (EPSG, WKT, deprecation, description) from source object to this object. (Inherited from TGIS_CSAbstract) |
|
| CreateCopy | public | Create a deep copy of this projection instance with all parameters and settings duplicated. (Inherited from TGIS_CSProjAbstract) |
|
| datumChanged | protected | Procedure will be called upon any datum change. (Inherited from TGIS_CSProjAbstract) |
|
| MarkDeprecated | public | Mark this coordinate system definition as deprecated. (Inherited from TGIS_CSAbstract) |
|
| Project | public | Transform a single geodetic (longitude/latitude) point to projected (easting/northing) coordinates, returning the result as a new point. (Inherited from TGIS_CSProjAbstract) |
|
| Project3D | public | Transform a single geodetic (longitude/latitude/elevation) point to projected coordinates, returning result as new 3D point. (Inherited from TGIS_CSProjAbstract) |
|
| Project3D_Ref | public | Transform geodetic (latitude/longitude/elevation) coordinates to projected (easting/northing/elevation) in-place using current ellipsoid and projection parameters. (Inherited from TGIS_CSProjAbstract) |
|
| ProjectedTxt(TGIS_Point) | public | This function projects geodetic (latitude and longitude) coordinates into projected (string) coordinates, according to the current ellipsoid and projection parameters. | |
| ProjectedTxt(TGIS_Point; Integer) | public | This function projects geodetic (latitude and longitude) coordinates into projected (string) coordinates, according to the current ellipsoid and projection parameters. | |
| projectPost | protected | Procedure will be called from .Project after any projection code. (Inherited from TGIS_CSProjAbstract) |
|
| projectPre | protected | Procedure will be called from .Project before any projection code. (Inherited from TGIS_CSProjAbstract) |
|
| set_Validity(Double; Double; Double; Double) | protected | Set validity extent for the projection (in radians) (Inherited from TGIS_CSProjAbstract) |
|
| set_Validity(Double; Double; Double; Double; Double; Double) | protected | Set validity extent for the projection (in radians) (Inherited from TGIS_CSProjAbstract) |
|
| set_Validity(Double; Double; Double; Double; Double; Double; Double; Double) | protected | Set validity extent for the projection (in radians) (Inherited from TGIS_CSProjAbstract) |
|
| Unproject | public | Reverse-transform a single projected (easting/northing) point back to geodetic (longitude/latitude) coordinates, returning result as a new point. (Inherited from TGIS_CSProjAbstract) |
|
| Unproject3D | public | Reverse-transform a single projected (easting/northing/elevation) point back to geodetic coordinates, returning result as new 3D point. (Inherited from TGIS_CSProjAbstract) |
|
| Unproject3D_Ref | public | Reverse-transform projected (easting/northing/elevation) coordinates back to geodetic (latitude/longitude/elevation) in-place using current ellipsoid and projection parameters. (Inherited from TGIS_CSProjAbstract) |
|
| UnprojectedTxt | public | This function unprojects the projected (string) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters. | |
| unprojectPost | protected | Procedure will be called from. (Inherited from TGIS_CSProjAbstract) |
|
| unprojectPre | protected | Procedure will be called from .Unproject before any projection code. (Inherited from TGIS_CSProjAbstract) |
|