MapProjectionType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration representing projection types for locally generated maps.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum MapProjectionType
Public Enumeration MapProjectionType
Members
| Member name | Value | Description |
---|
| Mercator | 0 |
Draw the map using Mercator projection.
|
| Lambert | 1 |
Draw the map using Lambert azimuthal projection.
|
See Also