Nevron .NET Vision
Nevron.Diagram.Maps Namespace / CylindricalEqualAreaProjectionType Enumeration


In This Topic
    CylindricalEqualAreaProjectionType Enumeration
    In This Topic
    Defines the avilable Cylindrical Equal-Area projections.
    Syntax
    'Declaration
     
    
    Public Enum CylindricalEqualAreaProjectionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CylindricalEqualAreaProjectionType
    public enum CylindricalEqualAreaProjectionType : System.Enum 
    Members
    MemberDescription
    BalthasartCylindrical Equal-Area projection with standard parallel of 50 degrees.
    BehrmannCylindrical Equal-Area projection with standard parallel of 30 degrees.
    GallCylindrical Equal-Area projection with standard parallel of 45 degrees.
    LambertCylindrical Equal-Area projection with standard parallel of 0 degrees.
    PetersCylindrical Equal-Area projection with standard parallel of 44.138 degrees.
    TristanEdwardsCylindrical Equal-Area projection with standard parallel of 37.383 degrees.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Maps.CylindricalEqualAreaProjectionType

    Requirements

    Target Platforms: Windows 7, 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