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


In This Topic
    NBonneProjection Class
    In This Topic
    A Bonne projection is a pseudoconical equal-area map projection.
    Object Model
    NBonneProjection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.Maps.NAitoffProjection)>
    <System.SerializableAttribute()>
    Public Class NBonneProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NBonneProjection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.Maps.NAitoffProjection)]
    [System.Serializable()]
    public class NBonneProjection : NMapProjection 
    Remarks

    All parallels are standard, with the same scale as the central meridian; parallels are concentric circles. No distortion along the reference parallel or the central meridian.

    Special Cases: Werner results when the reference parallel is at a pole. Sinusoidal results when the reference parallel is at the equator.

    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Maps.NMapProjection
          Nevron.Diagram.Maps.NBonneProjection

    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