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


In This Topic
    NAitoffProjection Class
    In This Topic
    The Aitoff projection is a modified azimuthal map projection.
    Object Model
    NAitoffProjection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.Maps.NAitoffProjection)>
    <System.SerializableAttribute()>
    Public Class NAitoffProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NAitoffProjection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.Maps.NAitoffProjection)]
    [System.Serializable()]
    public class NAitoffProjection : NMapProjection 
    Remarks
    Proposed by David A. Aitoff in 1889, it is the equatorial form of the azimuthal equidistant projection, but stretched into a 2:1 ellipse while halving the longitude from the central meridian.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Maps.NMapProjection
          Nevron.Diagram.Maps.NAitoffProjection

    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