Returns or sets the specified parameter of the projected coordinate system.
Read-write property
object.Parameters ( Parameter ) = [ value ] |
- Parameter
Double
The Parameters property returns or sets the specified parameter of the projected coordinate system. Each type of projection has a different set of supported parameters. The table below shows the supported parameters for each projection ArcPad supports:
Projection Type | Supported Parameters |
---|---|
Albers | False_Easting, False_Northing, Central_Meridian, Standard_Parallel_1, Standard_Parallel_2, Latitude_Of_Origin |
Cylindrical_Equal_Area | False_Easting, False_Northing, Central_Meridian, Standard_Parallel_1 |
Double_Stereographic | False_Easting, False_Northing, Central_Meridian, Scale_Factor, Latitude_Of_Origin |
Gauss_Kruger | False_Easting, False_Northing, Central_Meridian, Scale_Factor, Latitude_Of_Origin |
Lambert_Conformal_Conic | False_Easting, False_Northing, Central_Meridian, Standard_Parallel_1, Standard_Parallel_2, Latitude_Of_Origin |
New_Zealand_Map_Grid | False_Easting, False_Northing, Longitude_Of_Origin, Latitude_Of_Origin |
Stereographic | False_Easting, False_Northing, Central_Meridian, Scale_Factor, Latitude_Of_Origin |
Transverse_Mercator | False_Easting, False_Northing, Central_Meridian, Scale_Factor, Latitude_Of_Origin |
Each parameter has a corresponding code. You can specify either the parameter name or code for the Parameter argument. The table below shows the codes of the supported parameters:
Parameter | Code |
---|---|
Central_Meridian | 100010 |
False_Easting | 100001 |
False_Northing | 100002 |
Latitude_Of_Origin | 100021 |
Longitude_Of_Origin | 100011 |
Scale_Factor | 100003 |
Standard_Parallel_1 | 100025 |
Standard_Parallel_2 | 100026 |