Enum ParameterType

ParameterType enumeration

Determines type of parameter in Projection.

public enum ParameterType

Values

NameValueDescription
Other0Type of parameter is unknown or none of the below.
Linear1Type of parameter is linear (for example “false_easting”).
Angular2Type of parameter is angular (for example “longitude_of_origin”).

See Also