Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NCylindricalEqualAreaProjection Class
Members


In This Topic
    NCylindricalEqualAreaProjection Class
    In This Topic
    Represents the general Cylindrical Equal-Area projection.
    Object Model
    NCylindricalEqualAreaProjection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.Maps.NAitoffProjection)>
    <System.SerializableAttribute()>
    Public Class NCylindricalEqualAreaProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NCylindricalEqualAreaProjection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.Maps.NAitoffProjection)]
    [System.Serializable()]
    public class NCylindricalEqualAreaProjection : NMapProjection 
    Remarks
    The following is a summary of cylindrical equal-area projection's special cases: - Lambert : standard parallel of 0 degrees - Behrmann : standard parallel of 30 degrees - Tristan Edwards : standard parallel of 37.383 degrees - Peters : standard parallel of 44.138 degrees - Gall : standard parallel of 45 degrees - Balthasart : standard parallel of 50 degrees
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Maps.NMapProjection
          Nevron.Diagram.Maps.NCylindricalEqualAreaProjection

    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