Version

ProjectionType Enumeration

Defines a projection type used by coordiante systems to convert geodetic to Cartesian coordinates.
Syntax
'Declaration
 
Public Enum ProjectionType 
   Inherits System.Enum
public enum ProjectionType : System.Enum 
Members
MemberDescription
BalthasartBalthasart Cylindrical Equal Area Projection
BehrmannBehrmann Cylindrical Equal Area Projection
EquirectangularEquirectangular Projection
GallOrthographicGall Orthographic Cylindrical Equal Area Projection
LambertLambert Cylindrical Equal Area
MercatorMercator projection.
Miller37Cylindrical equidistant mapProjection with a standard parallel of 37.5 degrees
Miller43Cylindrical equidistant mapProjection with a standard parallel of 45.0 degrees
Miller50Cylindrical equidistant mapProjection with a standard parallel of 50.0 degrees
MillerCylindricalMiller cylindrical projection.
ObliqueMercatorOblique Mercator projection.
PetersPeters Cylindrical Equal Area Projection
SphericalMercatorSphericalMercator projection.
TristanEdwardsTristan Edwards Cylindrical Equal Area Projection
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also