DK for Delphi | GisCsProjections.TGIS_CSProjBipolarConic | Constructors | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Copies the shared definition fields from another object. (Inherited from TGIS_CSAbstract) |
|
| CreateCopy | public | Creates a deep copy of this projection instance with all parameters and settings duplicated. (Overrides TGIS_CSProjAbstract.CreateCopy) |
|
| datumChanged | protected | Procedure will be called upon any datum change. (Overrides TGIS_CSProjAbstract.datumChanged) |
|
| MarkDeprecated | public | Marks this coordinate system definition as deprecated or current. (Inherited from TGIS_CSAbstract) |
|
| Project | public | Transforms a single geodetic longitude/latitude point to projected easting/northing coordinates. (Inherited from TGIS_CSProjAbstract) |
|
| Project3D | public | Transforms a single geodetic longitude/latitude/elevation point to projected coordinates. (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. (Overrides TGIS_CSProjAbstract.Project3D_Ref) |
|
| projectPost | protected | Finalizes coordinates after projection-specific code runs. (Inherited from TGIS_CSProjAbstract) |
|
| projectPre | protected | Prepares coordinates for projection before projection-specific code runs. (Inherited from TGIS_CSProjAbstract) |
|
| set_Validity(Double; Double; Double; Double) | protected | Sets the validity extent for the projection in radians. (Inherited from TGIS_CSProjAbstract) |
|
| set_Validity(Double; Double; Double; Double; Double; Double) | protected | Sets the validity extent for the projection in radians. (Inherited from TGIS_CSProjAbstract) |
|
| set_Validity(Double; Double; Double; Double; Double; Double; Double; Double) | protected | Sets the validity extent for the projection in radians. (Inherited from TGIS_CSProjAbstract) |
|
| Unproject | public | Reverse-transforms a single projected easting/northing point to geodetic longitude/latitude coordinates. (Inherited from TGIS_CSProjAbstract) |
|
| Unproject3D | public | Reverse-transforms a single projected easting/northing/elevation point to geodetic coordinates. (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. (Overrides TGIS_CSProjAbstract.Unproject3D_Ref) |
|
| unprojectPost | protected | Finalizes coordinates after inverse projection-specific code runs. (Inherited from TGIS_CSProjAbstract) |
|
| unprojectPre | protected | Prepares coordinates for inverse projection before projection-specific code runs. (Inherited from TGIS_CSProjAbstract) |
|