DK11 for ActiveX | TatukGIS_XDK11.TGIS_CSProjParameter | Enums
Possible projection parameters.
// C# public enum TGIS_CSProjParameter { CentralMeridian = 1, LatitudeOfOrigin = 2, FalseEasting = 4, FalseNorthing = 8, StandardParallel_1 = 16, StandardParallel_2 = 32, PseudoStandardParallel_1 = 64, Zone = 128, ScaleFactor = 256, LongitudeOfCenter = 512, LatitudeOfCenter = 1024, Azimuth = 2048, LongitudeOfPoint_1 = 4096, LatitudeOfPoint_1 = 8192, LongitudeOfPoint_2 = 16384, LatitudeOfPoint_2 = 32768, XScale = 65536, YScale = 131072, XYPlaneRotation = 262144, Custom1 = 524288, Custom2 = 1048576, Custom3 = 2097152, Custom4 = 4194304, Custom5 = 8388608, Custom6 = 16777216 }
' VisualBasic Public Enum TGIS_CSProjParameter CentralMeridian = 1 LatitudeOfOrigin = 2 FalseEasting = 4 FalseNorthing = 8 StandardParallel_1 = 16 StandardParallel_2 = 32 PseudoStandardParallel_1 = 64 Zone = 128 ScaleFactor = 256 LongitudeOfCenter = 512 LatitudeOfCenter = 1024 Azimuth = 2048 LongitudeOfPoint_1 = 4096 LatitudeOfPoint_1 = 8192 LongitudeOfPoint_2 = 16384 LatitudeOfPoint_2 = 32768 XScale = 65536 YScale = 131072 XYPlaneRotation = 262144 Custom1 = 524288 Custom2 = 1048576 Custom3 = 2097152 Custom4 = 4194304 Custom5 = 8388608 Custom6 = 16777216 End Enum
// Oxygene type TGIS_CSProjParameter = public ( CentralMeridian = 1, LatitudeOfOrigin = 2, FalseEasting = 4, FalseNorthing = 8, StandardParallel_1 = 16, StandardParallel_2 = 32, PseudoStandardParallel_1 = 64, Zone = 128, ScaleFactor = 256, LongitudeOfCenter = 512, LatitudeOfCenter = 1024, Azimuth = 2048, LongitudeOfPoint_1 = 4096, LatitudeOfPoint_1 = 8192, LongitudeOfPoint_2 = 16384, LatitudeOfPoint_2 = 32768, XScale = 65536, YScale = 131072, XYPlaneRotation = 262144, Custom1 = 524288, Custom2 = 1048576, Custom3 = 2097152, Custom4 = 4194304, Custom5 = 8388608, Custom6 = 16777216 );
Name | Value | Description | |
---|---|---|---|
CentralMeridian | 1 | Central Meridian. Valid for selected projections. | |
LatitudeOfOrigin | 2 | Origin latitude. Valid for selected projections. | |
FalseEasting | 4 | False shift in meters. Valid for selected projections. | |
FalseNorthing | 8 | False shift in meters. Valid for selected projections. | |
StandardParallel_1 | 16 | First Pseudo Standard parallel. Valid for selected projections. | |
StandardParallel_2 | 32 | Second Standard parallel. Valid for selected projections. | |
PseudoStandardParallel_1 | 64 | First Pseudo Standard parallel. Valid for selected projections. | |
Zone | 128 | Zone. Valid for selected projections. | |
ScaleFactor | 256 | Scale factor. Valid for selected projections. | |
LongitudeOfCenter | 512 | Center Longitude. Valid for selected projections. | |
LatitudeOfCenter | 1024 | Center Latitude. Valid for selected projections. | |
Azimuth | 2048 | Azimuth angle. Valid for selected projections. | |
LongitudeOfPoint_1 | 4096 | Longitude of the first point. Valid for selected projections. | |
LatitudeOfPoint_1 | 8192 | Latitude of the first point. Valid for selected projections. | |
LongitudeOfPoint_2 | 16384 | Longitude of the second point. Valid for selected projections. | |
LatitudeOfPoint_2 | 32768 | Latitude of the second point. Valid for selected projections. | |
XScale | 65536 | X Scale. Valid for selected projections. | |
YScale | 131072 | Y Scale. Valid for selected projections. | |
XYPlaneRotation | 262144 | Plane rotation. Valid for selected projections. | |
Custom1 | 524288 | Custom1. Valid and specific for selected projections. | |
Custom2 | 1048576 | Custom2. Valid and specific for selected projections. | |
Custom3 | 2097152 | Custom3. Valid and specific for selected projections. | |
Custom4 | 4194304 | Custom4. Valid and specific for selected projections. | |
Custom5 | 8388608 | Custom5. Valid and specific for selected projections. | |
Custom6 | 16777216 | Custom6. Valid and specific for selected projections. | |