EquirectangularProjection Fields
A class that defines methods specific to the Equirectangular Projection.| Name | Description |
|---|---|
| LatToKilometersRatio static | Defines the ratio of 1 latitude degree to 1 kilometer. Inherited from ProjectionBase. |
| LonToKilometersRatio static | Defines the ratio of 1 longitude degree to 1 kilometer. Inherited from ProjectionBase. |
| MaxLatitude | The maximum possible latitude for this projection. |
| MaxLongitude | The maximum possible longitude for this projection. |
| MinLatitude | The minimum possible latitude for this projection. |
| MinLongitude | The minimum possible longitude for this projection. |
See Also