DK for Delphi | GisCsProjections.TGIS_CSProjAbstract | Constructors | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| Azimuth | public | Azimuth angle from north (for oblique projections). | |
| CentralMeridian | public | Central Meridian (longitude of origin) for this projection in radians. | |
| Custom1 | public | Custom parameter value 1 (projection-specific). | |
| Custom1Name | public | Custom parameter 1 name/label (projection-specific). | |
| Custom2 | public | Custom parameter value 2 (projection-specific). | |
| Custom2Name | public | Custom parameter 2 name/label (projection-specific). | |
| Custom3 | public | Custom parameter value 3 (projection-specific). | |
| Custom3Name | public | Custom parameter 3 name/label (projection-specific). | |
| Custom4 | public | Custom parameter value 4 (projection-specific). | |
| Custom4Name | public | Custom parameter 4 name/label (projection-specific). | |
| Custom5 | public | Custom parameter value 5 (projection-specific). | |
| Custom5Name | public | Custom parameter 5 name/label (projection-specific). | |
| Custom6 | public | Custom parameter value 6 (projection-specific). | |
| Custom6Name | public | Custom parameter 6 name/label (projection-specific). | |
| Datum | public | Geodetic datum used by this projection, defining the ellipsoid model and coordinate reference frame. | |
| Deprecated | public | Indicates whether this definition is deprecated. (Inherited from TGIS_CSAbstract) |
|
| Description | public | Additional textual description for this projection, if available. | |
| DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. (Inherited from TGIS_CSAbstract) |
|
| Ellipsoid | public | The ellipsoid (Earth model) currently in use by this projection. | |
| EPSG | public | EPSG code. (Inherited from TGIS_CSAbstract) |
|
| Error | public | Projection error code from the last transformation attempt. | |
| FalseEasting | public | False Easting (X coordinate offset) in meters. | |
| FalseNorthing | public | False Northing (Y coordinate offset) in meters. | |
| FriendlyName | public | Friendly name constructed from the WKT name and EPSG code. (Inherited from TGIS_CSAbstract) |
|
| IsEllipsoid | public | Indicates whether the projection uses ellipsoidal formulas. | |
| IsGrid | public | Indicates whether this projection is grid-based and uses only shift and scale style transformations. | |
| IsPureCylindrical | public | Indicates whether the projection's graticule (coordinate grid) is purely cylindrical with parallel meridians and parallels. | |
| IsRevertible | public | Indicates whether this projection can be reversed (inverse transformation from projected to geodetic coordinates supported). | |
| IsSpheroid | public | Indicates whether the projection uses spheroidal formulas. | |
| IsStandard | public | Indicates whether this projection is standard (not grid, not XYZ, and revertible). | |
| IsXYZ | public | Indicates whether this projection is XYZ-based and uses 3D Cartesian coordinates. | |
| LatitudeOfCenter | public | Latitude of center for this projection in radians. | |
| LatitudeOfOrigin | public | Latitude of origin for this projection in radians. | |
| LatitudeOfPoint_1 | public | Latitude of first control point (for two-point projections). | |
| LatitudeOfPoint_2 | public | Latitude of second control point (for two-point projections). | |
| LongitudeOfCenter | public | Longitude of center for this projection in radians. | |
| LongitudeOfPoint_1 | public | Longitude of first control point (for two-point projections). | |
| LongitudeOfPoint_2 | public | Longitude of second control point (for two-point projections). | |
| MasterEPSG | public | EPSG code of the object for which the current object is an alias. (Inherited from TGIS_CSAbstract) |
|
| Parameters | public | Gets or sets all projection parameter values as a single record. | |
| ParametersSet | public | Set of projection parameters supported by this projection. | |
| PseudoStandardParallel_1 | public | Pseudo standard parallel for this projection in radians. | |
| ScaleFactor | public | Scale factor (uniform scale ratio) for this projection. | |
| StandardParallel_1 | public | First Standard parallel. | |
| StandardParallel_2 | public | Second Standard parallel. | |
| ValidityExtentWGS | public | Validity extent for this projection in WGS84 geographic coordinates, expressed in radians. | |
| ValidityOriginWGS | public | Origin point of the validity extent for this projection in WGS84 geographic coordinates, expressed in radians. | |
| WKT | public | WKT name. (Inherited from TGIS_CSAbstract) |
|
| XScale | public | X Scale (width) factor for affine transformation. | |
| XYPlaneRotation | public | Plane rotation angle for affine transformation. | |
| YScale | public | Y Scale (height) factor for affine transformation. | |
| Zone | public | Zone number for UTM (Universal Transverse Mercator) projection. | |