Enum ParameterType
ParameterType enumeration
确定参数类型Projection
.
public enum ParameterType
价值观
姓名 | 价值 | 描述 |
---|---|---|
Other | 0 | 参数类型未知或以下都不是。 |
Linear | 1 | 参数类型是线性的(例如“false_easting”)。 |
Angular | 2 | 参数类型为角度(例如“longitude_of_origin”)。 |
确定参数类型Projection
.
public enum ParameterType
姓名 | 价值 | 描述 |
---|---|---|
Other | 0 | 参数类型未知或以下都不是。 |
Linear | 1 | 参数类型是线性的(例如“false_easting”)。 |
Angular | 2 | 参数类型为角度(例如“longitude_of_origin”)。 |