DK11 for Delphi | GisCsProjections.TGIS_CSProjParameter | Enums
Possible projection parameters.
// Delphi type TGIS_CSProjParameter = ( CentralMeridian, LatitudeOfOrigin, FalseEasting, FalseNorthing, StandardParallel_1, StandardParallel_2, PseudoStandardParallel_1, Zone, ScaleFactor, LongitudeOfCenter, LatitudeOfCenter, Azimuth, LongitudeOfPoint_1, LatitudeOfPoint_1, LongitudeOfPoint_2, LatitudeOfPoint_2, XScale, YScale, XYPlaneRotation, Custom1, Custom2, Custom3, Custom4, Custom5, Custom6 );
// C++ Builder enum DECLSPEC_DENUM TGIS_CSProjParameter unsigned short { CentralMeridian, LatitudeOfOrigin, FalseEasting, FalseNorthing, StandardParallel_1, StandardParallel_2, PseudoStandardParallel_1, Zone, ScaleFactor, LongitudeOfCenter, LatitudeOfCenter, Azimuth, LongitudeOfPoint_1, LatitudeOfPoint_1, LongitudeOfPoint_2, LatitudeOfPoint_2, XScale, YScale, XYPlaneRotation, Custom1, Custom2, Custom3, Custom4, Custom5, Custom6 };
Name | Value | Description | |
---|---|---|---|
CentralMeridian | Central Meridian. Valid for selected projections. | ||
LatitudeOfOrigin | Origin latitude. Valid for selected projections. | ||
FalseEasting | False shift in meters. Valid for selected projections. | ||
FalseNorthing | False shift in meters. Valid for selected projections. | ||
StandardParallel_1 | First Pseudo Standard parallel. Valid for selected projections. | ||
StandardParallel_2 | Second Standard parallel. Valid for selected projections. | ||
PseudoStandardParallel_1 | First Pseudo Standard parallel. Valid for selected projections. | ||
Zone | Zone. Valid for selected projections. | ||
ScaleFactor | Scale factor. Valid for selected projections. | ||
LongitudeOfCenter | Center Longitude. Valid for selected projections. | ||
LatitudeOfCenter | Center Latitude. Valid for selected projections. | ||
Azimuth | Azimuth angle. Valid for selected projections. | ||
LongitudeOfPoint_1 | Longitude of the first point. Valid for selected projections. | ||
LatitudeOfPoint_1 | Latitude of the first point. Valid for selected projections. | ||
LongitudeOfPoint_2 | Longitude of the second point. Valid for selected projections. | ||
LatitudeOfPoint_2 | Latitude of the second point. Valid for selected projections. | ||
XScale | X Scale. Valid for selected projections. | ||
YScale | Y Scale. Valid for selected projections. | ||
XYPlaneRotation | Plane rotation. Valid for selected projections. | ||
Custom1 | Custom1. Valid and specific for selected projections. | ||
Custom2 | Custom2. Valid and specific for selected projections. | ||
Custom3 | Custom3. Valid and specific for selected projections. | ||
Custom4 | Custom4. Valid and specific for selected projections. | ||
Custom5 | Custom5. Valid and specific for selected projections. | ||
Custom6 | Custom6. Valid and specific for selected projections. | ||