ProjectionType Enumeration
Specifies the desired type of projection returned from Crs.FromArea and similar methods.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum ProjectionType
Values
Value name | Value | Description |
---|---|---|
Conformal | 0 | Crs.FromArea and similar methods should return a Coordinate Reference System with a conformal projection. |
EqualArea | 1 | Crs.FromArea and similar methods should return a Coordinate Reference System with an equal-area projection. |
Equidistant | 2 | Crs.FromArea and similar methods should return a Coordinate Reference System with an azimuthal equidistant projection. |
Remarks
See Crs.FromArea for more information.
Platforms
Windows, Linux, Android